๐ Languages: English | ็ฎไฝไธญๆ
A team of AI employees designed to understand your business, perform specialized work, and deliver real business outcomes.
It enables AI to understand enterprise systems, enterprise data, enterprise knowledge and personal memory, then execute real business tasks through reusable Enterprise Skills.
| Component | Role | License |
|---|---|---|
| ARP | The runtime where AI employees work โ any model, any tool, any skill | Apache-2.0 |
| ONE-PI | The reasoning engine โ virtual experts that understand, reason, and execute | Apache-2.0 |
| DMP | The enterprise core โ four learning engines that teach AI your data, systems, and knowledge | Commercial |
Employees work in the browser, zero install. Deploy on your own infrastructure.
๐ Deployment Guide โ ยท Full story: Organization Home
Enterprise AI starts with understanding the enterprise.
ONE-PI connects to an extensible set of expert agents, each equipped with Prompt, MCP, API, and Skill capabilities.
Most Data Agent systems are designed to answer questions.
Open Insight is designed to achieve business goals.
Enterprises don't measure conversations.
They measure outcomes.
Most AI Agents are designed for individual users. Each user installs, configures and manages their own AI environment.
Open Insight takes a different approach. The enterprise learns once. Everyone benefits.
Open Insight continuously learns from the enterprise โ its data, systems, business knowledge, workflows, skills, and expertise. This knowledge is centrally managed, governed, and made available to employees across the organization.
It runs on enterprise infrastructure, not personal laptops. No installation, no setup, no maintenance burden on employees. It works 24/7 โ monitoring systems, processing tasks, and collaborating with other AI agents across departments.
| Component | Shipped | Next |
|---|---|---|
| ARP โ where AI employees run | Multi-provider chat ยท agents & MCP ยท shared skills ยท self-hosted deploy | Deeper ONE-PI integration ยท community agent & MCP templates ยท local browser extension |
| ONE-PI โ how AI employees think | Virtual experts ยท shared skill repository ยท OpenAI-compatible agent API | A2A collaboration ยท more experts |
| DMP โ what enterprises get | Four learning engines ยท governed enterprise core (commercial) | Deeper enterprise knowledge base ยท more enterprise connectors ยท deeper governance |
A2A, redefined. Multi-agent systems let one framework orchestrate many agents. A2A in Open Insight is different: every person commands their own AI, and the collaboration that used to happen person-to-person now happens agent-to-agent โ with humans approving what matters.
OpenInsight follows an Open Core licensing model and is available in two editions:
| Community Edition | Enterprise Edition | |
|---|---|---|
| Core Platform | โ | โ |
| Deployment | Self-hosted | Self-hosted |
| Enterprise Features | โ | โ |
| License | Not required | Required |
Community Edition is free to use and can be deployed without a commercial license.
Enterprise Edition includes additional enterprise and commercial capabilities and requires a valid License File issued by OpenInsight.
For more information, see LICENSE-COMMERCIAL.md.
| Item | Minimum | Recommended |
|---|---|---|
| CPU | 4 cores | 16 cores |
| RAM | 16 GB | 32 GB |
| Disk | 100 GB | 500 GB |
Prerequisites: Docker 24.07+, Docker Compose v2.26.1+
OS: Ubuntu 20.04/22.04, CentOS/RHEL 7.9, CentOS 8.6, RHEL 8.5
git clone https://github.com/OpenInsightHQ/openinsight.git
cd openinsightbash init-env.shThis generates env.sh from env.sh.example and automatically fills passwords and keys with random values.
Edit the generated env.sh and change HOST_IP to the actual server IP:
vi env.shHOST_IP=192.168.1.100 # Your server IPbash prepare.shOffline: run
bash save-images.shon a networked machine, copydocker-images.tar.gzto the target server, then runbash load-images.shon the target server.
bash install_all.shCommunity Edition
No commercial license is required. Once installation is complete, you can access the platform directly.
- DMP:
http://<HOST_IP>:30080/dmp/ - ARP:
http://<HOST_IP>:33080/arp/
Enterprise Edition
Enterprise features require a valid License File. After installation, open the DMP management interface and activate the Enterprise License.
๐ For full details, see the Deployment Guide.
All configuration is stored in env.sh, generated from env.sh.example by init-env.sh.
- Secrets/Passwords: automatically generated randomly on first run
- HOST_IP: the only setting you must change
- External middleware: set
USE_EXTERNAL_MYSQL/REDIS/MINIO=trueto use external services - PI Agent LLM: configure
OPENCODE_API_KEYandPI_MODELafter deployment
openinsight/
โโโ init-env.sh # Environment initialization
โโโ install_all.sh # One-click installation
โโโ uninstall_all.sh # One-click uninstall
โโโ prepare.sh # Pull Docker images
โโโ save-images.sh # Export images for offline deployment
โโโ load-images.sh # Import images for offline deployment
โโโ env.sh.example # Configuration template
โโโ common.sh # Shared function library
โโโ docs/ # Documentation
โโโ mysql/ # MySQL + initialization SQL
โโโ mongodb/ # MongoDB
โโโ redis/ # Redis
โโโ minio/ # MinIO object storage
โโโ meilisearch/ # Meilisearch full-text search
โโโ searxng/ # SearXNG + MCP
โโโ codeinterpreter-api/ # Code Interpreter API
โโโ pi-agent/ # ONE-PI agent service
โโโ dmp/ # DMP data management platform
โโโ arp/ # ARP agent platform
โโโ mongo-express/ # Mongo Express administration UI
# Start / stop / restart a single service
cd <module> && docker-compose up -d
cd <module> && docker-compose down
cd <module> && docker-compose restart
# View all service statuses
docker ps --filter "name=openinsight-"
# One-click uninstall (keeps data)
bash uninstall_all.sh| Service | Port |
|---|---|
| DMP | 30080 |
| ARP | 33080 |
| Code Interpreter API | 8000 |
OpenInsight uses an Open Core licensing model.
- Open-source components and materials covered by applicable open-source licenses are provided under their respective licenses, including the Apache License 2.0.
- Enterprise features and other proprietary commercial capabilities require a valid commercial License File.
See LICENSE for the Apache License 2.0 and LICENSE-COMMERCIAL.md for commercial licensing information.



