SwarmClaw: Self-Hosted AI Agent Runtime for Autonomous Swarms
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
SwarmClaw is an open-source, self-hosted AI agent runtime and multi-agent framework designed for autonomous agent swarms. It offers durable agent memory, MCP tools, schedules, and delegation, supporting over 23 LLM providers including Claude, GPT, Gemini, OpenRouter, and Ollama. This platform serves as a practical alternative to solutions like Claude Code and LangChain for those seeking self-hosted AI agent orchestration.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
SwarmClaw is an open-source, self-hosted AI agent runtime and multi-agent framework designed for autonomous agent swarms. It provides a robust platform for running AI agents, orchestrators, and agent swarms with features like durable agent memory, Model Context Protocol (MCP) tools, schedules, and delegation. Supporting over 23 LLM providers, including Claude, GPT, Gemini, OpenRouter, and Ollama, SwarmClaw offers a practical alternative to solutions like Claude Code and LangChain for self-hosted AI workflows.
Developed in TypeScript, SwarmClaw has garnered significant community interest, boasting 645 stars and 137 forks. It is released under the MIT License, ensuring flexibility for developers and organizations.
Installation
SwarmClaw offers multiple installation methods to suit different user needs, from desktop applications for non-technical users to Docker for containerized deployments.
Desktop App (Recommended for non-technical users)
Download the one-click installer for macOS (Apple Silicon & Intel), Windows, and Linux (AppImage + .deb) from the official website. Download SwarmClaw Desktop App
Global Install (npm)
For developers, SwarmClaw can be installed globally via npm, yarn, pnpm, or bun.
npm i -g @swarmclawai/swarmclaw
swarmclaw
Running swarmclaw starts the server on http://localhost:3456.
From the Repository
To run SwarmClaw directly from its source code:
git clone https://github.com/swarmclawai/swarmclaw.git
cd swarmclaw
nvm use
npm run quickstart
npm run quickstart handles dependency installation, local configuration, and starts SwarmClaw.
Docker
For a containerized setup, use Docker Compose:
git clone https://github.com/swarmclawai/swarmclaw.git
cd swarmclaw
mkdir -p data
touch .env.local
docker compose up -d --build
Access SwarmClaw at http://localhost:3456 after deployment.
Examples
SwarmClaw is a versatile agent runtime, enabling a wide range of use cases for both individuals and teams.
Personal Assistant
Deploy a single agent with memory, web access, scheduling, and file tools to act as your always-available copilot. It can remember preferences, schedule reminders, research, draft content, and manage your daily tasks.
Virtual Company
Build a full organizational chart of specialized agents that collaborate, delegate, and report up, simulating a real company. Each agent can have its own provider, model, personality, and tool access, with a CEO agent delegating tasks to department heads.
Development Team
Create a squad of agents mirroring an engineering team, capable of planning, building, reviewing, and testing in parallel. A Lead agent can break down work, Dev agents can use coding tools like Claude Code, QA agents can run tests, and Reviewer agents can audit pull requests.
Research Bureau
Spawn a swarm of research agents to work in parallel, each with different search strategies, and then synthesize their findings. Agents can search, fetch, read, and summarize independently, with a lead agent collecting outputs into structured reports.
Why Use SwarmClaw?
SwarmClaw distinguishes itself by focusing on several core capabilities crucial for advanced AI agent deployments:
- Delegation, Orchestration, and Background Execution: Facilitates complex workflows with delegated work, orchestrator agents, subagents, durable jobs, and background task execution.
- Structured Sessions: Offers reusable, bounded runs with templates, facilitators, participants, and durable transcripts, ideal for structured collaboration and problem-solving.
- Autonomy and Memory: Features heartbeats, orchestrator wake cycles, schedules, long-running execution, durable memory, reflection memory, and project-aware context for truly autonomous agents.
- Extensive LLM Provider Support: Connects to 24+ built-in providers, including major cloud LLMs and local options like Ollama, giving users flexibility and control over their models.
- Self-Hosted Control: Provides a self-hosted environment, ensuring data privacy and full control over your AI agent infrastructure, a key advantage over cloud-dependent solutions.
- Operator Tooling: Includes connectors for various platforms (Discord, Slack, Telegram), extensions, browser automation, shell/files/git tooling, and runtime guardrails for comprehensive management.
Links
- GitHub Repository: https://github.com/swarmclawai/swarmclaw
- Official Documentation: https://swarmclaw.ai/docs
- Website: https://swarmclaw.ai
- Discord Community: https://discord.gg/sbEavS8cPV
- SwarmDock Marketplace: https://swarmdock.ai
- SwarmFeed Social Network: https://swarmfeed.ai
Related repositories
Similar repositories that may be relevant next.
Awesome Agent Almanac: A Curated List of AI Agents and Agentic Technology
August 8, 2026
Awesome Agent Almanac is a comprehensive awesome-list dedicated to AI agents, agent tools, MCP servers, and agentic technology. This community-curated resource provides an extensive collection of innovative projects in the rapidly evolving field of artificial intelligence agents, offering valuable insights for developers and researchers alike.

awesome-agentic-ai: Your Comprehensive Hub for Agentic AI Resources
July 29, 2026
awesome-agentic-ai is a curated list of resources for learning, building, and mastering Agentic AI systems. This repository serves as a complete hub, offering a learning roadmap, top frameworks, tools, and real-world examples. It's designed for both beginners and experts looking to explore autonomous AI agents.

Phoenix: AI Observability and Evaluation Platform for LLMs
June 28, 2026
Phoenix is an open-source AI observability platform from Arize AI, designed for comprehensive experimentation, evaluation, and troubleshooting of LLM applications. It provides robust features including OpenTelemetry-based tracing, LLM evaluation, and systematic prompt management. This platform helps developers optimize and debug their AI models effectively across various environments.

Odysseus: A Comprehensive Self-Hosted AI Workspace for Productivity
June 25, 2026
Odysseus is a powerful self-hosted AI workspace designed to integrate various AI-powered tools into a single platform. It offers functionalities for chat, agents, deep research, document management, email, and calendar, supporting both local and API models. This comprehensive solution aims to enhance productivity and streamline AI workflows in a private environment.
Source repository
Open the original repository on GitHub.