Skip to content

Commit 59c58a8

Browse files
committed
docs: highlight Local Deployment mode
1 parent 9446f8a commit 59c58a8

1 file changed

Lines changed: 33 additions & 28 deletions

File tree

README.md

Lines changed: 33 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,16 @@ Built on [CAMEL-AI][camel-site]'s acclaimed open-source project, our system intr
4444

4545
<br/>
4646

47-
[![][image-join-us]][join-us]
48-
4947
<details>
5048
<summary><kbd>Table of contents</kbd></summary>
5149

5250
#### TOC
5351

5452
- [🚀 Getting Started](#-getting-started)
55-
- [☁️ Cloud Version](#️-cloud-version)
56-
- [🏠 Self-Hosting (Community Edition)](#-self-hosting-community-edition)
53+
- [🏠 Local Deployment (Recommended)](#-local-deployment-recommended)
54+
- [⚡ Quick Start (Cloud-Connected)](#-quick-start-cloud-connected)
5755
- [🏢 Enterprise](#-enterprise)
56+
- [☁️ Cloud Version](#️-cloud-version)
5857
- [✨ Key features](#-key-features)
5958
- [🏭 Workforce](#-workforce)
6059
- [🧠 Comprehensive Model Support](#-comprehensive-model-support)
@@ -82,37 +81,29 @@ Built on [CAMEL-AI][camel-site]'s acclaimed open-source project, our system intr
8281

8382
## **🚀 Getting Started**
8483

85-
There are three ways to get started with Eigent:
86-
87-
### ☁️ Cloud Version
84+
> **🔓 Build in Public** — Eigent is **100% open source** from day one. Every feature, every commit, every decision is transparent. We believe the best AI tools should be built openly with the community, not behind closed doors.
8885
89-
The fastest way to experience Eigent's multi-agent AI capabilities is through our cloud platform, perfect for teams and individuals who want immediate access without setup complexity. We'll host the models, APIs, and cloud storage, ensuring Eigent runs flawlessly.
86+
### 🏠 Local Deployment (Recommended)
9087

91-
- **Instant Access** - Start building multi-agent workflows in minutes.
92-
- **Managed Infrastructure** - We handle scaling, updates, and maintenance.
93-
- **Premium Support** - Subscribe and get priority assistance from our engineering team.
88+
The recommended way to run Eigent — fully standalone with complete control over your data, no cloud account required.
9489

95-
<br/>
96-
97-
[![image-public-beta]][eigent-download]
98-
99-
<div align="right">
100-
<a href="https://www.eigent.ai/download">Get started at Eigent.ai →</a>
101-
</div>
90+
👉 **[Full Local Deployment Guide](./server/README_EN.md)**
10291

103-
### 🏠 Self-Hosting (Community Edition)
92+
This setup includes:
93+
- Local backend server with full API
94+
- Local model integration (vLLM, Ollama, LM Studio, etc.)
95+
- Complete isolation from cloud services
96+
- Zero external dependencies
10497

105-
For users who prefer local control, data privacy, or customization, this option is ideal for organizations requiring:
98+
### ⚡ Quick Start (Cloud-Connected)
10699

107-
- **Data Privacy** - Keep sensitive data within your infrastructure.
108-
- **Customization** - Modify and extend the platform to fit your needs.
109-
- **Cost Control** - Avoid recurring cloud fees for large-scale deployments.
100+
For a quick preview using our cloud backend — get started in seconds:
110101

111-
#### 1. Prerequisites
102+
#### Prerequisites
112103

113104
- Node.js (version 18-22) and npm
114105

115-
#### 2. Quick Start
106+
#### Steps
116107

117108
```bash
118109
git clone https://github.com/eigent-ai/eigent.git
@@ -121,20 +112,34 @@ npm install
121112
npm run dev
122113
```
123114

124-
#### 3. Local Development (Use the version that is completely separated from the cloud service)
125-
[server/README_EN.md](./server/README_EN.md)
115+
> Note: This mode connects to Eigent cloud services and requires account registration. For a fully standalone experience, use [Local Deployment](#-local-deployment-recommended) instead.
126116
127117
### 🏢 Enterprise
128118

129119
For organizations requiring maximum security, customization, and control:
130120

131-
- **Commercial License** - [Check our license →](LICENSE)
132121
- **Exclusive Features** (like SSO & custom development)
133122
- **Scalable Enterprise Deployment**
134123
- **Negotiated SLAs** & implementation services
135124

136125
📧 For further details, please contact us at [info@eigent.ai](mailto:info@eigent.ai).
137126

127+
### ☁️ Cloud Version
128+
129+
For teams who prefer managed infrastructure, we also offer a cloud platform. The fastest way to experience Eigent's multi-agent AI capabilities without setup complexity. We'll host the models, APIs, and cloud storage, ensuring Eigent runs flawlessly.
130+
131+
- **Instant Access** - Start building multi-agent workflows in minutes.
132+
- **Managed Infrastructure** - We handle scaling, updates, and maintenance.
133+
- **Premium Support** - Subscribe and get priority assistance from our engineering team.
134+
135+
<br/>
136+
137+
[![image-public-beta]][eigent-download]
138+
139+
<div align="right">
140+
<a href="https://www.eigent.ai/download">Get started at Eigent.ai →</a>
141+
</div>
142+
138143
## **✨ Key features**
139144
Unlock the full potential of exceptional productivity with Eigent’s powerful features—built for seamless integration, smarter task execution, and boundless automation.
140145

0 commit comments

Comments
 (0)