This is the official Homebrew tap for HASP, a local-first broker for managed secrets in agent workflows.
The tap contains only Homebrew formula metadata. Product source, release notes, signed release assets, and security policy live in the public HASP repository: https://github.com/gethasp/hasp.
brew install gethasp/tap/haspOr add the tap first:
brew tap gethasp/tap
brew install haspVerify the installed CLI:
hasp versionbrew update
brew upgrade haspIf Homebrew still resolves an older formula, refresh this tap explicitly:
brew update gethasp/tap
brew reinstall haspThis repository should stay small:
Formula/hasp.rbis the single public Homebrew formula.- Release artifacts are served from
downloads.gethasp.com. - GitHub Releases and binary assets do not belong in this tap repository.
- Formula updates are produced by the HASP release workflow.
Do not add source archives, binaries, generated release bundles, credentials, or private release notes to this repository.
Before pushing a formula or documentation change:
ruby -c Formula/hasp.rb
brew audit --formula gethasp/tap/hasp
brew fetch --force gethasp/tap/haspFor release updates, also verify that the published formula installs the latest public HASP version:
brew uninstall --ignore-dependencies hasp || true
brew install gethasp/tap/hasp
hasp versionInstall and tap issues can be opened in this repository. Product bugs, security issues, and feature requests belong in gethasp/hasp.
For security reports, follow SECURITY.md.