policy-engine
Compiler and evaluator for Repyh policy definitions.
curl --proto '=https' --tlsv1.2 -LsSf https://sh.repyhlabs.dev/policy-engine | sh Windows (PowerShell)
powershell -ExecutionPolicy Bypass -c "irm https://releases.repyhlabs.dev/Repyh-Labs/policy-engine/releases/download/v0.4.1/policy_engine-installer.ps1 | iex" Apple Silicon macOS Intel macOS x64 Linux x64 Windows
Compile policy definitions to portable IR and evaluate them against intent bundles. Used by the prover and verifier to keep agentic trades within declared limits.
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 | policy_engine-aarch64-apple-darwin.tar.xz | 5480feaf42e4 |
| Intel macOS | policy_engine-x86_64-apple-darwin.tar.xz | 22df8987de3e |
| x64 Linux | policy_engine-x86_64-unknown-linux-gnu.tar.xz | abce32dcb221 |
| x64 Windows | policy_engine-x86_64-pc-windows-msvc.zip | 6a02c677749e |