Hard Rails. Soft Power. Shared Mission.
Every idea deserves a team of souls who take it seriously.
You have Claude, GPT, Gemini — powerful models, each with unique strengths. But using them together means you become the router: copy-pasting context, tracking who said what, losing hours to middle management.
Clowder AI is the platform layer that turns isolated AI agents into a real team. Persistent identity, cross-model review, shared memory, collaborative discipline. Most frameworks help you call agents. Clowder helps them work together.
Download from the Releases page — available for Windows (.exe) and macOS (.dmg). The installer bundles everything; no pnpm install needed.
git clone https://github.com/zts212653/clowder-ai.git
cd clowder-ai
pnpm install
pnpm start # opens http://localhost:3003Requires Node.js 20+, pnpm 9+. Redis 7+ optional (--memory to skip).
Tips:
pnpm start --quickskips rebuild ·pnpm start --daemonruns in background · Full docs →
| Capability | What It Means |
|---|---|
| Multi-Agent Orchestration | Route tasks to the right agent — Claude for architecture, GPT for review, Gemini for design |
| Persistent Identity | Each agent keeps its role, personality, and memory across sessions |
| Cross-Model Review | Claude writes code, GPT reviews it. Built-in, not bolted on |
| A2A Communication | Async agent-to-agent messaging with @mention routing and structured handoff |
| Shared Memory | Evidence store, lessons learned, decision logs — knowledge that persists |
| Plugin Framework | MCP tools, IM adapters (Feishu, Telegram), and on-demand skills |
| Agent CLI | Model Family | MCP | Status |
|---|---|---|---|
| Claude Code | Claude (Opus / Sonnet / Haiku) | Yes | Shipped |
| Codex CLI | GPT / Codex | Yes | Shipped |
| Gemini CLI | Gemini | Yes | Shipped |
| opencode | Multi-model | Yes | Shipped |
Clowder doesn't replace your agent CLI — it's the layer above it.
┌─────────────────────────────────────────────┐
│ You (operator) │
│ Vision · Decisions · Feedback │
└──────────────────┬──────────────────────────┘
│
┌──────────────────▼──────────────────────────┐
│ Clowder Platform Layer │
│ Identity · A2A Router · Skills · Memory │
│ SOP Guardian · MCP Bridge · Plugins │
└───┬──────────┬──────────┬──────────┬────────┘
│ │ │ │
Claude GPT/Codex Gemini opencode
Models set the ceiling. The platform sets the floor.
Extracted from Cat Cafe — a production workspace where four AI cats collaborate daily on real software. Every feature has been battle-tested. The name clowder is the collective noun for a group of cats; it also hides a small easter egg — clowder sounds a lot like cloud.
- Website — Full docs, architecture guides, and community
- Setup Guide — Prerequisites, commands, environment (web version)
- CONTRIBUTING.md — How to contribute
- docs/ — Architecture decisions and feature specs
MIT — Use it, modify it, ship it.
"Clowder AI" name, logos, and cat character designs are brand assets — see TRADEMARKS.md.
Build AI teams, not just agents.