| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| latest-linux.yml | 2026-04-24 | 542 Bytes | |
| Pixcode-1.31.10-amd64.deb | 2026-04-24 | 187.1 MB | |
| Pixcode-1.31.10-x86_64.AppImage | 2026-04-24 | 250.2 MB | |
| latest.yml | 2026-04-24 | 349 Bytes | |
| Pixcode-Setup-1.31.10.exe | 2026-04-24 | 188.1 MB | |
| Pixcode-1.31.10-arm64.dmg | 2026-04-24 | 216.4 MB | |
| Pixcode-1.31.10-x64.dmg | 2026-04-24 | 221.0 MB | |
| README.md | 2026-04-24 | 2.3 kB | |
| v1.31.10 -- kill _5173 redirect + macOS Gatekeeper DMG helper source code.tar.gz | 2026-04-24 | 2.5 MB | |
| v1.31.10 -- kill _5173 redirect + macOS Gatekeeper DMG helper source code.zip | 2026-04-24 | 2.8 MB | |
| Totals: 10 Items | 1.1 GB | 0 | |
v1.31.10 — two UX bugs gone
- :5173 redirect during updates — FIXED
If you were mid-update and your browser suddenly jumped to something like http://<your-ip>:5173/ and sat there Offline, this release kills that redirect. The catch-all route used to fall back to the Vite dev server port when dist/ was temporarily missing (which is exactly what happens mid-swap during an in-app update). It now shows a tiny 'Pixcode is finishing an update…' page with a spinner and auto-reloads every 2 seconds until the new UI is ready.
- macOS Gatekeeper 'Pixcode hasar görmüş' — BRIDGED
The DMG now ships a helper file next to Pixcode.app:
Fix Gatekeeper.command
Double-click it once after dragging Pixcode.app into Applications. It removes the quarantine flag and opens Pixcode for you. No Terminal typing. No reinstalls.
Why this exists at all: the app isn't code-signed yet (requires an Apple Developer ID, $99/year — on the roadmap). Until then Gatekeeper refuses to launch unsigned apps with a misleading 'damaged' error. The helper is the bridge.
INSTALL
Windows — Pixcode-Setup-1.31.10.exe macOS (Apple Silicon) — Pixcode-1.31.10-arm64.dmg macOS (Intel) — Pixcode-1.31.10-x64.dmg Linux AppImage — Pixcode-1.31.10-x86_64.AppImage Linux Debian/Ubuntu — Pixcode-1.31.10-amd64.deb
Or via npm: npm install -g @pixelbyte-software/pixcode@1.31.10 pixcode
UPGRADING
If you're on 1.31.9 with a working wrapper, click Update inside Pixcode when the banner appears. The :5173-redirect fix flows through the in-app update — no installer redownload needed on Windows or Linux.
macOS users: one more DMG download is helpful here because the new installer ships the Fix Gatekeeper helper inside the DMG, so future redownloads stop being a Terminal exercise.
NEXT UP
v1.32.x — multi-CLI support, starting with OpenCode as the first additional coding agent. Claude / Cursor / Codex / Gemini / Qwen stay untouched; OpenCode slots in alongside.
ABOUT THE latest.yml / latest-linux.yml FILES
These are electron-updater metadata — the installed wrapper reads them from the release feed to know if a newer installer is available. Small (<1 KB), safe to ignore on the Downloads list. Users shouldn't click them directly.