by swarmclawai
Self-hosted multi-agent AI runtime with MCP server support. Build, orchestrate, and run autonomous agents with memory, skills, schedules, and 23+ LLM providers (Claude, GPT, Gemini, OpenRouter, Ollama).
# Add to your Claude Code skills
git clone https://github.com/swarmclawai/swarmclawSwarmClaw is a self-hosted AI runtime for OpenClaw and multi-agent work. It helps you run autonomous agents and orchestrators with heartbeats, schedules, delegation, memory, runtime skills, and reviewed conversation-to-skill learning across OpenClaw gateways and other providers.
GitHub: https://github.com/swarmclawai/swarmclaw
Docs: https://swarmclaw.ai/docs
Website: https://swarmclaw.ai
Discord: https://discord.gg/sbEavS8cPV
Extension tutorial: https://swarmclaw.ai/docs/extension-tutorial
nvm use will pick up the repo's .nvmrc, which matches CI)Download the one-click installer from swarmclaw.ai/downloads. Available for macOS (Apple Silicon & Intel), Windows, and Linux (AppImage + .deb).
Current builds are unsigned, so on first launch:
No comments yet. Be the first to share your thoughts!
chmod +x the downloaded file, then run it.Data lives in your OS app-data directory (~/Library/Application Support/SwarmClaw,
%APPDATA%\SwarmClaw, or ~/.config/SwarmClaw), separate from any CLI or Docker install.
npm i -g @swarmclawai/swarmclaw
swarmclaw
yarn global add @swarmclawai/swarmclaw
swarmclaw
pnpm add -g @swarmclawai/swarmclaw
swarmclaw
bun add -g @swarmclawai/swarmclaw
swarmclaw
Running swarmclaw starts the server on http://localhost:3456.
git clone https://github.com/swarmclawai/swarmclaw.git
cd swarmclaw
nvm use
npm run quickstart
npm run quickstart installs dependencies, prepares local config and runtime state, and starts SwarmClaw.
git clone https://github.com/swarmclawai/swarmclaw.git
cd swarmclaw
mkdir -p data
touch .env.local
docker compose up -d --build
Then open http://localhost:3456.
Install the SwarmClaw skill for your OpenClaw agents:
clawhub install swarmclaw
SwarmClaw now ships provider-ready deploy files at the repo root:
render.yaml for Render Blueprint deploys from the public GHCR imagefly.toml for Fly.io image-backed deploysrailway.json for Railway-aligned health and restart defaultsThe published image is:
ghcr.io/swarmclawai/swarmclaw:latest
Hosted deployments should:
/app/dataACCESS_KEY and CREDENTIAL_SECRET/api/healthzFull hosted deployment guides live at https://swarmclaw.ai/docs/deployment
openai/gpt-4.1-mini./v1 endpoint./breakout, durable transcripts, outputs, operator controls, and a visible protocols template gallery plus visual builder.