Technical Support Center

Software Downloads & Updates

Get official Xiaonan Intelligent device software, release notes, and security checksums. Applications can use the official update endpoint to discover and download new releases directly.

Official, verified releasesIn-app online updatesClear version and platform details

Software Downloads

Choose the software for your device

Loading...

AUTO UPDATE API

Let your app check for updates

Each product has a stable official update endpoint. The app only submits its current version code and receives the newest release and a stable download URL.

  1. Call the latest endpoint at startup or from Check for Updates
  2. Read updateAvailable and enforce the update when mandatory is true
  3. Verify the package with SHA-256 before installation
GET /latest
/api/public/software/xn-control/latest?platform=WINDOWS&architecture=X64&channel=STABLE&currentVersionCode=1&locale=en-US
{
  "updateAvailable": true,
  "mandatory": false,
  "versionName": "1.2.0",
  "versionCode": 120,
  "downloadUrl": "https://...",
  "sha256": "..."
}