tmux
The industry-standard terminal multiplexer for managing remote sessions.
Why consider tmux?
tmux is an open-source terminal multiplexer. It lets you switch easily between several programs in one terminal, detach them from SSH sessions while keeping them running in the background, and reattach anytime.
Learn tmux by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of tmux
tmux is the standard tool for remote Linux engineering, enabling persistent shell sessions across network disconnects with custom vertical/horizontal split panes.
Installation
# Ubuntu/Debiansudo apt install tmux# macOS via Homebrewbrew install tmuxtmux is licensed under the ISC License.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.