Homebrew tap for codelore — a Rust-native behavioral code analysis CLI.
brew install emrecdr/codelore/codeloreOr in two steps:
brew tap emrecdr/codelore
brew install codeloreFormula/codelore.rb— the codelore CLI, prebuilt binaries for macOS (aarch64, x86_64) and Linux (aarch64, x86_64).
Each v* tag pushed to emrecdr/codelore triggers a homebrew-publish job in that repo's release workflow, which:
- Downloads the cargo-built release archives,
- Computes SHA256s of each,
- Renders
Formula/codelore.rbfrom a template, - Commits and pushes the regenerated formula here via a deploy key.
This tap doesn't accept manual PRs — the formula is fully generated.
The formula file is GPL-3.0-only (matching codelore). The codelore binary it installs is GPL-3.0-only (crates/codelore-lib, crates/codelore-cli) plus MPL-2.0 (vendored crates/codelore-rca, derived from Mozilla rust-code-analysis).