Open Source Connectors Commercial Blog GitHub Docker Hub OE Runtime
Open Source & Free to Self-Host

Enterprise AI Platform
& Agent Runtime

Build AI assistants and deploy autonomous agents — all from one self-hosted platform. Define multi-step workflows in plain YAML, connect 2,673+ enterprise tools, and run agents anywhere with a single binary. No LangChain. No LangGraph. No code.

Apache-2.0 Licensed No LangChain · No LangGraph 17+ LLM Providers No Telemetry
17+
LLM Providers
2,673
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.

🔌

2,673 Connectors

The largest open-source connector catalog — databases, CRMs, DevOps, healthcare, legal, finance, and more across 45+ categories. 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 on GitHub
Getting Started

Write your first agent in minutes

No framework to learn. No Python environment. Just a YAML file and your LLM API key.

1
Write instructions in plain English

The instructions field is the agent's system prompt. Describe what it does and how it should behave.

2
Declare your connectors

List which tools the agent can use. Credentials live separately in oe-config.json — your YAML never contains secrets.

3
Add named steps and parameters

Break complex workflows into named steps. Use {{param}} to pass values at runtime without editing the file.

4
Run locally or deploy to the Platform

Execute with OE Runtime for local use, or deploy to the Platform for scheduling, RBAC, and multi-user access.

Download OE Runtime → Download Sample Library
# research-agent.yaml
name: My First Agent
description: Searches the web and emails a summary
instructions: |
  You are a research assistant. Search for the given topic,
  summarise the findings, and email the report to the recipient.
  Be accurate, cite your sources, and keep the report concise.
steps:
  - name: Research
    content: |
      Search for: {{topic}}
      Run 2-3 searches from different angles.
      Collect the 5 most important findings with sources.
  - name: Send Report
    content: |
      Write a structured email report and send it to {{recipient}}.
      Subject: Research Report — {{topic}}
      Sections: Executive Summary · Key Findings · Sources
connectors:
  - connection_name: Perplexity Search
    connection_type: perplexity-search
  - connection_name: Company Email
    connection_type: smtp
params:
  - name: topic
    default: "AI trends 2026"
  - name: recipient
    default: "[email protected]"
# run it with OE Runtime
oe-runtime
  research-agent.yaml \
  --config oe-config.json \
  --param topic="LLM benchmarks 2026"
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.

Apache-2.0 Licensed

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

Star on GitHub View on Docker Hub
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

2,673 connectors across 45+ categories — the largest open-source connector catalog. Sync data from your entire stack into your AI knowledge base automatically.

Databases
🐘 PostgreSQL
🐬 MySQL
🍃 MongoDB
🔴 Redis
🔍 Elasticsearch
❄️ Snowflake
🦆 DuckDB
🟠 CockroachDB
CRM & Sales
🔵 Salesforce
📊 HubSpot
🟠 Pipedrive
📋 Zoho CRM
🎯 Outreach
🟣 Apollo
Email & Communication
📧 Gmail
📨 Outlook
💬 Slack
🟦 Microsoft Teams
📩 SendGrid
🐙 Mailchimp
Cloud Storage
📁 Google Drive
📂 OneDrive
🗂️ SharePoint
📦 Dropbox
🪣 AWS S3
☁️ Cloudflare R2
Project Management
🎫 Jira
🗓️ Asana
🔷 Linear
📝 Notion
📖 Confluence
🗃️ Airtable
🟢 Monday.com
📌 ClickUp
Developer Tools & DevOps
🐙 GitHub
🦊 GitLab
🖥️ SSH
🔗 REST API
Webhooks
🐳 Docker
☸️ Kubernetes
🔵 Terraform
AI & ML
🤖 OpenAI
🟣 Anthropic
🔷 HuggingFace
🟠 LangSmith
📊 Weights & Biases
🔍 Pinecone
Finance & Accounting
💳 Stripe
🟩 QuickBooks
📒 Xero
🟦 Plaid
💰 Airwallex
🔷 Tipalti
HR & Payroll
🌿 Greenhouse
🎋 BambooHR
🟣 Workday
🔑 Lever
🏹 Workable
💼 ADP
Marketing
📈 Google Ads
🟦 Meta Ads
🎯 HubSpot Marketing
📣 Marketo
🟠 Mailchimp
🎨 Klaviyo
Observability & ITSM
🐕 Datadog
🔥 PagerDuty
🟠 New Relic
🔍 Grafana
⚙️ ServiceNow
🟢 Prometheus
Security & Identity
🔐 Okta
🟦 Azure AD
🔒 HashiCorp Vault
🛡️ CrowdStrike
🔑 Auth0
🟠 Zscaler
ERP & Supply Chain
🏭 SAP
🔶 Oracle
🟩 Microsoft Dynamics
📋 NetSuite
🔵 Epicor
🟠 Infor
E-commerce
🛍️ Shopify
🟦 WooCommerce
🟠 BigCommerce
📦 ShipBob
🏪 Square
🔷 Stripe Checkout
Healthcare
🏥 Epic
🩺 DrChrono
💊 Kareo
🔵 Redox
📋 SimplePractice
📡 Teladoc
Legal Tech
⚖️ Clio
📜 MyCase
🔍 RelativityOne
📄 NetDocuments
🟣 iManage
🔷 Everlaw
Education & LMS
🎓 Canvas LMS
📚 Moodle
🟦 Google Classroom
🎯 Docebo
🟠 TalentLMS
📖 Blackboard
Real Estate & Hospitality
🏠 Yardi
🏢 AppFolio
🏨 Cloudbeds
🌴 Guesty
🍽️ OpenTable
🔷 Mews
Operations & Logistics
🚛 Samsara
📦 project44
🗺️ Onfleet
🏗️ Procore
🔧 ServiceTitan
🟠 Blue Yonder
…and 2,673 total across Analytics, Social Media, Data Integration, Blockchain, IoT, BI, Low Code, Automation, and more. View all on GitHub
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 / PostgreSQL
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
Feature Capabilities

