mandate-verifier
Verify mandate proofs.
curl --proto '=https' --tlsv1.2 -LsSf https://sh.repyhlabs.dev/mandate-verifier | sh Windows (PowerShell)
powershell -ExecutionPolicy Bypass -c "irm https://releases.repyhlabs.dev/Repyh-Labs/agentic-guardrails/releases/download/v0.4.1/mandate-verifier-installer.ps1 | iex" Apple Silicon macOS Intel macOS x64 Linux x64 Windows
Accepts a finished proof bundle, verifies the zk proof against the published verifying key, and surfaces the verified result to downstream consumers.
Manual downloads
Prefer to audit the binary yourself? Fetch the file, verify its SHA256
against the one published in the release, and move it onto your $PATH.
| Platform | File | SHA256 |
|---|---|---|
| Apple Silicon macOS | mandate-verifier-aarch64-apple-darwin.tar.xz | 961166f5b554 |
| Intel macOS | mandate-verifier-x86_64-apple-darwin.tar.xz | 1d3651c72437 |
| x64 Linux | mandate-verifier-x86_64-unknown-linux-gnu.tar.xz | 40448214ab74 |
| x64 Windows | mandate-verifier-x86_64-pc-windows-msvc.zip | e5e1fd73548b |