Postil

Documentation

Postil is one Rust binary (postil) and a thin control plane around it. These pages cover everything from the first local review to running the whole stack on your own hardware.

The short version

# local
curl -fsSL https://postil.dev/install.sh | sh
# or: cargo install --git https://github.com/postil-dev/postil-cli --locked
postil doctor            # verify endpoint, key, and model
postil review --staged

# CI (GitHub Actions) — @v1 resolves after the first tagged release
- uses: postil-dev/postil-action@v1
  with:
    cli-ref: <40-hex postil-cli SHA>

# hosted
Install the GitHub App; reviews start on the next PR.

Exit codes: 0 clean or below the gate threshold, 1 gate-failing findings, 2 operational error. Postil never reports an operational error as a pass.