For eine Terminal-Multiplexer-Alternative zu tmux, the strongest matches are tmux/tmux (tmux is the definitive open-source terminal multiplexer, exactly matching), zellij-org/zellij (Zellij is an open-source terminal multiplexer that directly competes) and wezterm/wezterm (WezTerm is a terminal emulator with a built-in multiplexer). Each is ranked by relevance to your query, popularity and recent activity.
Kommandozeilen-Tools, die Sitzungsverwaltung und Window-Splitting als Alternativen zu tmux bieten.
This project is a terminal multiplexer that enables multiple terminal sessions to run simultaneously within a single window or a detached background process. By decoupling the client interface from a persistent server process, it allows users to maintain long-running command-line tasks that continue to execute even after disconnecting from a remote host. The system functions as a terminal window manager and process controller, providing a text-based interface to organize multiple shell processes into custom tiled layouts. It distinguishes itself through a programmable command-line interface t
tmux is the definitive open-source terminal multiplexer, exactly matching the query with full support for session persistence, split panes, scrollback, customizable status bar, and keyboard-driven navigation via configuration files.
Zellij is a terminal multiplexer and workspace manager designed to organize command-line sessions into persistent, reconfigurable layouts. It functions as a terminal plugin framework, allowing users to extend their environment with modular, event-driven components that interact with the host through a structured message-passing protocol. The project distinguishes itself through a layout-engine-based architecture that decouples visual pane arrangements from process execution, enabling automated and repeatable terminal workflows. It includes integrated support for web-based remote access, facil
Zellij is an open-source terminal multiplexer that directly competes with tmux, providing session persistence, split panes, keyboard-driven navigation, and a customizable status bar, all from a modern Rust codebase.
WezTerm is a terminal emulator with a built-in multiplexer (mux) supporting session persistence, split panes, scrollback, customizable status bar, keyboard-driven navigation, and Lua configuration, which gives it tmux-like functionality for managing multiple terminals in one window.