Install Scalple
on your infrastructure.
Pre-built Docker images. Choose Docker Compose for single servers or Kubernetes for multi-node, high-availability deployments.
curl -fsSL https://www.scalple.com/install/install.sh | bashChecks Docker + Compose, asks for your domain and identity provider credentials. Generates all secrets automatically, writes .env and docker-compose.yml, pulls images, and starts services.
# 1. Download files
mkdir scalpel && cd scalpel
curl -fsSL https://www.scalple.com/install/docker-compose.yml -o docker-compose.yml
curl -fsSL https://www.scalple.com/install/Caddyfile -o Caddyfile
# 2. Create .env (copy the template and fill in values)
curl -fsSL https://www.scalple.com/install/.env.example -o .env
# Edit .env with your values
# 3. Start
docker compose pull
docker compose up -dDownload the compose file and Caddyfile directly, create your .env from the template, then pull and start.
# Using the installer
./install.sh upgrade
# Or manually
docker compose pull && docker compose up -dPull latest images and restart. Zero-downtime rolling update.
License key required
Scalple runs on the FREE tier until a license key is applied. Contact our team to request a license. On startup, Scalple calls our license server (URL baked into the image — cannot be overridden) to validate it. The license server is our intellectual property and is not part of your deployment.
Full policy engine. Credentials stay in Scalple's encrypted vault, never exposed to developers.
INSERT-only audit log for every query, access request, and denial. Tamper-evident by schema design.
Connect any of the three major engines. Credentials remain encrypted at rest.
AWS excluded. CLOUD Act jurisdiction avoided. Data sovereignty guaranteed.
V8 Isolates with hard resource limits. No arbitrary code execution on your infrastructure.
Validated on startup against our license server. Request a key from our team — no self-hosted license server required.
Need help with your deployment? Contact our team.