Homebrew
Install Hanzo Dev via Homebrew on macOS.
Homebrew (macOS)
This repository includes a helper script to generate a Homebrew formula from the latest GitHub release artifacts. Publishing to Homebrew requires a tap repository.
Install
brew tap hanzoai/tap
brew install hanzo-devGenerate Formula
If you maintain the tap, generate the formula for the latest version:
scripts/generate-homebrew-formula.shCopy the generated formula into your tap repo under Formula/ and update the url/sha256 if needed.
Notes
- The formula expects release assets named like:
dev-aarch64-apple-darwin.tar.gzdev-x86_64-apple-darwin.tar.gz
- The CLI is installed as
devwith compatibility shims.