Release v1.23.0 (#31)
* Rename cmuxterm to cmux across entire codebase - Rename GitHub repos: manaflow-ai/cmuxterm -> manaflow-ai/cmux, manaflow-ai/homebrew-cmuxterm -> manaflow-ai/homebrew-cmux - Rename bundle IDs: com.cmuxterm.app -> com.cmux.app - Rename CLI: CLI/cmuxterm.swift -> CLI/cmux.swift - Rename homebrew submodule: homebrew-cmuxterm -> homebrew-cmux - Update all socket paths: /tmp/cmuxterm*.sock -> /tmp/cmux*.sock - Update all GitHub URLs, DMG names, Sparkle URLs - Update all source files, scripts, tests, docs, CI workflows * Bump version to 1.23.0
This commit is contained in:
parent
9ba1d02b2b
commit
9817d131f8
70 changed files with 466 additions and 450 deletions
|
|
@ -1,13 +1,13 @@
|
|||
---
|
||||
title: Introduction
|
||||
description: cmuxterm - A lightweight native macOS terminal with vertical tabs and notifications for AI coding agents
|
||||
description: cmux - A lightweight native macOS terminal with vertical tabs and notifications for AI coding agents
|
||||
---
|
||||
|
||||
# cmuxterm
|
||||
# cmux
|
||||
|
||||
cmuxterm is a lightweight, native macOS terminal built on Ghostty for managing multiple AI coding agents. It features vertical tabs, a notification panel, and a socket-based control API.
|
||||
cmux is a lightweight, native macOS terminal built on Ghostty for managing multiple AI coding agents. It features vertical tabs, a notification panel, and a socket-based control API.
|
||||
|
||||
## Why cmuxterm?
|
||||
## Why cmux?
|
||||
|
||||
- **Native macOS app** - Built with Swift and AppKit, not Electron. Fast startup, low memory usage, and native look and feel.
|
||||
- **Lightweight** - Small binary, minimal resource footprint. No bundled browser engine.
|
||||
|
|
@ -19,7 +19,7 @@ When running AI coding agents like Claude Code, Codex, or similar tools, you nee
|
|||
- **Know when agents need attention** - Agents waiting for input should notify you
|
||||
- **Automate terminal control** - Programmatically create tabs, send input, and more
|
||||
|
||||
cmuxterm solves these with:
|
||||
cmux solves these with:
|
||||
|
||||
- **Vertical sidebar tabs** - All terminals visible at a glance
|
||||
- **OSC 99/777 notifications** - Desktop alerts when agents need you
|
||||
|
|
@ -28,11 +28,11 @@ cmuxterm solves these with:
|
|||
## Quick Start
|
||||
|
||||
```bash
|
||||
brew tap manaflow-ai/cmuxterm
|
||||
brew install --cask cmuxterm
|
||||
brew tap manaflow-ai/cmux
|
||||
brew install --cask cmux
|
||||
```
|
||||
|
||||
Or [download the DMG](https://github.com/manaflow-ai/cmuxterm/releases/latest/download/cmuxterm-macos.dmg) directly.
|
||||
Or [download the DMG](https://github.com/manaflow-ai/cmux/releases/latest/download/cmux-macos.dmg) directly.
|
||||
|
||||
## Key Features
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue