Homebrew formulas for Basilisk Labs tools.
Topics: agentplane homebrew cli packaging
If you are building AI-native engineering workflows, AgentPlane gives you:
- auditable task execution contracts,
- consistent local/CI behavior,
- a release-driven installation model.
The tap keeps agentplane versioned as a normal Homebrew package, with updates aligned to upstream release metadata.
brew install basilisk-labs/tap/agentplaneOr add the tap first:
brew tap basilisk-labs/tap
brew install agentplaneagentplane --version
agentplane quickstartIf this is the first time, run quickly and compare output against your repository conventions.
- Formula metadata (
url,sha256,version) is refreshed from the release pipeline. livecheckautomatically tracks new upstream AgentPlane versions.- Keep the formula checked-in with release PRs only.
- Validate locally before publishing updates.
- Prefer release-driven updates over manual drift.