Zellij 0.42.1

Zellij is a workspace aimed at developers, ops-oriented people and anyone who loves the terminal. Similar programs are sometimes called "Terminal Multiplexers". Zellij is designed around the philosophy that one must not sacrifice simplicity for power, taking pride in its great experience out of the box as well as the advanced features it places at its users' fingertips. Zellij is geared toward beginner and power users alike - allowing deep customizability, personal automation through layouts, true multiplayer collaboration, unique UX features such as floating and stacked panes, and a plugin system allowing one to create plugins in any language that compiles to WebAssembly.

Tags terminal console multiplexer rust
License MITL
State stable

Recent Releases

0.42.122 Mar 2025 03:15 minor bugfix: (mouse): mouse handling in windows terminal (https://github.com/zellij-org/zellij/pull/4076).
0.42.018 Mar 2025 01:22 major bugfix: (plugins): properly focus pane after tab was in the plugin API (https://github.com/zellij-org/zellij/pull/3797). (plugins): properly pad UI components background to their declared width (https://github.com/zellij-org/zellij/pull/3806). Feat(plugins): allow plugins to change their own `/host` folder under a new FullHdAccess permission (https://github.com/zellij-org/zellij/pull/3827). (plugins): do not detach if using `/` in session name (https://github.com/zellij-org/zellij/pull/3839). (plugins): properly focus plugin pane after it was hidden (https://github.com/zellij-org/zellij/pull/3841). (layouts): off by 1 when focusing a specific tab through a layout (https://github.com/zellij-org/zellij/pull/3844). (multiplayer): properly clear fake cursors (https://github.com/zellij-org/zellij/pull/3845). Feat(ux): pin floating panes (https://github.com/zellij-org/zellij/pull/3876 and https://github.com/zellij-org/zellij/pull/4013). (layout-applier): logical index pane sorting (https://github.com/zellij-org/zellij/pull/3893 and https://github.com/zellij-org/zellij/pull/3973). (terminal): synchronized rendering detection query response (https://github.com/zellij-org/zellij/pull/3884). (terminal): cursor overflow (https://github.com/zellij-org/zellij/pull/3894). Feat(ux): stack panes command (https://github.com/zellij-org/zellij/pull/3905). Feat(terminal): mouse AnyEvent tracking (https://github.com/zellij-org/zellij/pull/3538). (terminal): support setting kitty keyboard protocol with `CSI=` (https://github.com/zellij-org/zellij/pull/3942). (floating-panes): handle various errors (https://github.com/zellij-org/zellij/pull/3944). Chore(rust): Update Rust toolchain to 1.84.0 (https://github.com/zellij-org/zellij/pull/3945). Feat(ux): stacked-resize (https://github.com/zellij-org/zellij/pull/3957, https://github.com/zellij-org/zellij/pull/4003, https://github.com/zellij-org/zellij/pull/4011, https://github.com/zellij-org/zellij/pull/4016 and https://github.com/zellij-org/zellij/pu