Skip to content

branchbox/homebrew-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BranchBox Homebrew Tap

Official Homebrew tap for BranchBox — parallel feature sandboxes for AI-assisted dev.

Installation

Install BranchBox directly from this tap:

brew install branchbox/tap/branchbox

Or add the tap first, then install:

brew tap branchbox/tap
brew install branchbox

Updating

To update BranchBox to the latest version:

brew update
brew upgrade branchbox

Uninstalling

To remove BranchBox:

brew uninstall branchbox

To also remove the tap:

brew untap branchbox/tap

Troubleshooting

Architecture Issues

BranchBox 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)

Checksum Mismatch

If you encounter checksum errors during installation, try:

brew update
brew reinstall branchbox

Version Issues

To check your installed version:

branchbox --version

To see what versions are available:

brew info branchbox

Reporting Issues

Please report issues to the appropriate repository:

Formula Maintenance

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.

For Maintainers

For Contributors

If you're contributing to the formula:

  1. Test your changes locally:

    brew audit --strict --online Formula/branchbox.rb
    brew install --build-from-source Formula/branchbox.rb
  2. Verify the installation:

    branchbox --version
  3. Clean up after testing:

    brew uninstall branchbox

About 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.

License

This Homebrew tap is released under the MIT License. See the BranchBox repository for the main project license.

About

Homebrew Tap of branchbox

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •