Hanzo Dev

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-dev

Generate Formula

If you maintain the tap, generate the formula for the latest version:

scripts/generate-homebrew-formula.sh

Copy 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.gz
    • dev-x86_64-apple-darwin.tar.gz
  • The CLI is installed as dev with compatibility shims.

On this page