mvschwarz/openrig

43 stars · Last commit 2026-05-16

Multi-agent harness that runs Claude Code and Codex together as one system

README preview

# OpenRig

Open source multi-agent harness for coding teams.

A harness wraps a model. A rig wraps your harnesses. Define your agent team in YAML, boot it with one command. Claude Code and Codex in the same rig, managed as one system.

![OpenRig UI](https://openrig.dev/screenshots/remotion/hero-ui-workspace.png)

## Quick Start

```bash
# Install
npm install -g @openrig/cli

# Prepare the machine (attempts tmux, cmux, Claude Code, Codex, tmux defaults — reports what worked)
rig setup

# Boot the conveyor starter rig (4 seats, mixed runtimes)
rig up conveyor

View full repository on GitHub →