Official Homebrew tap for CLI tools published from the 3leaps GitHub organization.
This tap is the distribution layer for installable macOS and Linux binaries released from 3 Leaps repositories. Windows binaries are still published in upstream GitHub releases, but Homebrew only consumes the macOS and Linux assets.
decernor- Local key-material hygiene and readiness checkskitfly- Turn your writing into a websitegonimbus- Cloud object storage crawl, inspect, and streaming CLImdmeld- Pack directory trees into markdown archives for AI sharingseclusor- Git-trackable secrets management with age encryption
brew tap 3leaps/tap
brew install 3leaps/tap/decernor
brew install 3leaps/tap/kitfly
brew install 3leaps/tap/gonimbus
brew install 3leaps/tap/mdmeld
brew install 3leaps/tap/seclusorOr install by short name after tapping:
brew tap 3leaps/tap
brew install decernor
brew install kitfly
brew install gonimbus
brew install mdmeld
brew install seclusorHomebrew formulae in this repository install prebuilt binaries for the platforms each tool actually publishes. The baseline 3 Leaps pattern is:
- macOS ARM64
- Linux ARM64
- Linux AMD64
Some tools also publish macOS AMD64 assets. Upstream release workflows can additionally publish Windows AMD64 and Windows ARM64 binaries, but those assets are not used by Homebrew.
Formula support follows each published release. Decernor supports macOS Intel and Apple Silicon plus Linux AMD64/ARM64; formulae without an Intel macOS asset report an unsupported-architecture error on that platform.
After an upstream GitHub release is published:
make update APP=kitfly TAG=vX.Y.Z
make audit APP=kitfly
make test APP=kitflyThe generic updater reads the requested published GitHub release metadata and
rewrites the formula with the release tag and per-platform SHA256 digests. Omit
TAG only when intentionally updating to the latest published release.
Use make release APP=<name> to run the full local tap workflow.
CI runs brew test-bot on every push and pull request. For branch protection, require test-bot (ubuntu-24.04) and test-bot (macos-latest).
Formula/ Homebrew formulae
docs/ Maintainer and agent guides
scripts/ Local automation for updating formulae
Makefile Common tap maintenance targets