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.

AGPL-3.0 Licensed Docker Deploy in Minutes 17+ LLM Providers No Telemetry
LIVE Agent running — 3 steps complete
terminal — open-enterprise
# Pull and run Open Enterprise Community
$ docker pull openenterprise/open-enterprise-community:latest
latest: Pulling from openenterprise/open-enterprise-community
Digest: sha256:a1b2c3...
 
$ docker run -d \
  -p 3001:3001 \
  -e JWT_SECRET=your-secret \
  -e SUPER_ADMIN_PASSWORD=your-password \
  -v ./data:/app/server/storage \
  openenterprise/open-enterprise-community: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.

📄

No Code. Just YAML.

Most AI agent frameworks require you to write Python, wire up LangGraph nodes, or manage complex orchestration code. Open Enterprise is different — define any agent workflow in a simple YAML file. Steps, connectors, schedules, and logic are all declared, not coded.

No LangGraph No LangChain No custom Python Import & export agents as files Any complexity in plain YAML
View Sample Agents on GitHub
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-community:latest     ports:       - "3001:3001"     environment:       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.

Databases
🐘 PostgreSQL
🐬 MySQL
🍃 MongoDB
🔴 Redis
🔍 Elasticsearch
Storage & Drives
📁 Google Drive
📂 OneDrive
🗂️ SharePoint
Email & Calendar
📧 Gmail
📅 Google Calendar
Communication
💬 Slack
🧩 Intercom
Project Management
🎫 Jira
🗓️ Asana
🔷 Linear
📝 Notion
📖 Confluence
🗃️ Airtable
CRM & Support
🔵 Salesforce
📊 HubSpot
📣 Zendesk
Code & DevOps
🐙 GitHub
🐛 GitLab
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 openenterprise/open-enterprise-community from Docker Hub. No build step required.

2

Configure env

Set JWT_SECRET, SUPER_ADMIN_EMAIL, and SUPER_ADMIN_PASSWORD. LLM provider and API keys are configured from the admin panel after first login.

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.

Tech Stack

Built on proven open-source technology

Frontend React + Vite
Backend Node.js + Express
Database SQLite
File Storage Local filesystem
Queue In-memory
Vector DB LanceDB (default) + 7 others
LLM Providers 17+ (OpenAI, Ollama, Anthropic, etc.)
Embedding Any provider (OpenAI, Ollama, etc.)
Deployment Single Docker container
Process Manager PM2

Ready to deploy?

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