Features Open Source Connectors How It Works GitHub
Open Source & Free to Self-Host

Enterprise AI
that runs anywhere

Open Enterprise is a lightweight, open-source AI platform for teams. Deploy workspaces, agents, and knowledge bases on your own infrastructure — no vendor lock-in, no data leaving your servers.

MIT Licensed Docker Deploy in Minutes 17+ LLM Providers No Telemetry
LIVE Agent running — 3 steps complete
terminal — open-enterprise
# Pull and run Open Enterprise
$ docker pull openenterprise/open-enterprise:latest
latest: Pulling from openenterprise/open-enterprise
Digest: sha256:a1b2c3...
 
$ docker run -d \
  -p 3001:3001 \
  -e OE_TIER=professional \
  -v ./data:/app/server/storage \
  openenterprise/open-enterprise:latest
 
✔ Database initialised
✔ Server listening on :3001
✔ Open Enterprise is ready
 
$
Knowledge base synced — 847 documents
17+
LLM Providers
30+
Connectors
8
Vector Databases
24+
File Formats
Platform Features

Everything your team needs.
Nothing you don't.

Open Enterprise ships as a single Docker container with all capabilities included. No modules, no add-ons, no per-seat pricing surprises.

💬

Multi-Workspace Chat

Isolated workspaces with their own knowledge bases, system prompts, LLM settings, and user access controls. Teams stay separated, data stays clean.

🤖

AI Agents

Build and deploy autonomous agents with tool calling, cron scheduling, and multi-agent chains. Agents can read connectors, process documents, and trigger actions.

🔌

30+ Connectors

Connect to GitHub, Notion, Confluence, Slack, Google Drive, Jira, and more. Sync data automatically into your workspace knowledge base.

📚

RAG & Knowledge Base

Upload documents, sync connectors, and let your AI cite sources from your own data. Supports PDFs, DOCX, Markdown, HTML, CSV, and 24+ other formats.

🔒

DLP & Security

Built-in data loss prevention policies. Block, redact, or audit sensitive content — passwords, API keys, credit card numbers, and custom patterns.

📊

Admin & Analytics

Super admin dashboard with user management, workspace oversight, activity logs, token usage tracking, and instance-wide settings.

🗂️

Vector Database Support

Choose from 8 vector DB providers: LanceDB (built-in), Pinecone, Weaviate, Qdrant, Chroma, Milvus, Zilliz, and Astra DB.

🧩

Embeddable Chat

Embed a chat widget on any website with a single script tag. White-label it for your product, docs site, or internal portal.

🔗

REST API & API Keys

Full REST API with key-based authentication. Integrate Open Enterprise into your existing workflows, CI pipelines, or custom applications.

Open Source

Your AI infrastructure.
Your rules.

Open Enterprise is fully open source. Audit the code, fork it, extend it, or contribute back. Your data never leaves your servers unless you choose to send it to an external LLM.

No Telemetry

Zero phone-home. No usage data sent to us. Run it air-gapped if you need to.

Bring Your Own LLM

Connect OpenAI, Anthropic, Azure, Ollama, LM Studio, Together, or 11 other providers. Switch anytime.

Community Edition on GitHub

The core platform is freely available on GitHub. Clone it, deploy it, ship it.

AGPL-3.0 Licensed

Permissive for internal use. Modifications that you distribute must stay open.

Star on GitHub
docker-compose.yml
version: '3.8' services:   open-enterprise:     image: openenterprise/open-enterprise:latest     ports:       - "3001:3001"     environment:       OE_TIER: professional       JWT_SECRET: your-secret-here       SUPER_ADMIN_EMAIL: [email protected]       SUPER_ADMIN_PASSWORD: your-password     volumes:       - ./data:/app/server/storage     restart: unless-stopped
🔍

Auditable

Read every line of code handling your data. No black boxes, no hidden behaviour. Security teams love it.

Lightweight

Ships as a single ~200 MB Docker image. Runs on a $6/month VPS. No Kubernetes required unless you want it.

🌍

Community-Driven

Built in the open with community contributions. File issues, submit PRs, shape the roadmap directly on GitHub.

Connectors

Connect every tool your team uses

30+ pre-built connectors sync data from your existing stack into your AI knowledge base automatically.

🐙 GitHub
📝 Notion
📖 Confluence
💬 Slack
📁 Google Drive
🎫 Jira
📧 Gmail
📅 Google Calendar
🗂️ SharePoint
🔵 Salesforce
🗃️ Airtable
📊 HubSpot
🗓️ Asana
🔷 Linear
🐛 GitLab
📂 OneDrive
📣 Zendesk
🧩 Intercom
🐙 GitHub
📝 Notion
📖 Confluence
💬 Slack
📁 Google Drive
🎫 Jira
📧 Gmail
📅 Google Calendar
🗂️ SharePoint
🔵 Salesforce
🗃️ Airtable
📊 HubSpot
🗓️ Asana
🔷 Linear
🐛 GitLab
📂 OneDrive
📣 Zendesk
🧩 Intercom
Get Started

Up and running in minutes

From zero to a fully operational AI platform with a single Docker command.

1

Pull the image

Pull the Open Enterprise Docker image from Docker Hub. No build step required.

2

Configure env

Set your LLM API key, admin credentials, and storage path in a .env file or compose.

3

Create workspaces

Log in as super admin, create workspaces, invite users, and connect your data sources.

4

Deploy agents

Build agents with your connectors and schedule them. AI starts working for your team automatically.

Ready to deploy?

Self-host for free, or let us manage your instance so you can focus on building.