# Open Enterprise > An open-source enterprise AI ecosystem. Build AI assistants, deploy autonomous agents, connect 2,500+ enterprise connectors, and govern AI securely — all self-hosted on your own infrastructure. Free under Apache-2.0. ## What is Open Enterprise? Open Enterprise is a lightweight, self-hosted enterprise AI platform that ships as a single Docker container. It provides everything an organization needs to deploy AI internally: workspaces, agents, connectors, knowledge bases, and governance — without sending data to a third-party SaaS. - License: Apache-2.0 (Community Edition), Commercial License (Commercial Edition) - Deployment: Single Docker container, Docker Compose, Kubernetes - Current version: 1.3.1 - GitHub: https://github.com/openenterprise-info/open-enterprise-community - Docker Hub: https://hub.docker.com/r/openenterprise/open-enterprise-community ## Community Edition (Free) Available at: https://www.openenterprise.info Features: - AI Assistants & Chat - AI Agents (YAML-based, no code required) - Knowledge Base with RAG (24+ file formats) - 2,500+ connectors across 39 categories (limited) - Website Chat Widget (Embed) - Role-Based Access Control (RBAC) - Enterprise Dashboard - Vector Database support: LanceDB, Pinecone, Weaviate, Qdrant, Chroma, Milvus, Zilliz, Astra DB - 17+ LLM providers: OpenAI, Anthropic Claude, Azure OpenAI, Ollama, LM Studio, Together AI, Google Gemini, and more - CLI (limited) - Marketplace (limited) - Single Docker deployment - SQLite database ## Commercial Edition Contact: team@openenterprise.info Additional features over Community Edition: - Visual Agent Builder (no-code) - Multi-Tenant Workspaces (full tenant isolation) - REST API & OpenAPI / Swagger documentation - Cross-Workspace Knowledge, Agent, and Connector Sharing - SSO / SAML (Okta, Azure AD, Google Workspace, any SAML 2.0 provider) - Data Loss Prevention (DLP) - Audit Logs & Activity History - Token Usage & Cost Analytics - Super Admin & Tenant Management - Custom Branding (White-Label — logo, product name, theme) - Unlimited Connectors & Marketplace - Enterprise Infrastructure: PostgreSQL, S3/MinIO, BullMQ + Redis, Kubernetes - Priority Support, SLA-backed Support, Long-Term Support (LTS) - Deployment Assistance, Training & Enablement, Professional Services ## Quick Start ```bash docker run -d \ -p 3001:3001 \ -e JWT_SECRET=your-secret \ -e SUPER_ADMIN_EMAIL=admin@yourcompany.com \ -e SUPER_ADMIN_PASSWORD=your-password \ -v ./data:/app/server/storage \ openenterprise/open-enterprise-community:latest ``` ## Links - Website: https://www.openenterprise.info - Blog: https://www.openenterprise.info/blog/ - GitHub: https://github.com/openenterprise-info/open-enterprise-community - Docker Hub: https://hub.docker.com/r/openenterprise/open-enterprise-community - Discord Community: https://discord.gg/vWsZ24Msn - Commercial Enquiries: team@openenterprise.info ## Blog Topics Open Enterprise publishes educational content on enterprise AI, self-hosted AI, AI agents, RAG, workflow automation, and industry-specific AI use cases. See https://www.openenterprise.info/blog/ for all posts.