| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Pixcode-1.31.3-amd64.deb | 2026-04-24 | 186.9 MB | |
| Pixcode-1.31.3-x86_64.AppImage | 2026-04-24 | 247.9 MB | |
| Pixcode-Setup-1.31.3.exe | 2026-04-24 | 178.4 MB | |
| Pixcode-1.31.3-arm64.dmg | 2026-04-24 | 215.2 MB | |
| Pixcode-1.31.3-x64.dmg | 2026-04-24 | 219.8 MB | |
| README.md | 2026-04-24 | 1.6 kB | |
| v1.31.3 -- Installer hotfix (ASAR runtime + Pixcode logo) source code.tar.gz | 2026-04-24 | 2.5 MB | |
| v1.31.3 -- Installer hotfix (ASAR runtime + Pixcode logo) source code.zip | 2026-04-24 | 2.8 MB | |
| Totals: 8 Items | 1.1 GB | 0 | |
What's fixed
- Windows installer no longer errors on launch — the tray wrapper now correctly pivots to the
app.asar.unpacked/sibling when seeding the userData runtime directory. Previous build hitENOENT: no such file or directorybecausefs.readdirSyncagainst the ASAR virtual FS returns an empty listing for unpacked paths. One-line fix in the bootstrapper; same change helps macOS and Linux installs stay consistent too. - Proper Pixcode P-mark on the exe/dmg/AppImage — the wrapper icon is now rendered from
public/logo.svgat 1024×1024. electron-builder auto-converts to multi-resolution.ico/.icnsso Start menu, taskbar, tray, and .exe shell all show the real logo instead of the electron default.
No code changes to the Pixcode product itself — all v1.31.2 features (cross-platform Claude resolver, provider config editor, deleted-workspace lock, Qwen/Gemini sidebar fix, mobile QR, Telegram bot, in-app update path) ship unchanged.
Install
⏳ Desktop installers are building (~10 min); refresh this page shortly to download:
- Windows —
Pixcode-Setup-1.31.3.exe - macOS —
Pixcode-1.31.3-arm64.dmg·Pixcode-1.31.3-x64.dmg - Linux —
Pixcode-1.31.3-x86_64.AppImage·Pixcode-1.31.3-amd64.deb
Or via npm:
:::bash
npm install -g @pixelbyte-software/pixcode@1.31.3
pixcode
If you hit the 1.31.2 runtime error
Uninstall the 1.31.2 installer (any leftover ~/.pixcode/ state stays intact), then run the 1.31.3 installer. Your sessions, settings, and paired accounts are all preserved.