Skip to content

ClaudeBox v2.0.0 - macOS Support & Build System Overhaul

Latest

Choose a tag to compare

@RchGrav RchGrav released this 25 Jul 10:54
· 16 commits to main since this release
80295cc

πŸŽ‰ 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_VERSION constant
  • Builds output to dist/ directory
  • Self-extracting installer and versioned archives

Better First-Time Experience

  • Automatic PATH setup detection
  • Clear instructions when ~/.local/bin not 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.run

Method 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!