Happenmass/omux

107 stars · Last commit 2026-07-10

Orchestrate AI coding agents (Claude Code, Codex) as parallel subagents over tmux — a loop-engineering runtime with auto-continue, execute-then-review, and cross-session memory.

README preview

<div align="center">

# omux

**Run your CLI coding agent unattended, in parallel, at scale.**

omux is a meta-agent that orchestrates the CLI coding agent of your choice — Claude Code, Codex, or anything else — through tmux. It spawns multiple instances, handles state and confirmations, remembers across sessions, and lets you walk away.

[![npm](https://img.shields.io/npm/v/%40happenmass%2Fomux.svg)](https://www.npmjs.com/package/@happenmass/omux)
[![license](https://img.shields.io/npm/l/%40happenmass%2Fomux.svg)](./LICENSE)
[![node](https://img.shields.io/node/v/%40happenmass%2Fomux.svg)](https://nodejs.org)

[Website](https://www.omux.sh) · [Demo video](#demo) · [How it works](#how-it-works) · [Install](#install) · [FAQ](#faq)

</div>

---

## The problem

View full repository on GitHub →