Official Homebrew tap for the Beeping Platform command-line tools.
brew install beeping-io/tap/beeping-cliThe first invocation auto-adds this tap. Equivalent to:
brew tap beeping-io/tap
brew install beeping-cli| Formula | Description | Source repo |
|---|---|---|
beeping-cli |
Official Rust CLI for the Beeping Platform — data over sound | beeping-io/beeping-cli |
The canonical formula structure lives in
beeping-io/beeping-cli
at external/tap/Formula/beeping-cli.rb. On every release of
beeping-cli:
- Its
release.ymlbuilds + signs + publishes the binaries withSHA256SUMS(BEE-1780) + cosign + SBOM + SLSA L3 (BEE-1781). - It fires a
repository_dispatchevent to this repo with the new tag. - This repo's
auto-update.ymldownloadsSHA256SUMS, regeneratesFormula/beeping-cli.rbwith the real per-target hashes + new version, and commits todevelop.
The regen script lives at scripts/regen-formula.py
and is deterministic — feeding the same tag twice produces the same
formula. Manual workflow_dispatch with a tag input is available
as a fallback if the dispatch fails.
Direct edits to Formula/beeping-cli.rb in this repo will be
overwritten on the next release. File any formula-structure changes
upstream in the source-of-truth repo's external/tap/Formula/beeping-cli.rb.
Bootstrapped 2026-05-06 by BEE-151. Auto-update wired 2026-05-11 by
BEE-1782. Until the first v0.0.x tag of beeping-cli lands the
formula still carries placeholder SHA256 hashes — the first published
release auto-fills them.
Apache-2.0, matching the binaries it distributes.