Install @veritasacta/verify via Homebrew.
brew tap VeritasActa/verify
brew install veritasacta-verifyAfter install:
verify --self-check
verify init
verify samples/sample-receipt.json --key <pubkey>See Formula/veritasacta-verify.rb. The formula wraps npm install -g @veritasacta/verify with a Sigil self-check step on post-install, so every Homebrew installation cryptographically confirms it got the canonical release.
This directory is the source for the VeritasActa/homebrew-verify GitHub repo. To publish:
cd ecosystem/homebrew-tap
gh repo create VeritasActa/homebrew-verify --public --source=. --pushApache-2.0