Free evaluation
Run PipeWarden locally or with Docker. Trial mode does not require billing setup and does not block boot.
Local setupThe public Cloudflare Workers deployment hosts the marketing surface. PipeWarden itself currently ships as a single Go application for local or self-hosted operation, while hosted SaaS access is provisioned directly by the PipeWarden team.
Run PipeWarden locally or with Docker. Trial mode does not require billing setup and does not block boot.
Local setupDeploy the same application with SQLite for a single-node customer environment using the supported Docker path.
Docker quick startHosted SaaS access uses the same application with Postgres and managed secrets. Access is currently provisioned manually.
Request hosted accessPipeWarden supports a single-node self-hosted deployment with SQLite. Set a non-empty vault key before persisting provider credentials.
cp .env.example .env
$EDITOR .env
docker compose up --build
PIPEWARDEN_VAULT_KEYThe current local baseline is a single binary with the embedded dashboard on port 8080.
make build
export PIPEWARDEN_VAULT_KEY='replace-with-a-long-random-secret'
./bin/pipewarden
Optional features such as Claude-backed analysis and LemonSqueezy billing stay disabled until their environment variables are set.
Hosted mode uses Postgres plus secret-backed configuration and is intended for operator-managed SaaS deployments.
The same application serves the dashboard, REST APIs, and subsystem health reporting.
GET /healthGET /readinessGET /api/v1/statusGET|POST /api/v1/connectionsGET /api/v1/analysis/findingsPOST /api/v1/dlp/scanBilling is optional for boot and local evaluation. PipeWarden runs in trial or unlicensed mode until LemonSqueezy is configured.
Provider credentials are designed to remain encrypted at rest behind the vault abstraction, with AES-256-GCM in supported self-hosted flows.
PipeWarden is designed to minimize stored secret material and to avoid plaintext credential persistence. Self-hosted customers control their own deployment data and retention settings.
For a formal privacy policy or data-processing discussion, request the current commercial documentation from info@finsavvyai.com.
Self-hosted evaluation is governed by the software and configuration you run in your own environment. Hosted access, commercial support, and enterprise commitments are finalized during onboarding.
For current commercial terms, contact info@finsavvyai.com.