Full Runs + Assurance engine, your network, your data. Community edition is free with no license file required.
┌─────────────────────────────────────┐
│ Your Infrastructure │
│ │
Users ────────▶ │ ┌──────────┐ ┌──────────────┐ │
│ │ lamdis- │ │ lamdis-api │ │
│ │ web │─────▶│ :3001 │ │
│ │ :3000 │ └──────┬───────┘ │
│ └──────────┘ │ │
│ ┌──────┴───────┐ │
│ │ lamdis-runs │ │──▶ AWS Bedrock
│ │ :3101 │ │
│ └──────┬───────┘ │
│ │ │
│ ┌──────┴───────┐ │
│ │ MongoDB │ │
│ └──────────────┘ │
└─────────────────────────────────────┘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.
Community is free with no license. Paid tiers unlock higher limits and enterprise features via a license file.
| Feature | Community | Team | Business | Enterprise |
|---|---|---|---|---|
| Price | Free | Contact us | Contact us | Custom |
| Users | 5 | 20 | 100 | Unlimited |
| Runs / month | 200 | 5,000 | 25,000 | Unlimited |
| Retention | 7 days | 90 days | 1 year | Custom |
| License required | ||||
| SSO / SAML | ||||
| Email support | ||||
| Priority support | ||||
| Dedicated support + SLA | ||||
| Air-gapped deployment |
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
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=...
Contact our team for Team, Business, or Enterprise self-hosted licenses.