Tmux

tmux
Developer(s)Nicholas Marriott
Initial release20 November 2007 (2007-11-20)
Stable release
3.5a / 5 October 2024 (5 October 2024)
Repositorygithub.com/tmux/tmux
Written inC
Operating systemUnix-like
Available inEnglish
TypeTerminal multiplexer
LicenseISC license
Websitetmux.github.io 

tmux is an open-source terminal multiplexer for Unix-like operating systems. It allows multiple terminal sessions to be accessed simultaneously in a single window. It is useful for running more than one command-line program at the same time. It can also be used to detach processes from their controlling terminals, allowing remote sessions to remain active without being visible.