EveryDev.ai
Subscribe
Home
Tools

2,825+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents1815
  • Coding1295
  • Infrastructure600
  • Marketing467
  • Projects433
  • Research403
  • Analytics351
  • Design338
  • Security243
  • MCP242
  • Testing238
  • Data230
  • Integration178
  • Prompts160
  • Learning159
  • Communication154
  • Extensions150
  • Voice130
  • Commerce125
  • DevOps108
  • Web80
  • Finance21
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Zellij
    Zellij icon

    Zellij

    Terminal & Session Management
    Featured

    A terminal workspace (multiplexer) with floating panes, layouts, session management, a WebAssembly plugin system, and a built-in web client — available free and open source under the MIT license.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open source under the MIT license. All features included.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Terminal & Session ManagementCommand Line AssistantsDevelopment Environments

    Alternatives

    smugtmuxcmux
    Developer
    Aram Drevekenin / zellij-orgVienna, AustriaEst. 2021

    Listed Jun 2026

    About Zellij

    Zellij is a terminal workspace and multiplexer built in Rust, developed full-time by Aram Drevekenin and maintained as a free, open-source project under the MIT license. It runs inside any existing terminal emulator on Linux, macOS, and Windows, adding a powerful workspace layer without requiring users to change their shell or editor setup. The GitHub repository reports over 33,700 stars as of mid-2026, and the project sees regular releases with the latest being v0.44.3 published in May 2026.

    What It Is

    Zellij is a "terminal multiplexer" — a program that runs inside your terminal and lets you manage multiple panes, tabs, and sessions from a single interface. Unlike traditional multiplexers such as tmux or screen, Zellij is designed around the philosophy that power should not come at the cost of simplicity. It ships with an on-screen status bar showing available shortcuts, so new users can get productive immediately, while advanced users can unlock deep customization through KDL-based configuration files, layouts, and a WebAssembly plugin system.

    Core Pane and Layout Features

    Zellij treats panes as first-class citizens with several distinct modes:

    • Floating panes can be toggled on and off (Alt f), moved, resized, and pinned always-on-top; they persist in the background while hidden.
    • Stacked panes layer multiple panes vertically, useful for keeping editor buffers or monitoring commands without consuming horizontal space.
    • Command panes display exit codes, allow single-keypress re-runs, and can be started suspended for on-demand execution — ideal for build commands and test runners.
    • Layouts are KDL configuration files that define entire workspace structures: which panes to open, which commands to run, which files to open in the editor, and how tabs are organized. Layouts are version-controllable and shareable with teams.
    • Multiple pane select lets users bulk-close, stack, or move groups of panes using Alt + left-click.

    Plugin System and Extensibility

    Zellij's UI is itself composed of plugins — the tab bar, status bar, session manager, welcome screen, and filepicker (Strider) are all WebAssembly plugins. Developers can write custom plugins in any language that compiles to WebAssembly; Rust has first-class support with an official SDK and scaffolding tools. Plugins are distributed as single .wasm files that require no local installation beyond placing the file in a reachable path.

    Advanced scriptability is also available through the CLI: zellij subscribe streams live pane output to stdout, list-panes --json and list-tabs --json return structured session state, and blocking pane primitives (--block-until-exit-success) enable CI-like pipeline scripts with interactive retry on failure.

    Web Client and Remote Access

    Zellij includes a built-in web server that serves sessions directly in a browser, making a terminal emulator optional. Sessions can be bookmarked by URL (e.g., http://localhost:8082/my-project), shared with teammates for pair programming, and accessed with read-only tokens for observers. Remote terminal attachment is also supported: zellij attach https://my-server:8082/my-session connects from another terminal without SSH tunnels. The web server must be explicitly started and configured with HTTPS and token authentication; a pre-compiled variant without the web server is also available for users who prefer not to include it.

    Update: v0.44.3

    The latest release is v0.44.3, published on 2026-05-13, according to the GitHub releases page. The repository was last pushed to on 2026-06-16, indicating active ongoing development. The project roadmap, linked from the README and website, outlines planned near-future features. The FAQ confirms Zellij is actively developed full-time by its primary maintainer with community and sponsor support, and states it will always remain free and open source.

    Zellij - 1

    Community Discussions

    Be the first to start a conversation about Zellij

    Share your experience with Zellij, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open source under the MIT license. All features included.

    • All pane management features (floating, stacked, tiled)
    • Layouts and workspace automation
    • Session management and resurrection
    • Built-in web client
    • WebAssembly plugin system

    Capabilities

    Key Features

    • Floating panes with toggle, pin, and persistence
    • Stacked panes for vertical layering
    • Tiled pane layouts with drag-to-resize
    • Command panes with exit code display and single-key re-run
    • KDL-based layout files for workspace automation
    • Session management with named sessions and background sessions
    • Session resurrection across reboots
    • Built-in web client for browser-based terminal access
    • Remote session attach over HTTPS
    • Read-only session sharing tokens
    • WebAssembly plugin system
    • Rust SDK for plugin development
    • Built-in plugins: tab bar, status bar, session manager, filepicker (Strider), welcome screen
    • Multiple pane select for bulk operations
    • Scrollback editing in $EDITOR
    • Click-to-open file paths from terminal output
    • Mouse-based pane resizing
    • Advanced CLI scriptability with JSON state queries and blocking panes
    • Live pane output streaming via zellij subscribe
    • Configurable keybindings with unlock-first preset
    • KDL-based theming and appearance customization
    • Native Windows support
    • True multiplayer: multiple users per session with colored cursors

    Integrations

    bash
    zsh
    fish
    PowerShell
    vim
    neovim
    emacs
    helix
    Alacritty
    iTerm2
    Konsole
    GNOME Terminal
    Rust (via cargo)
    WebAssembly (WASM)
    Matrix chat
    Discord
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Zellij and help others make informed decisions.

    Developer

    Aram Drevekenin / zellij-org

    The zellij-org project develops Zellij, a free and open-source terminal workspace multiplexer written in Rust. Zellij is maintained full-time by Aram Drevekenin with support from community contributors and sponsors. The project prioritizes a great out-of-the-box experience alongside advanced power-user features, and publishes regular releases with comprehensive documentation and tutorials.

    Founded 2021
    Vienna, Austria
    1 employees

    Used by

    Open Source Community
    Read more about Aram Drevekenin / zellij-org
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    smug icon

    smug

    smug is a terminal multiplexer session manager for tmux that lets you define and start pre-configured tmux sessions from YAML configuration files.

    tmux icon

    tmux

    tmux is an open-source terminal multiplexer that lets you create, manage, and navigate multiple terminal sessions from a single window.

    cmux icon

    cmux

    A native macOS terminal app built for coding agents, featuring vertical tabs, notification rings, split panes, an in-app browser, and a socket API for automation.

    Browse all tools

    Related Topics

    Terminal & Session Management

    Terminal emulators, multiplexers, and session managers that help developers run parallel AI coding agents, manage multiple workspaces, and maintain persistent terminal sessions.

    23 tools

    Command Line Assistants

    AI-powered command-line assistants that help developers navigate, search, and execute terminal commands with intelligent suggestions and context awareness.

    160 tools

    Development Environments

    AI-enhanced code editors and IDEs that improve the coding experience.

    133 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions