- Add Fumadocs-based docs site (docs-site/) - Document all features: tabs, notifications, splits, socket API, CLI - Add Claude Code hooks guide with cmuxterm detection - Update README with native macOS emphasis and brew install - Add homebrew-cmuxterm to .gitignore (has its own repo)
33 lines
1.3 KiB
Markdown
33 lines
1.3 KiB
Markdown
<h1 align="center">cmuxterm</h1>
|
|
<p align="center">A lightweight native macOS terminal with vertical tabs and notifications for AI coding agents</p>
|
|
|
|
<p align="center">
|
|
<a href="https://github.com/manaflow-ai/cmuxterm/releases/latest/download/cmuxterm-macos.dmg">
|
|
<img src="./docs/assets/macos-badge.png" alt="Download cmuxterm for macOS" width="180" />
|
|
</a>
|
|
</p>
|
|
|
|
## 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:**
|
|
|
|
```bash
|
|
brew tap manaflow-ai/cmuxterm
|
|
brew install --cask cmuxterm
|
|
```
|
|
|
|
Or [download the DMG](https://github.com/manaflow-ai/cmuxterm/releases/latest/download/cmuxterm-macos.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.
|