| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Pixcode-1.31.5-amd64.deb | 2026-04-24 | 187.0 MB | |
| Pixcode-1.31.5-x86_64.AppImage | 2026-04-24 | 250.0 MB | |
| Pixcode-Setup-1.31.5.exe | 2026-04-24 | 187.9 MB | |
| Pixcode-1.31.5-arm64.dmg | 2026-04-24 | 216.2 MB | |
| Pixcode-1.31.5-x64.dmg | 2026-04-24 | 220.8 MB | |
| README.md | 2026-04-24 | 1.5 kB | |
| v1.31.5 -- _Cannot find package ws_ boot fix + real Pixcode logo source code.tar.gz | 2026-04-24 | 2.5 MB | |
| v1.31.5 -- _Cannot find package ws_ boot fix + real Pixcode logo source code.zip | 2026-04-24 | 2.8 MB | |
| Totals: 8 Items | 1.1 GB | 0 | |
What's fixed
- Critical boot fix —
1.31.4installers threwCannot find package 'ws' imported from dist-server/server/index.json first launch. Root cause: Pixcode's server is a forked Node child process, and plain Node can't reach modules packed inside Electron's ASAR archive (that's an Electron-only virtual FS). Turning ASAR off is the simplest guaranteed fix — every dep now lands on disk as a real file. Trade-off: ~30 s longer installer extract, which is the right call for 'it actually boots'. - Real Pixcode logo on splash + error screens — previous build drew a hand-made 'P' inside a gradient square on the loading screen; now the actual
logo.svgbrand mark renders via a data: URI. Same logo on the error screen when the server can't start.
No product code changes — full Pixcode UI is the same as 1.31.4.
Install
⏳ Installers building (~10 min), refresh shortly:
- Windows —
Pixcode-Setup-1.31.5.exe - macOS —
Pixcode-1.31.5-arm64.dmg·Pixcode-1.31.5-x64.dmg - Linux —
Pixcode-1.31.5-x86_64.AppImage·Pixcode-1.31.5-amd64.deb
Or via npm:
:::bash
npm install -g @pixelbyte-software/pixcode@1.31.5
pixcode
Upgrading
If you installed 1.31.4 and hit the 'ws' error: uninstall the 1.31.4 installer (your sessions in ~/.pixcode/ stay intact) and install 1.31.5. Future product updates will flow through the in-app update path — you won't need to redownload an installer again.