Everything you need to build enterprise AI

From foundation to ecosystem — a complete agentic runtime, self-hosted and open source.

Foundation

Multiple LLMs, Embeddings, Vector Databases

Knowledge

RAG, Memory, Context Engineering

Interaction

AI Assistant / Chat, Workspaces (Multi-tenant)

Integration

Tools / Connectors, Tool Calling, MCP

Workflow

Chains, Conditional Branches, Multi-step Pipelines, Loops, Routers, State Management

Agents

Agents, Agent Planning, Multi-agent Collaboration, Reflection / Self-Critique

Execution

Automation, Event-driven Workflows, Human Approval, Runtime / Execution Engine

Governance

Guardrails / DLP

Operations

Observability (Token Usage, Activity Log, Dashboard)

Ecosystem

Marketplace

OE Runtime

Run agents anywhere.
No server required.

OE Runtime is a standalone binary that executes any Open Enterprise agent YAML locally — on Windows, Linux, or macOS. No Docker, no database, no UI. Just point it at a YAML file and run.

Single binary — no Node.js, no install, no dependencies
🔌 20 capability categories — databases, SSH, REST, images, video, speech and more
📄 Define any workflow in YAML — pass parameters at runtime with --param
🖥️ Windows · Linux · macOS — binaries on every GitHub release
Explore OE Runtime →
# market-intelligence.yaml
name: Market Intelligence Briefing
params:
  - name: company
    default: "OpenAI"
connectors:
  - connection_name: Perplexity Search
  - connection_name: Postgres DB
  - connection_name: Company Email
# run it
oe-runtime
  market-intelligence.yaml \
  --config oe-config.json \
  --param company="Tesla"
Two Ways to Deploy

Runtime or Platform — which is right for you?

Both run the same agent YAML files and use the same execution engine. The difference is what surrounds it.

⚡ OE Runtime 🖥️ Platform
Best for Developers, local scripts, CI/CD Teams, orgs, production
Install Single binary — no install Docker or source
UI CLI only Full web application
Multi-user + RBAC ✓ Workspaces + roles
RAG Roadmap ✓ Full pipeline
Scheduling External cron ✓ Built-in cron
Human approval gates Roadmap ✓ Built-in
Platforms Windows · Linux · macOS Any Docker host

Both use the same agent YAML format — author and test locally with Runtime, deploy to the Platform for your team.

How We Compare

Built different from the start

Most AI agent frameworks require you to write Python. We don't. Here's the architectural difference.

Open Enterprise LangGraph CrewAI AutoGen Dify
Agent definition YAML Python Python Python UI + YAML
No-code Partial
Standalone binary
Built-in connectors 2,673 0 (write your own) 0 (write your own) 0 (write your own) ~60
Built-in RAG
Human approval gates Code required Code required Code required
MCP support Partial
Agent marketplace
License Apache-2.0 MIT MIT MIT Apache-2.0

Architectural comparison only — every tool excels in different contexts.

Open Enterprise Commercial

You've proven the concept.
Now let's scale it.

The Community Edition is free forever — but when your organization needs SSO, DLP, white-label branding, multi-tenant workspaces, and dedicated support, Open Enterprise Commercial is built for you.

🔐 SSO / SAML 🛡️ DLP & Compliance 🎨 White-Label 🏢 Multi-Tenant 📊 Observability ☸️ Kubernetes / Air-Gapped 👤 Dedicated Support & SLA
See all features → ✉ Contact us
Community

Join the Open Enterprise community

Share agent YAMLs, get help with connectors, follow the roadmap, and talk to the team. Whether you're just getting started or building in production — you belong here.

Open Source
Apache-2.0 · free forever
Active
building in public
2,673
connectors in the catalog
Join Discord
Free · No invite required

Ready to deploy?

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