SlackBuilds Repository

15.0 > System > zellij-bin (0.44.3)

zellij-bin

zellij-bin provides a prebuilt 64-bit binary of Zellij, a terminal
workspace and multiplexer for managing multiple shells and terminal
applications within a single session.

Features include tabbed sessions, tiled, stacked, and floating panes,
layout configuration, session management, collaborative sharing, and a
plugin system based on WebAssembly.

# Usage:

Start a new session: zellij

Attach to a session: zellij attach <session-name>

List sessions: zellij list-sessions

# SSH note:

When using Zellij over SSH, session attachment may fail if
$XDG_RUNTIME_DIR is not set correctly.

Zellij uses this variable to store session sockets and runtime
state. In SSH environments it is often missing.

If sessions cannot be listed or attached, set it before running
Zellij: export XDG_RUNTIME_DIR=/run/user/$(id -u)

If that directory does not exist, use a fallback: export
XDG_RUNTIME_DIR=/tmp/zellij-runtime-$UID mkdir -p $XDG_RUNTIME_DIR

To make this persistent, you can add it to your shell configuration
file such as: .profile, .bash_profile, .zprofile, .bashrc, .zshrc, or
config.fish

Homepage: https://zellij.dev/

Maintained by: Sasha Abbott
Keywords: terminal,multiplexer,shell,ssh,tmux,screen
ChangeLog: zellij-bin

Homepage:
https://zellij.dev

Source Downloads (64bit):
zellij-x86_64-unknown-linux-musl.tar.gz (695ed4e967a7a31730dc487227558252)

Download SlackBuild:
zellij-bin.tar.gz
zellij-bin.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
slack-desc
zellij-bin.SlackBuild
zellij-bin.info

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2026 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds