void-box v0.2.0
Install
Linux (deb):
curl -fsSLO https://github.com/the-void-ia/void-box/releases/download/v0.2.0/voidbox_v0.2.0_amd64.deb
sudo dpkg -i voidbox_v0.2.0_amd64.debLinux (rpm):
sudo rpm -i https://github.com/the-void-ia/void-box/releases/download/v0.2.0/voidbox-v0.2.0.x86_64.rpmmacOS (Homebrew):
brew tap the-void-ia/tap
brew install voidboxShell installer (Linux & macOS):
curl -fsSL https://raw.githubusercontent.com/the-void-ia/void-box/main/scripts/install.sh | shManual download:
- Linux x86_64:
voidbox-v0.2.0-linux-x86_64.tar.gz - Linux aarch64:
voidbox-v0.2.0-linux-aarch64.tar.gz - macOS aarch64:
voidbox-v0.2.0-darwin-aarch64.tar.gz
All packages bundle the voidbox binary, kernel, and initramfs — no env vars needed.
See Getting Started for details.
What's Changed
- site improvements by @dpsoft in #27
- refactor(voidbox): split CLI into modules and add snapshot subcommands by @cspinetta in #29
- initial claude setup: CLAUDE.md + 2 skills to ease the dev flow by @cspinetta in #30
- fix: resolve blocking I/O on tokio runtime and VM memory sizing by @cspinetta in #31
- feat(llm): add claude-personal provider with auto credential staging by @cspinetta in #32
- Service Mode Agent Support by @dpsoft in #28
- void attach by @dpsoft in #34
- Improve interactive shell PTY handling and terminal lifecycle by @cspinetta in #35
- Snapshot/Restore fix by @dpsoft in #36
- Feat/auto snapshot by @dpsoft in #37
- Codex CLI as first-class agent peer by @dpsoft in #38
- Auto image resolution: zero-config kernel/initramfs download by @dpsoft in #39
- fix(macos): codesign packaged CLI and detect host CA bundles by @cspinetta in #40
- macOS parity pass: VZ snapshot/restore, guest network deny list, image build parity, and code-quality cleanup by @cspinetta in #41
Full Changelog: v0.1.2...v0.2.0