Skip to content
weiyong1024 edited this page Apr 27, 2026 · 13 revisions

ClawFleet Wiki

Your personal AI workforce — running on the hardware you already own.

🌐 clawfleet.io · 💬 Discord

ClawFleet lets you deploy and manage a fleet of AI agent instances on a single machine. Supports both OpenClaw and Hermes Agent — run them side by side in one unified dashboard. No cloud bills, no new hardware, no SaaS subscriptions.

If you have a Mac with Apple Silicon (or any Linux machine), you can spin up an entire AI fleet in minutes.

What you get

  • Multi-runtime Fleet — run OpenClaw and Hermes Agent instances together, each in its own isolated container
  • Full isolation — every instance runs in its own Docker container with dedicated storage and networking
  • Zero extra cost — the only ongoing expense is LLM API usage (and some providers offer free tiers)
  • Web Dashboard — manage everything from your browser
  • clawfleet shell — interactive terminal access into any instance (Hermes TUI chat or OpenClaw bash)

Quickstart

curl -fsSL https://clawfleet.io/install.sh | sh

One command installs everything (Docker, CLI, sandbox image) and opens the Dashboard. Then:

Step What to do Time
1 Add an LLM provider 1 min
2 Create and configure an instance 1 min

Page index

Getting started

Dashboard

Runtimes

  • OpenClaw — channel-native agent ensemble that lives inside group chats
  • Hermes — single-user learning agent with cross-session memory

LLM Provider guides

Messaging Channel guides

Reference

  • CLI Reference — every command with examples
  • FAQ — common issues and solutions

Clone this wiki locally