-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Abhiyan Dhakal edited this page Mar 29, 2026
·
2 revisions
admux is a shared terminal workspace system written in Rust.
It combines tmux-style terminal multiplexing with project-scoped workspaces, reproducible layouts from admux.toml, and best-effort local snapshot restore.
- CLI Reference
- Keybindings and Interactive Commands
- Workspace Manifests
- Workspace Snapshots and Restore
- Configuration Reference
- Architecture
- Troubleshooting
admux new
admux up
admux save
admux ls
admux attach workKey points:
-
admuxautostarts the daemon; normal usage does not require launchingadmuxdmanually -
admux newstarts in the current shell directory by default -
admux upreads./admux.toml -
admux savewritesadmux.tomland.admux/snapshot.jsoninto the session directory
admux is built around three layers:
- live terminal sessions with sessions, windows, panes, buffers, and copy mode
- shareable workspace manifests in
admux.toml - local snapshot sidecars in
.admux/for best-effort restore