Introduction

Clustr is a multi-agent workspace that orchestrates multiple AI coding agents in one place. Spawn Claude Code, OpenAI Codex, and more — all collaborating in real time.

What is Clustr?

Clustr lets you run a swarm of AI coding agents on your codebase simultaneously. Each agent gets its own terminal, shell access, and built-in tools for communicating with other agents. You monitor and control everything from a real-time web dashboard.

Think of it as a control plane for AI pair programming — except instead of one assistant, you have a whole team working in parallel.

Key capabilities

  • Multi-agent orchestration — spawn multiple agents that work on different parts of your project at the same time
  • Inter-agent messaging — agents talk to each other, share findings, and coordinate automatically
  • Shared context store — a key-value memory that all agents can read and write, so discoveries propagate instantly
  • Multi-service support — run Claude Code and OpenAI Codex agents side by side
  • Real-time dashboard — live terminals, agent graph, message feed, context viewer, and file change tracking
  • Git checkpoints & rollback — auto-snapshots before each agent starts, one-click rollback if things go wrong
  • Rules — a shared rules file that every agent reads, giving you global control over agent behavior

Who is it for?

Clustr is built for developers who want to leverage multiple AI agents on large or complex tasks — refactoring across many files, building features in parallel, running agents with different specializations, or exploring different approaches simultaneously.

Prerequisite: You need Node.js 18+ and either claude (Claude Code CLI) or codex (OpenAI Codex CLI) installed on your system.