Official Homebrew tap for BranchBox — parallel feature sandboxes for AI-assisted dev.
Install BranchBox directly from this tap:
brew install branchbox/tap/branchboxOr add the tap first, then install:
brew tap branchbox/tap
brew install branchboxTo update BranchBox to the latest version:
brew update
brew upgrade branchboxTo remove BranchBox:
brew uninstall branchboxTo also remove the tap:
brew untap branchbox/tapBranchBox automatically installs the correct version for your Mac:
- Intel Macs:
x86_64-apple-darwin - Apple Silicon Macs:
aarch64-apple-darwin
To verify which version is installed:
file $(which branchbox)If you encounter checksum errors during installation, try:
brew update
brew reinstall branchboxTo check your installed version:
branchbox --versionTo see what versions are available:
brew info branchboxPlease report issues to the appropriate repository:
- BranchBox issues: https://github.com/branchbox/branchbox/issues
- Homebrew formula issues: https://github.com/branchbox/homebrew-tap/issues
This tap is automatically updated when new versions of BranchBox are released. The formula is maintained by the BranchBox team and updated via GitHub Actions.
- Initial Setup: See docs/INITIAL_SETUP.md for adding checksums to the first release
- Automation: See docs/HOMEBREW_AUTOMATION.md for integrating formula updates into your release workflow
If you're contributing to the formula:
-
Test your changes locally:
brew audit --strict --online Formula/branchbox.rb brew install --build-from-source Formula/branchbox.rb
-
Verify the installation:
branchbox --version
-
Clean up after testing:
brew uninstall branchbox
BranchBox provides parallel feature sandboxes for AI-assisted development, helping teams manage and coordinate development environments across multiple machines and configurations.
Learn more at the main repository.
This Homebrew tap is released under the MIT License. See the BranchBox repository for the main project license.