Self-hosted · Open Source · MIT Licensed

Orchestrate Your AI Agent Swarm

A self-hosted dashboard for managing multi-provider AI agents. Build custom agents, orchestrate workflows, schedule tasks, and connect to every platform your team uses.

Everything you need to run your swarm

From agent creation to deployment across platforms, SwarmClaw handles the full lifecycle.

Multi-Provider

Connect Claude CLI, OpenAI, Anthropic API, Ollama, and custom endpoints. Switch providers per-agent or per-task.

Agent Builder

Craft agents with custom personalities, system prompts, skill libraries, and MCP tool integrations.

Orchestration

LangGraph-powered multi-agent workflows. Chain agents, fan-out tasks, and merge results automatically.

Task Board

Queue, track, and review agent work with a Kanban-style board. Full audit trail and result diffs.

Scheduling

Cron-based agent scheduling with human-friendly presets. Run agents on a timer or trigger them via webhooks.

Chat Connectors

Bridge agents to Discord, Slack, Telegram, and WhatsApp. Your agents, available everywhere your team works.

See it in action

A clean, mobile-friendly interface built with the Midnight Glass theme.

Dashboard
SwarmClaw Dashboard
Agent Builder
SwarmClaw Agent Builder
Task Board
SwarmClaw Task Board
Providers
SwarmClaw Providers

Works with

Claude CLI
OpenAI
Anthropic API
Ollama
Google Gemini
Mistral

Up and running in seconds

Four commands. That's it.

terminal
$ git clone https://github.com/swarmclawai/swarmclaw.git
$ cd swarmclaw
$ npm install
$ npm run dev