Self-Hosted

Deploy Lamdis in your own infrastructure.

Full Runs + Assurance engine, your network, your data. Community edition is free with no license file required.

Why self-hosted?

Data sovereignty
Conversations and evidence never leave your network. Full control over data residency.
Regulatory compliance
Deploy behind your firewall to meet FedRAMP, HIPAA, PCI-DSS, and internal policies.
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

                  ┌─────────────────────────────────────┐
                  │       Your Infrastructure            │
                  │                                      │
  Users ────────▶ │  ┌──────────┐      ┌──────────────┐ │
                  │  │ lamdis-  │      │  lamdis-api  │ │
                  │  │ web      │─────▶│  :3001       │ │
                  │  │ :3000    │      └──────┬───────┘ │
                  │  └──────────┘             │         │
                  │                    ┌──────┴───────┐ │
                  │                    │  lamdis-runs │ │──▶ AWS Bedrock
                  │                    │  :3101       │ │
                  │                    └──────┬───────┘ │
                  │                           │         │
                  │                    ┌──────┴───────┐ │
                  │                    │   MongoDB    │ │
                  │                    └──────────────┘ │
                  └─────────────────────────────────────┘
lamdis-web — Next.js dashboard
lamdis-api — Backend API
lamdis-runs — Test execution engine
Free — No License Required

Community Edition

Deploy the full Lamdis platform with no license file. Community edition runs with default limits (5 users, 200 runs/month) and shows a community banner in the dashboard. Just clone, configure, and start.

  • Full Runs + Assurance engine
  • Docker Compose + Helm charts
  • OIDC authentication (Okta, Azure AD, Keycloak, etc.)
  • Bundled MongoDB or bring your own
Get StartedClone and deploy in minutes

Self-hosted tiers

Community is free with no license. Paid tiers unlock higher limits and enterprise features via a license file.

FeatureCommunityTeamBusinessEnterprise
PriceFreeContact usContact usCustom
Users520100Unlimited
Runs / month2005,00025,000Unlimited
Retention7 days90 days1 yearCustom
License required
SSO / SAML
Email support
Priority support
Dedicated support + SLA
Air-gapped deployment

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 higher limits or enterprise features?

Contact our team for Team, Business, or Enterprise self-hosted licenses.