Ghostty-based macOS terminal with vertical tabs and notifications for AI coding agents
https://cmux.com
- Fix auto-updating Text(date, style: .time) causing continuous SwiftUI updates by using static formatting with .formatted(date:time:) - Fix notification popover keeping SwiftUI observers active when closed by clearing contentViewController on popover close and recreating on open - Fix focus loss when notifications arrive while typing by only setting focus in NotificationsPage when the page is visible - Make Update Pill and Update Logs debug-only features - Add CPU regression tests: test_cpu_usage.py, test_cpu_notifications.py - Add lint test for auto-updating Text patterns: test_lint_swiftui_patterns.py |
||
|---|---|---|
| .github/workflows | ||
| Assets.xcassets | ||
| CLI | ||
| docs | ||
| docs-site | ||
| ghostty@4713b7e236 | ||
| GhosttyTabs.xcodeproj | ||
| GhosttyTabsUITests | ||
| homebrew-cmuxterm@c12d753824 | ||
| Resources/ghostty/terminfo/78 | ||
| scripts | ||
| Sources | ||
| tests | ||
| .gitignore | ||
| .gitmodules | ||
| AGENTS.md | ||
| CLAUDE.md | ||
| cmux-Bridging-Header.h | ||
| ghostty.h | ||
| Package.resolved | ||
| Package.swift | ||
| README.md | ||
cmuxterm
A lightweight native macOS terminal with vertical tabs and notifications for AI coding agents
Features
- Native macOS app — Built with Swift and AppKit, not Electron. Fast startup, low memory.
- Vertical tabs — See all your terminals at a glance in a sidebar
- Notification panel — Tabs flash when AI agents (Claude Code, Codex) need your attention
- Lightweight — Small binary, minimal resource footprint. No bundled browser engine.
- GPU-accelerated — Powered by libghostty for smooth rendering
Install
Homebrew:
brew tap manaflow-ai/cmuxterm
brew install --cask cmuxterm
Or download the DMG directly.
Why cmuxterm?
Running multiple AI coding agents? cmuxterm helps you manage them. Instead of losing track of which terminal needs input, the notification panel shows you exactly where to look.
A native macOS app means it launches instantly, uses minimal RAM, and feels right at home on your Mac.