Homebrew tap for the oops-rs CLI tools.
brew tap oops-rs/tap
brew install grapha
brew install langcodec-cli
brew install numiTo install an older pinned version after a newer release lands:
brew install grapha@0.1.1
brew install langcodec-cli@0.11.0
brew install numi@0.1.0langcodec-cliinstalls thelangcodecbinary.numiinstalls a prebuiltnumiGitHub release binary on macOS and Linux.graphacurrently builds from source on macOS so the Swift bridge can be compiled inside the formula.langcodecrelease workflows now publish standalone binary assets in addition to archives so future tap updates can switch to binary installs cleanly.
The tap can update itself automatically when grapha, langcodec, or numi publishes a release.
- Create a fine-grained GitHub token with
Contents: Read and writeaccess tooops-rs/homebrew-tap. - Add that token as
HOMEBREW_TAP_TOKENin thegrapha,langcodec, andnumirepositories. - The release workflows in those repos will clone
oops-rs/homebrew-tap, runscripts/update-formula.sh, and push the updated formula back tomain.
On each new release:
Formula/grapha.rb,Formula/langcodec-cli.rb, andFormula/numi.rbare updated to the latest release.numiupdates from GitHub release assets on macOS and Linux, whilegraphaandlangcodec-clistill update from source archives.- The previously current formula is preserved as
Formula/grapha@<version>.rb,Formula/langcodec-cli@<version>.rb, orFormula/numi@<version>.rb.