curl -fsSL https://raw.githubusercontent.com/pranav7/domux/main/install.sh | shThe first release of the Rust domux. domux V1, the Go version built on tmux, is the v0.x tags;
domux import v1 reads what it saved.
Added
- A terminal multiplexer with its own core, built on the Ghostty terminal library rather than on
tmux: a server that owns the panes and outlives the client, tabs, panes, splits, zoom and
scrollback, and a client that holds the terminal. - Projects and workspaces: a project is a git repository, a workspace is a long running git
worktree in it.domux openregisters a directory, and the Navigator lists every project,
workspace and agent in one place. - Agent records for Claude Code, Codex and OpenCode: one record per session, with its state, its
place and the recap the agent wrote.domux peekprints them,leader aopens the agents
overlay, and a red dot marks an agent that is waiting on you. domux install <agent> --applyinstalls the hooks an agent reports through, following the
agent's own configuration directory.- Stay awake: domux holds the machine awake while it runs, and on macOS
domux stay-awake install --full --applyextends that to a closed lid. - The mouse: the wheel, a drag that selects, clicks on the chrome, and a click that opens the
link under it. - A control API every key and CLI subcommand reaches, printable with
domux api schema. domux import v1, which creates what V1's saved sessions describe.- Release builds for macOS (Apple silicon and Intel) and Linux (x86_64 and arm64), and a curl
installer that verifies the checksum and sets up the hooks.