This tap distributes signed release formulae for ArdurAI tools.
brew tap ArdurAI/tap
brew trust --formula ArdurAI/tap/sith
brew install sith
sith version --output jsonHomebrew 6 requires explicit trust for third-party taps. Trusting this one formula preserves a
smaller boundary than trusting every current and future formula in the tap. Older Homebrew releases
that do not implement tap trust can omit the brew trust line.
Formula/sith.rb is synchronized from the latest stable
ArdurAI/sith release. The updater verifies the
formula's keyless Sigstore identity, verifies the signed release checksum manifest, and checks
every formula URL/hash pair against that manifest. It then audits, installs, and runs the candidate
formula on macOS before changing this repository. The Sith repository has no write token for this
tap.
Ordinary human-authored formula changes also run the separate tap CI. Release verification commands and the trust model live in the Sith release guide.