AIAny
AI Client2026
Icon for item

cmux

Native macOS terminal that surfaces and manages AI coding-agent sessions with vertical tabs, pane-level notification rings, a scriptable in-app browser, and a CLI/socket API — Ghostty-compatible and built in Swift/AppKit for low memory and fast startup.

Introduction

Most terminal UIs treat agent sessions as indistinguishable panes; cmux flips that assumption by making agent attention and context first-class. When you run many LLM-driven coding sessions in parallel, the core problem isn’t rendering speed — it’s knowing which agent needs you and why. cmux focuses on surfacing that signal inside a native macOS terminal experience.

What Sets It Apart
  • Notification-first surface: panes receive a blue ring and sidebar tabs light up when an agent is waiting; a centralized notifications panel and a "jump to latest unread" shortcut make triage fast. This reduces cognitive overhead when dozens of sessions are live.
  • Agent-friendly integration: recognizes terminal notification sequences (OSC 9/99/777) and provides a cmux notify CLI to wire into agent hooks (examples mention Claude Code, OpenCode). That lets agents push structured attention cues directly into the UI instead of relying on generic OS notifications.
  • Scriptable terminal + browser: CLI and socket APIs can create workspaces, split panes, send keystrokes, and control an in-app browser (ported agent-browser API) so agents can snapshot/access the page DOM and interact with dev servers next to your terminal.
  • Native, Ghostty-compatible renderer: built with Swift/AppKit and libghostty for GPU-accelerated rendering and low memory usage; reads existing Ghostty configs so users can keep themes and fonts.
Who it's for & trade-offs

Great fit if you: want to run many LLM-based coding sessions in parallel and need quick visual triage; prefer a native macOS app (not Electron) with scriptable primitives; rely on agent workflows that can emit notification sequences or be wired to a CLI.

Look elsewhere if: you need cross-platform support (cmux is macOS-native), require restoration of live process state across restarts (cmux restores layout/metadata but not live process state), or need a permissive commercial license without AGPL constraints (a commercial license is offered separately). Also, any integrations that assume generic OS notifications may need changes to emit OSC sequences or call the CLI.

Where it fits

Treat cmux as a composable terminal surface for agent-driven development rather than a full-fledged orchestrator. Use it to keep agent context visible, script interactions, and colocate a controllable browser beside terminals; for end-to-end agent orchestration (cloud-hosted agents, cross-platform dashboards) pair it with other tooling in your stack.

Information

  • Websitegithub.com
  • Authorsmanaflow-ai, Lawrence C. Chen, Austin Y. Wang
  • Published date2026/01/28

More Items

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Model2026

Runs the Bonsai family of quantized LLMs locally (including vision-capable 27B): provides scripts and demo UIs to run 1-bit and ternary Bonsai models on macOS (Metal), Linux/Windows (CUDA/Vulkan/ROCm), or CPU, with long context, tool-calling and an optional Open WebUI agent demo.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).