Metadata-Version: 2.1
Name: cmux
Version: 0.12.1
Summary: cmux — a tmux-like terminal multiplexer TUI backed by libghostty-vt
License: MIT
Project-URL: Source, https://github.com/manaflow-ai/cmux
Description-Content-Type: text/markdown

# cmux

cmux is a tmux-like terminal multiplexer TUI backed by
[libghostty-vt](https://github.com/ghostty-org/ghostty). It keeps machines,
sessions, workspaces, screens, panes, tabs, terminals, and browser panes in
one scriptable interface.

This PyPI distribution provides the standalone `cmux` command for macOS and
Linux:

```bash
python -m pip install cmux
cmux
```

For one-off use, run `uvx cmux` or `pipx run cmux`. See the
[cmux-tui documentation](https://github.com/manaflow-ai/cmux/tree/main/cmux-tui)
for CLI commands, configuration, remote sessions, and SDKs.
