-
Notifications
You must be signed in to change notification settings - Fork 61
Description
What
I'd like to request we add cmux as a supported terminal application in the "Open in..." terminal selector. cmux is a free, open-source native macOS terminal built on Ghostty that's designed for AI coding agents, with vertical tabs, notification rings, split panes, and a scriptable socket API for automation.
Why
cmux is gaining traction among developers who want split panes, session management, and a lightweight alternative to iTerm/Warp. It works really well with tmux and also with git worktrees so I've been leveraging it with Claude Code during my regular workday. Adding cmux would be a low-effort way to support more developer workflows.
How
Based on the existing pattern in apps/studio/src/lib/is-installed.ts, this would involve:
- Adding a cmux entry to
installationPaths.darwinpointing to cmux.app - Adding the corresponding CLI launch command in the terminal handler
This follows the same pattern used for Ghostty, Warp, and iTerm.