Keep your tmux habits
on your everyday OS.
Terminal work quickly turns into a field of windows: a shell, editor, log, build, and SSH connection all compete for attention. wtmux is a terminal multiplexer that organizes those jobs into windows and split panes, so finding the right task does not interrupt the task itself.
Like tmux, the default interaction starts with Ctrl+B followed by a command key. Existing muscle memory can create windows, split horizontally or vertically, move focus, resize, and zoom. Every binding can be changed, and root bindings can run without a prefix.
wtmux began as a Rust application built around Windows ConPTY. It now runs on macOS and Linux through POSIX PTYs as well, preserving one interaction model and configuration while using the terminal foundation native to each system.