| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Pixcode-1.31.12-amd64.deb | 2026-04-24 | 187.1 MB | |
| Pixcode-1.31.12-arm64.dmg | 2026-04-24 | 216.4 MB | |
| Pixcode-1.31.12-x64.dmg | 2026-04-24 | 221.0 MB | |
| Pixcode-1.31.12-x86_64.AppImage | 2026-04-24 | 250.2 MB | |
| Pixcode-Setup-1.31.12.exe | 2026-04-24 | 188.1 MB | |
| README.md | 2026-04-24 | 807 Bytes | |
| v1.31.12 source code.tar.gz | 2026-04-24 | 2.5 MB | |
| v1.31.12 source code.zip | 2026-04-24 | 2.8 MB | |
| Totals: 8 Items | 1.1 GB | 0 | |
Linux update experience and the Configuration tab got a lot smoother.
• Settings → Agents → Configuration no longer shows "Unexpected token '<', '<!doctype'..." when your server is still running older code after an update. The backend now returns a clear JSON 404 with a "restart the server after an update" hint for any unmatched /api/* request.
• Linux in-app updates stop showing the scary "Update stream ended without completion event" error when the install actually worked. When systemd/pm2 restarts the daemon before the completion event reaches the browser, we now probe /health, detect the version bump, and treat the stream close as a successful self-restart.
If you see the Configuration tab error, a one-time "pixcode restart" (or restart the app on desktop) picks up the new backend.