Self-Hosted

Deploy Lamdis in your own infrastructure.

Runs, Workflows, and Instrumentation in your network, on your infrastructure, under your control.

Why self-hosted?

Data sovereignty
Conversations and evidence never leave your network. Full control over data residency.
Internal control requirements
Supports customer-controlled deployments for organizations with data residency, isolation, air-gap, and internal control requirements.
Air-gapped networks
Run in disconnected environments with no outbound internet required.
Full control
Own your upgrade schedule, backups, and infrastructure. No vendor dependencies.

Architecture

Users
Your Infrastructure
lamdis-web :3000
Next.js dashboard
lamdis-api :3001
Backend API
lamdis-runs :3101
Test execution engine
PostgreSQL
Bundled or bring your own
AWS Bedrock
Free — No License Required

Community Edition

Deploy the full Lamdis proof platform with no license file. Unlimited users, unlimited environments, customer-controlled retention. Just clone, configure, and start.

  • Full Lamdis proof platform
  • Docker Compose + Helm charts
  • OIDC authentication (Okta, Azure AD, Keycloak, etc.)
  • Bundled PostgreSQL or bring your own
Get StartedClone and deploy in minutes

Self-hosted tiers

Community is free with no license. Paid tiers provide production rights, support level, SLA, and commercial terms.

FeatureCommunityProductionEnterprise
PriceFree$40,000/yrCustom
UsersUnlimitedUnlimitedUnlimited
EnvironmentsUnlimitedUnlimitedUnlimited
RetentionCustomer-controlledCustomer-controlledCustomer-controlled
Run commitmentNoneAnnualCustom
All features
SSO / SAML
Air-gapped deployment
Priority support
Dedicated CSM + SLA

Get started

Docker Compose

git clone https://github.com/lamdis-ai/lamdis-deploy.git
cd lamdis-deploy/docker-compose
cp .env.example .env
# Edit .env with your OIDC + AWS credentials
docker compose up -d

Kubernetes (Helm)

helm install lamdis ./helm/lamdis \
  --set oidc.issuer=https://your-idp.example.com \
  --set oidc.clientId=your-client-id \
  --set oidc.clientSecret=your-secret \
  --set aws.accessKeyId=AKIA... \
  --set aws.secretAccessKey=...

Need production rights, support, or an SLA?

Contact our team for Production or Enterprise self-hosted licenses.