You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,7 @@
25
25
curl -fsSL https://clawfleet.io/install.sh | sh
26
26
```
27
27
28
-
5 minutes: Docker installed, image pulled, dashboard running at `http://localhost:8080`. Log in with your ChatGPT account — your existing Plus subscription covers inference, no API keys needed.
29
-
30
-
> **Not affected by the 2026-04-04 Claude subscription policy change.** ClawFleet's recommended path uses ChatGPT (Codex OAuth) — your existing ChatGPT Plus/Pro subscription works as-is. No migration needed.
28
+
5 minutes: Docker installed, image pulled, dashboard running at `http://localhost:8080`. Connect any model provider with a single API key — every instance runs in its own Docker container with full isolation.
@@ -38,7 +36,7 @@ curl -fsSL https://clawfleet.io/install.sh | sh
38
36
39
37
-**Sandboxed instances** — each OpenClaw runs in its own Docker container, isolated from your host and from each other. No rogue skill can read your files
40
38
-**Browser dashboard** — create, configure, monitor, and destroy instances without touching a terminal
41
-
-**ChatGPT login** — authenticate with your existing ChatGPT account, or use API keys from OpenAI, Anthropic, Google AI Studio, DeepSeek
39
+
-**Any LLM provider** — connect with a single API key from OpenAI, Anthropic, Google AI Studio, or DeepSeek
42
40
-**Version pinning** — lock a tested OpenClaw version so upstream breaking changes don't touch you
43
41
-**Fleet management** — spin up as many instances as your RAM allows, each with different models, personas, and channels
44
42
-**Character system** — define reusable personas (bio, backstory, style, traits) and assign them to instances
0 commit comments