mvschwarz/openrig
Multi-agent harness that runs Claude Code and Codex together as one system
About the project
OpenRig is a harness orchestrator for AI coding agents: a team of agents (Claude Code and Codex) is defined in YAML and booted with one command, turning scattered terminal sessions into a managed team with a lead agent.
Useful for
- Boot an owner-and-checker agent team for a single repository task
- Send a task to the lead agent and track it in the queue via rig queue
- Check agent readiness and resolve auth issues with rig ps
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 20 stars so far today, about 45 expected by the end of the day. The usual pace is 0 per day, so that's 45× as much.
- Before this, the repository barely got any stars — about 1 per day.
- The spike has held for 3 days in a row — not a one-off blip.
- GitHub Trending TypeScript today: #6, +86 stars.
- About 15 forks a day — people are taking the code.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 390
- Today
- 20 · ≈ 45 by evening
- Forks
- 51
- Issues and pull requests
- 43
- Watchers
- 4
- Language
- TypeScript
- License
- Apache-2.0
- Latest release
- v0.5.14 · September 14, 2026
- Created
- April 1, 2026
- Last push
- September 25, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 25, 2026GitHub Trending TypeScript today: #6, +86 stars
More in this category
-
8.6
paperclipai/paperclip
Open-source Node.js and React platform for orchestrating a team of AI agents: goals, org chart, budgets, tickets and audit. Suits teams running autonomous agents (Claude Code, Codex, Cursor, etc.) and wanting to manage…
-
7.9
google/ax
A declarative orchestrator for running autonomous AI agent workloads in a cluster, using a Kubernetes-like model with Task, Workspace, Gateway, and Model manifests. It sandboxes agents, pre-wires their environment, and…
-
7.8
vectorize-io/hindsight
Hindsight is a long-term memory system for AI agents that stores facts and observations rather than just conversation history, reporting state-of-the-art results on the LongMemEval benchmark. It runs as a server…
-
7.6
NandhaKishorM/laya
Laya is a non-autoregressive decision engine that answers typed questions (choice, score, noul) over any state (text, email, ticket, JSON) in a single forward pass (~35 ms on GPU) with calibrated probabilities.
-
7.6
Contrastive-LM/CLM
CLM is a class of System One language models trained contrastively to connect states and actions; the repo serves CLM-8B behind a TypeSafe-compatible API for fast agent decision-making.
-
7.0
strands-agents/harness-sdk
Open-source Python and TypeScript SDK for building and running AI agents: agent loop, tools, MCP, memory, multi-agent patterns and tracing in one package. Runs in your process with no hosted control plane and supports…