OMAR: Open-Source TUI for Managing Hundreds of AI Coding Agents Hierarchically

✍️ OpenClawRadar📅 Published: May 2, 2026🔗 Source
OMAR: Open-Source TUI for Managing Hundreds of AI Coding Agents Hierarchically
Ad

OMAR (Open Multi-Agent Runtime) is a TUI (terminal user interface) for orchestrating large numbers of AI coding agents in parallel. Created by Karim and Shaokai after being impressed by Claude Code's ability to fix CI issues overnight, they built it to replace the pain of Ctrl+Tab through multiple Claude Code windows. The project is open-source and available at omar.tech.

Key Features

  • Deep hierarchies: Agents managing agents, like a company. Create parallel organizations of arbitrary depth.
  • Heterogeneous backends: Let Claude, Codex, Cursor, and Opencode collaborate as a team. Mix and match the best model for each task.
  • Full control: Talk to and control any subagent. Navigate hierarchies with arrow keys and attach via popup.
  • Flexible lifespans: Long-running or ephemeral agents, persistent state across sessions with memory snapshots.
  • Messaging & integrations: Connect agents to Slack channels.
  • Built on tmux: Supports all tmux commands and key bindings. Highly customizable.
Ad

Quick Start

One-liner (macOS/Linux):

$ curl -fsSL https://omar.tech/install.sh | sh

Homebrew:

$ brew install lsk567/omar/omar

From source (requires Rust 1.70+ and GNU Make):

$ git clone https://github.com/lsk567/omar.git
$ cd omar && make install

Prerequisites

tmux 3.0+ and at least one agent backend: Claude Code, Codex CLI, Opencode, or Cursor CLI.

Usage

  1. Launch: $ omar
  2. Copy a prompt into your Executive Assistant window. Agents will spawn and organize hierarchically.

The idea is to move from single-agent terminals to a swarm that mirrors organizational structures — an Executive Assistant delegates to teams, which delegate to subagents. All controllable from one TUI.

📖 Read the full source: HN AI Agents

Ad

👀 See Also

Publicly Hosted MCP Servers for Health, Academic, and Government Data
Tools

Publicly Hosted MCP Servers for Health, Academic, and Government Data

A developer has built and publicly hosts 14 MCP servers providing access to CDC datasets, clinical trials, FDA data, academic publications, congressional information, weather data, and other utilities. These servers require no setup, API keys, or local installation.

OpenClawRadar
Automate daily briefings into personal Spotify podcasts with OpenClaw and the Save to Spotify CLI
Tools

Automate daily briefings into personal Spotify podcasts with OpenClaw and the Save to Spotify CLI

OpenClaw runs daily at 7am, pulls Slack threads + GitHub notifications + calendar, summarizes into mp3, and uploads as a private episode via the Save to Spotify CLI. Works on Free and Premium.

OpenClawRadar
SLOP Plugin Adds Real-Time App State Awareness to OpenClaw Agents
Tools

SLOP Plugin Adds Real-Time App State Awareness to OpenClaw Agents

A new OpenClaw plugin integrates with SLOP (State Layer for Observable Programs), giving AI agents structured access to application state and contextual actions. The plugin auto-discovers SLOP-enabled apps via ~/.slop/providers/ and a Chrome extension bridge.

OpenClawRadar
Blender MCP Server with 100+ Tools Built Using Claude Code
Tools

Blender MCP Server with 100+ Tools Built Using Claude Code

A developer has created an MCP server for Blender with over 100 tools across 14 categories, enabling AI coding agents to control Blender's lighting, animation, rendering, and geometry nodes through natural language prompts. The entire codebase was written using Claude Code, which helped solve architectural challenges like Blender's main-thread API requirement.

OpenClawRadar