Sign inSign up

jumbocoder/open-enthrium-ai-platform

By jumbocoder

Updated 7 days ago

Self-hosted AI agent platform with workspaces, RAG, Agent Builder, and enterprise data connectors.

Image
Machine learning & AI
0

2.5K

jumbocoder/open-enthrium-ai-platform repository overview

Open Enthrium AI Platform

Self-hosted, open-source AI platform for building and running autonomous AI agents, RAG pipelines, and enterprise workspaces — without writing code.

License: Apache 2.0 GitHub Release Website Discord


Quick Start

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.


Environment Variables

VariableRequiredDefaultDescription
JWT_SECRETYesSecret key for signing JWT tokens — use a long random string
SUPER_ADMIN_EMAILYesEmail address of the super admin account
SUPER_ADMIN_PASSWORDYesPassword for the super admin account
LICENSE_TYPENocommunitycommunity (Apache-2.0, free) or commercial (enterprise features)
FRONTEND_PORTNo3000Port for the web UI
SERVER_PORTNo3001Port for the API server
PROCESSOR_PORTNo3002Port for the document processor
MCP_PORTNo3003Port for the MCP server

What's Included

  • AI Agents — build and run autonomous agents from declarative YAML; no Python, no LangChain
  • RAG / Knowledge Base — upload PDFs, Docs, Markdown, URLs; ask questions across your documents
  • Enterprise Connectors — databases, APIs, cloud storage, SSH, messaging, CRM, and more
  • MCP Support — connect Claude Code, Cursor, and Windsurf via OE MCP Server
  • Multi-Workspace — isolated workspaces with per-workspace knowledge, agents, and connectors
  • 17+ LLM Providers — OpenAI, Anthropic Claude, Azure OpenAI, Ollama, Gemini, and more
  • Human Approval Gates — human-in-the-loop workflows without code
  • Embed Widget — drop a chat widget onto any website
  • Self-Hosted — your data stays on your infrastructure; no telemetry, no call-home


License

Apache-2.0 — free to use, modify, and deploy for any purpose including commercial use. No usage limits. No telemetry. No call-home.

Tag summary

Content type

Image

Digest

sha256:f8eaefbf3

Size

1.1 GB

Last updated

7 days ago

docker pull jumbocoder/open-enthrium-ai-platform