Homebrew tap for the Dosu CLI.
brew install dosu-ai/dosu/dosuOr tap first:
brew tap dosu-ai/dosu
brew install dosuAfter a new release is published on dosu-cli, update the formula:
./scripts/update-formula.sh <version>
git add Formula/dosu.rb
git commit -m "Update dosu to v<version>"
git pushThe script automatically:
- Resolves the Homebrew assets for macOS x86_64/arm64 and Linux x86_64/arm64
- Uses the GitHub Release API for the current Bun-based release format
- Hashes the asset directly if the Release API omits a
sha256digest - Updates the formula file
For dosu usage, see the dosu-cli repository.
For Homebrew help, run brew help, man brew or check Homebrew's documentation.