Self-hosted AI agent platform with workspaces, RAG, Agent Builder, and enterprise data connectors.
2.5K
Self-hosted, open-source AI platform for building and running autonomous AI agents, RAG pipelines, and enterprise workspaces — without writing code.
docker run -d \
-p 3000:3000 \
-p 3001:3001 \
-e JWT_SECRET=your-secret-here \
-e [email protected] \
-e SUPER_ADMIN_PASSWORD=your-password \
-e LICENSE_TYPE=community \
-v open-enthrium-data:/app/server/storage \
--restart unless-stopped \
jumbocoder/open-enthrium-ai-platform:latest
Open http://localhost:3000 and log in with your super admin credentials.
| Variable | Required | Default | Description |
|---|---|---|---|
JWT_SECRET | Yes | — | Secret key for signing JWT tokens — use a long random string |
SUPER_ADMIN_EMAIL | Yes | — | Email address of the super admin account |
SUPER_ADMIN_PASSWORD | Yes | — | Password for the super admin account |
LICENSE_TYPE | No | community | community (Apache-2.0, free) or commercial (enterprise features) |
FRONTEND_PORT | No | 3000 | Port for the web UI |
SERVER_PORT | No | 3001 | Port for the API server |
PROCESSOR_PORT | No | 3002 | Port for the document processor |
MCP_PORT | No | 3003 | Port for the MCP server |
Apache-2.0 — free to use, modify, and deploy for any purpose including commercial use. No usage limits. No telemetry. No call-home.
Content type
Image
Digest
sha256:f8eaefbf3…
Size
1.1 GB
Last updated
7 days ago
docker pull jumbocoder/open-enthrium-ai-platform