Skip to main content
Geval ships as one executable. Use official GitHub Releases binaries in CI and locally. New to Geval? Watch the demo on YouTube.

Download (latest release)

Linux (x86_64)
macOS (Apple Silicon)
Windows (x86_64) — download geval-windows-x86_64.exe from the Releases page. Run .\geval.exe demo in PowerShell from the same folder. Intel macOS: build from source if no release artifact is published for your arch.

Verify

You should see subcommands including check, init, demo, explain, validate-contract, approve, reject.

PATH (optional)

To run geval without ./:
If another tool is also named geval, rename this binary (e.g. geval-gate) or ensure the release binary is first on PATH.

Updating

Re-download from /releases/latest/download/... and replace the file. Check ./geval --version after updating.

Build from source

Requires Rust:
Binary: geval/target/release/geval (or geval.exe on Windows).

Next

Quickstart · GitHub Actions