Self-host Provostry.

For teams whose ledger of decisions and evidence must never leave their network. This page is everything an evaluator needs to know up front — the only step that involves a human is the license itself, because a license is a contract.

01 · What ships

One container, no external dependencies to start

$ docker compose up          # dashboard + API on :4400
$ curl -X POST localhost:4400/api/v1/events -d '{"type":"evidence_bundle", ...}'

02 · Configuration surface

Environment variables you'll actually touch

VariableWhat it does
PROVOSTRY_DATALedger file location (default: bundled data dir). Ignored when Postgres is set.
PROVOSTRY_DATABASE_URLPostgres connection string — flips the ledger backend to Postgres with per-tenant row-level security.
PROVOSTRY_MULTITENANTSet 1 to give each account its own isolated ledger.
PROVOSTRY_SIGNING_KEYEnterprise: HMAC-signs every appended event — the ledger becomes tamper-evident, not just append-only.
PROVOSTRY_CONNECTIONS_KEYEncrypts customer integration secrets at rest (AES-256-GCM). Without it, secret writes are refused — never stored in plaintext.
PROVOSTRY_API_KEYRoot admin credential. Per-agent keys are issued from it and stored hashed.

03 · Security posture

The properties, stated plainly

04 · Evaluation

Read the code, then decide

The governance and validation engine is proprietary — it's the product — but it is readable under evaluation: you get the source, you audit it on your terms, and the client SDK and integration adapters are Apache-2.0 outright. We'd rather you verify than trust; that's the product's whole thesis applied to us.

The one human step: a self-hosted enterprise license is a signed agreement with support attached, and no honest website can turn a contract into a button. One email starts it — say what your environment looks like (cloud, on-prem, air-gapped) and you'll get the evaluation source and terms back, not a sales sequence.
Request evaluation source + terms

Prefilled so it takes a minute. Not sure you need self-hosting? Create a hosted workspace — self-serve, free to start — and see it run today.