Homebrew tap for the oops-rs CLI tools.
brew tap oops-rs/tap
brew install grapha
brew install face
brew install langcodec-cli
brew install numiTo install an older pinned binary version after a newer release lands:
brew install grapha@0.4.0
brew install langcodec-cli@0.11.0
brew install numi@0.2.2langcodec-cliinstalls thelangcodecbinary.graphaandfacecurrently install macOS arm64 GitHub release tarballs.langcodec-cliandnumiinstall prebuilt GitHub release tarballs on macOS arm64, macOS x86_64, and Linux x86_64.- Versioned formulae are kept only for releases that publish binary assets matching the formula's supported platforms.
The tap can update itself automatically when grapha, face, 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,face,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/face.rb,Formula/langcodec-cli.rb, andFormula/numi.rbare updated to the latest release.- Formulae install GitHub release tarballs directly instead of building from source inside Homebrew.
- The previously current formula is preserved as
Formula/grapha@<version>.rb,Formula/face@<version>.rb,Formula/langcodec-cli@<version>.rb, orFormula/numi@<version>.rbwhen matching binary release assets exist.