Homebrew tap for Packmind CLI.
brew tap PackmindHub/cli
brew install packmind-clibrew upgrade packmind-cli| Platform | Architecture |
|---|---|
| macOS | arm64 |
| Linux | arm64 |
| Linux | x64 |
Linux prerequisite: Homebrew requires a compiler to be present, even though the formula installs a pre-built binary. Run
brew install gccbefore installing if you don't have one (e.g. in Docker containers).
This tap is automatically updated via GitHub Actions whenever a new CLI release is published.
- A new CLI release is published in
PackmindHub/packmind(tagrelease-cli/X.Y.Z) - The release workflow sends a
repository_dispatchevent to this repo - The
bump-packmind-formulaworkflow runs automatically:- Downloads all 3 platform binaries for the new version
- Computes fresh SHA-256 checksums
- Updates the version and checksums in
Formula/packmind-cli.rb - Commits the change to
main
- Users get the new version on their next
brew upgrade packmind-cli
See packmind_setup.md for the one-time setup steps needed in the PackmindHub/packmind repository.
If the automatic dispatch fails, you can trigger the bump manually:
gh workflow run bump-packmind-formula.yml -f version=0.21.0 -R PackmindHub/homebrew-cli