Skip to content
Self-hosted deployment

Run Execlave on your own infrastructure.

Same product. Same SLA. Your data never leaves your network.

Some teams can’t send prompt logs and customer interactions to a third party — for compliance, contractual, or sovereignty reasons. Execlave runs as a single Docker Compose stack on any cloud or on-premise hardware. We give you the images and a license key. You run the gate. We never see your data.

What you get

  • Same Docker images we run in production
  • Same backend, frontend, worker, processing, and SDKs
  • Your license key controls tier limits and instance count
  • License heartbeat — automatic 14-day grace if expired
  • Updates: pull new image, restart, done
  • Same compliance reports (SOC 2, ISO 27001, EU AI Act, GDPR, HIPAA, PCI DSS, NIST AI RMF) generated locally

What you need

  • Linux host (any cloud or bare metal) with 4 CPU, 8GB RAM
  • Docker 24+ and Docker Compose v2
  • A PostgreSQL 15 instance (included in the compose file)
  • A Redis 7 instance (included in the compose file)
  • A license key (we email you one)

Quickstart

curl -O https://get.execlave.com/docker-compose.yml
export LICENSE_KEY=exe_lic_<your-key>
docker compose up -d
open http://localhost:3000