swarmclawai/swarmclaw

★ 677⑂ 0

Open-source self-hosted AI agent runtime and multi-agent framework for autonomous agent swarms. Agent memory, MCP tools, schedules, delegation, and 23+ LLM providers (Claude, GPT, Gemini, OpenRouter

About swarmclawai/swarmclaw

swarmclawai/swarmclaw is an open-source project on GitHub, mainly written in TypeScript. Open-source self-hosted AI agent runtime and multi-agent framework for autonomous agent swarms. It currently holds 677 stars and 0 forks with 0 open issues, and was last pushed on an unknown date (repository created unknown).

Project Overview

AI Homed tracks it on the AI Agent Memory board.

GitHub Repository Details

Repository swarmclawai/swarmclaw · default branch - · size 0 KB · watchers 0 · source: GitHub REST API and repository README

README

SwarmClaw

CI Release npm

https://github.com/swarmclawai/swarmclaw/blob/HEAD/SwarmClaw lobster logo

The self-hosted AI agent runtime and multi-agent framework for autonomous agents. Open-source agent swarms with durable agent memory, MCP tools, skills, delegation, schedules, and 23+ LLM providers — a practical Claude Code and LangChain alternative.

https://github.com/swarmclawai/swarmclaw/blob/HEAD/SwarmClaw org chart with delegation and live agent activity

SwarmClaw is an open-source, self-hosted AI agent runtime and multi-agent framework. Run autonomous AI agents, agent swarms, and orchestrators with heartbeats, schedules, delegation, agent memory, runtime skills, and reviewed conversation-to-skill learning — across OpenClaw gateways, Claude, GPT, Gemini, OpenRouter, Ollama, and 23+ other providers. Use it as your AI agent dashboard, agent orchestration platform, and home base for self-hosted multi-agent AI workflows.

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

Screenshots

https://github.com/swarmclawai/swarmclaw/blob/HEAD/SwarmClaw org chart view showing CEO, Developer, and Researcher agents. https://github.com/swarmclawai/swarmclaw/blob/HEAD/SwarmClaw agent chat view showing a CEO conversation.
Org chart for visualizing agent teams, delegation, and live activity. Agent chat with durable history, tools, and operator controls.
Works
with
https://github.com/swarmclawai/swarmclaw/blob/HEAD/OpenClaw
OpenClaw
https://github.com/swarmclawai/swarmclaw/blob/HEAD/Hermes Agent
Hermes
https://github.com/swarmclawai/swarmclaw/blob/HEAD/Claude Code
Claude Code
https://github.com/swarmclawai/swarmclaw/blob/HEAD/Codex
Codex
https://github.com/swarmclawai/swarmclaw/blob/HEAD/Gemini CLI
Gemini CLI
https://github.com/swarmclawai/swarmclaw/blob/HEAD/OpenCode
OpenCode
https://github.com/swarmclawai/swarmclaw/blob/HEAD/Copilot CLI
Copilot
https://github.com/swarmclawai/swarmclaw/blob/HEAD/Factory Droid CLI
Droid
https://github.com/swarmclawai/swarmclaw/blob/HEAD/Cursor Agent CLI
Cursor
https://github.com/swarmclawai/swarmclaw/blob/HEAD/Qwen Code CLI
Qwen Code
https://github.com/swarmclawai/swarmclaw/blob/HEAD/Goose
Goose
https://github.com/swarmclawai/swarmclaw/blob/HEAD/Anthropic
Anthropic
https://github.com/swarmclawai/swarmclaw/blob/HEAD/OpenAI
OpenAI
https://github.com/swarmclawai/swarmclaw/blob/HEAD/OpenRouter
OpenRouter
https://github.com/swarmclawai/swarmclaw/blob/HEAD/Google Gemini
Gemini
https://github.com/swarmclawai/swarmclaw/blob/HEAD/Ollama
Ollama
https://github.com/swarmclawai/swarmclaw/blob/HEAD/DeepSeek
DeepSeek
https://github.com/swarmclawai/swarmclaw/blob/HEAD/Groq
Groq
https://github.com/swarmclawai/swarmclaw/blob/HEAD/Together AI
Together
https://github.com/swarmclawai/swarmclaw/blob/HEAD/Mistral AI
Mistral
https://github.com/swarmclawai/swarmclaw/blob/HEAD/xAI
xAI
https://github.com/swarmclawai/swarmclaw/blob/HEAD/Fireworks AI
Fireworks
https://github.com/swarmclawai/swarmclaw/blob/HEAD/Nebius
Nebius
https://github.com/swarmclawai/swarmclaw/blob/HEAD/DeepInfra
DeepInfra

Requirements

Quick Start

Desktop app (recommended for non-technical users)

Download the one-click installer from swarmclaw.ai/downloads. Available for macOS (Apple Silicon & Intel), Windows, and Linux (AppImage + .deb).

The release workflow supports Developer ID signing and notarization when Apple credentials are configured. If a macOS build is still ad-hoc signed, first launch may need one manual approval:

  xattr -dr com.apple.quarantine /Applications/SwarmClaw.app
  
Data lives in your OS app-data directory (~/Library/Application Support/SwarmClaw, %APPDATA%\SwarmClaw, or ~/.config/SwarmClaw), separate from any CLI or Docker install.

Global 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.

From the repo

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.

Docker

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.

ClawHub Skill

Install the SwarmClaw skill for your OpenClaw agents:

openclaw skills install swarmclaw

Browse on ClawHub

v1.9.39 Highlights

Scheduled-run reliability release: stale workspace rebinding, fail-fast credential checks, and durable delivery evidence for schedule-driven sends.

v1.9.38 Highlights

PR integration release for provider catalog coverage, OpenRouter context meters, and safer unsigned macOS desktop artifacts.

v1.9.37 Highlights

Theme and memory-pressure release for lighter UI preferences and leaner chat history storage.

v1.9.36 Highlights

Protocol builder visibility release for built-in Structured Sessions.

v1.9.35 Highlights

Installed package build fix for fresh npm-global installs and upgrades.

v1.9.34 Highlights

Credential recovery and external extension access release for npm-global upgrades and scoped agent tool configuration.

v1.9.33 Highlights

Issue and PR validation release for credential durability, delegated task dispatch, connector output hygiene, and OpenClaw gateway protocol compatibility.

v1.9.32 Highlights

PR integration release for background model routing, reflection memory controls, and current ClawHub install guidance.

v1.9.31 Highlights

Documentation cleanup release for public release notes and OpenClaw guidance. No runtime behavior changed.

v1.9.30 Highlights

PR integration release for dream-model routing, email bridge TLS opt-outs, and installed CLI runtime resolution.

v1.9.29 Highlights

Issue-fix release for Edit Agent tooltips, installed package builds, and structured dream output on local Ollama models.

Hosted Deploys

SwarmClaw now ships provider-ready deploy files at the repo root:

The published image is:

ghcr.io/swarmclawai/swarmclaw:latest

Hosted deployments should:

Full hosted deployment guides live at https://swarmclaw.ai/docs/deployment

Core Capabilities

What SwarmClaw Focuses On

OpenClaw

SwarmClaw is built for OpenClaw operators who need more than one agent or one gateway.

Use Cases

SwarmClaw is a general-purpose agent runtime. Here are some of the ways people use it.

---

Personal Assistant

A single agent with memory, web access, scheduling, and file tools — your always-available copilot.

"Remember that I prefer window seats. Book research time every Monday at 9am. Summarize the articles I saved last week."
Starter kit: Personal Assistant → 1 agent, ready in under a minute.

---

Virtual Company

Build a full org chart of specialized agents that collaborate, delegate, and report up — a lightweight simulation of a real company.

| Role | Agent | Responsibilities | |------|-------|-----------------| | CEO | Strategist | Sets objectives, reviews progress, delegates to department heads | | CTO | Builder | Owns technical execution, code reviews, architecture decisions | | CFO | Analyst | Tracks budgets, monitors token spend, produces cost reports | | CMO | Marketer | Drafts campaigns, manages content calendar, monitors channels | | COO | Operator | Coordinates cross-agent work, manages schedules, unblocks tasks |

---

Development Team

A squad of agents mirroring a real

GitHub Stars & Activity

677Stars
0Forks
0Open issues
TypeScriptLanguage

GitHub Popularity

GitHub stars677
Forks0
Open issues0
Primary languageTypeScript
License-
Stars gained today0
Created-
Last pushed-

Trending History

Trending statusnot on today's boards

Related AI Projects

1

thedotmack / claude-mem

TypeScript★ 94,311⑂ 0
2

supermemoryai / supermemory

TypeScript★ 30,665⑂ 0
3

TencentCloud / TencentDB-Agent-Memory

TypeScript★ 27,024⑂ 0
4

MemTensor / MemOS

TypeScript★ 11,478⑂ 0
5

CaviraOSS / LongMemory

TypeScript★ 4,510⑂ 0
6

letta-ai / letta-code

TypeScript★ 3,385⑂ 0
7

Bitterbot-AI / bitterbot-desktop

TypeScript★ 2,459⑂ 0
8

cytostack / openwolf

TypeScript★ 2,352⑂ 0

More AI Rankings