Download Latest Version Pixcode v1.39.2 source code.tar.gz (2.7 MB)
Email in envelope

Get an email when there's a new version of pixcode

Home / v1.31.5
Name Modified Size InfoDownloads / 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 fix1.31.4 installers threw Cannot find package 'ws' imported from dist-server/server/index.js on 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.svg brand 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:

  • WindowsPixcode-Setup-1.31.5.exe
  • macOSPixcode-1.31.5-arm64.dmg · Pixcode-1.31.5-x64.dmg
  • LinuxPixcode-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.

Source: README.md, updated 2026-04-24