π ClaudeBox v2.0.0
Major release with full macOS support and a new build system!
β¨ What's New
macOS Support
- Fixed Docker Desktop detection (no more
systemctl: command not found) - Resolved permission issues with Docker builds
- Python now available in PATH within tmux sessions
Build System Overhaul
- Version tracking with
CLAUDEBOX_VERSIONconstant - Builds output to
dist/directory - Self-extracting installer and versioned archives
Better First-Time Experience
- Automatic PATH setup detection
- Clear instructions when
~/.local/binnot in PATH - Works with both bash and zsh
π¦ Installation
Method 1: Self-Extracting Installer (Recommended)
wget https://github.com/RchGrav/claudebox/releases/download/v2.0.0/claudebox.run
chmod +x claudebox.run
./claudebox.runMethod 2: Archive
wget https://github.com/RchGrav/claudebox/releases/download/v2.0.0/claudebox-2.0.0.tar.gz
tar -xzf claudebox-2.0.0.tar.gz
cd claudebox-2.0.0
./main.shπ§ Fixes
- macOS Docker startup issues
- npm cache permission errors
- Python availability in containers
- CLI architecture improvements
π Full Changelog
See CHANGELOG.md for complete details.
π Thanks
Special thanks to the macOS user who reported and helped test these fixes!