| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Pixcode-1.49.2-amd64.deb | 2026-05-20 | 176.0 MB | |
| Pixcode-1.49.2-arm64.dmg | 2026-05-20 | 200.5 MB | |
| Pixcode-1.49.2-x64.dmg | 2026-05-20 | 205.2 MB | |
| Pixcode-1.49.2-x86_64.AppImage | 2026-05-20 | 229.7 MB | |
| Pixcode-Setup-1.49.2.exe | 2026-05-20 | 168.1 MB | |
| Pixcode 1.49.2 source code.tar.gz | 2026-05-20 | 2.9 MB | |
| Pixcode 1.49.2 source code.zip | 2026-05-20 | 3.3 MB | |
| README.md | 2026-05-20 | 1.3 kB | |
| v1.49.2 source code.tar.gz | 2026-05-20 | 2.9 MB | |
| v1.49.2 source code.zip | 2026-05-20 | 3.3 MB | |
| Totals: 10 Items | 992.0 MB | 0 | |
Pixcode 1.49.2 moves Hermes install and repair into a backend API job so installs no longer depend on terminal command paste behavior.
Fixes:
- Add POST /api/orchestration/hermes/install with EventSource log streaming, cancellation, install-status reuse, and Pixcode MCP configuration after install.
- Make VS Code workbench Hermes install/start buttons use the API job and show install logs in the bottom panel instead of launching a shell install command.
- Download the official installer in backend code, retry with the system download tool when Node fetch fails, skip interactive setup/browser downloads on POSIX installs, and verify hermes --version before reporting success.
Verification:
- node scripts/smoke/hermes-api-install.mjs
- node scripts/smoke/pixcode-workbench-1-48.mjs
- node --check server/services/hermes-install-jobs.js
- node --check server/index.js
- isolated /tmp Hermes install through createHermesInstallJob
- npm run typecheck
- npm run lint
- npm run build
- npm pack --dry-run --ignore-scripts --json --cache /tmp/npm-cache
- npm publish --access public
- npm view @pixelbyte-software/pixcode version
- registry tarball download
- Desktop Installers workflow success