Superset's README is explicit: "Windows/Linux untested, builds not available." A Linux AppImage appeared in Superset's releases in early 2026, but it remains marked as untested. If you need a reliable parallel-agent manager on Linux, Pane ships tested AppImage and .deb packages — with only git as a dependency, and no Bun, Caddy, or GitHub CLI to manage.
By Parsa Khazaeepoul, co-founder of Pane. Tested every agent manager in this comparison set in production. .
superset's linux status
Superset is primarily developed and tested on macOS. Its GitHub repository has long stated that Linux builds are not available and that Linux is untested. An AppImage did appear in Superset's release artifacts in February 2026, but the project explicitly does not guarantee it works correctly. Bugs specific to Linux are unlikely to receive priority fixes.
Beyond the testing gap, Superset has runtime dependencies that complicate Linux setups. It requires Bun as a JavaScript runtime, GitHub CLI for repository operations, and Caddy as a web server to serve its UI. On macOS these install cleanly via Homebrew; on Linux you need to manage three separate installation paths before Superset can start.
→ AppImage — download, run chmod +x pane.AppImage, then execute. No root needed, works on any distribution.
→ .deb package — install with sudo dpkg -i pane.deb on Debian, Ubuntu, Pop!_OS, Linux Mint, and derivatives.
Pane does not require Bun, Caddy, GitHub CLI, or any web server. The only prerequisite is git, which is already present on virtually every Linux development machine.
For a full comparison of Superset alternatives on all platforms, see superset alternatives.
frequently asked questions
Superset's own README states that Windows and Linux are untested and that pre-built binaries are not available for those platforms. While a Linux AppImage appeared in Superset's releases in early 2026, it is explicitly marked as untested. You may encounter bugs, crashes, or missing functionality that Superset does not commit to fixing on Linux.
Pane ships two tested Linux formats: an AppImage (works on any distribution without installation) and a .deb package (for Debian, Ubuntu, and derivatives). Download either from runpane.com/docs/download or run the one-liner: curl -fsSL https://runpane.com/install.sh | sh. No Bun, no GitHub CLI, no Caddy required.
No. Pane requires only git, which is already present on virtually every Linux development machine. There is no Homebrew dependency, no Node version manager, and no separate runtime to install. Download the AppImage, mark it executable, and run it.
The AppImage format works on any Linux distribution with a reasonably recent glibc — Ubuntu 20.04+, Fedora 35+, Debian 11+, Arch, Manjaro, openSUSE, and others. The .deb package targets Debian and Ubuntu-based systems. The AppImage covers RPM-based distros as a universal fallback.
Superset's README explicitly states that Linux builds are not available and that the platform is untested. In practice this means Superset's team does not run a Linux CI pipeline, does not accept Linux-specific bug reports as priority issues, and makes no guarantees about functionality on Linux. A crash or missing feature on Linux may sit unfixed indefinitely because the primary development and QA target is macOS.
Superset requires Bun (JavaScript runtime), GitHub CLI, and Caddy (web server) — three separate installation paths each with their own version requirements. On macOS these install in a single Homebrew command; on Linux you must manage each independently via curl scripts, package managers, or manual downloads. Pane requires only git, which is already present on virtually every Linux development machine.
Pane uses git worktrees to give each agent session its own working directory branched from your repository. When you launch a second agent on a different task, Pane creates a separate worktree so the two agents edit independent file trees simultaneously — no file conflicts, no shared state. This is the same isolation model on Linux as on macOS and Windows.
Both tools run coding agents in parallel with worktree-based isolation, but Superset routes agent communication through a local Caddy web server and a Bun runtime layer. Pane embeds a terminal emulator directly — agents run as child processes inside the app with no web server or JavaScript runtime in the middle. On Linux this means fewer moving parts that can break, and no need to manage Caddy's TLS or port configuration.
Pane supports Claude Code, OpenAI Codex, Aider, OpenCode, Goose, Letta Code, and Cline on Linux. Any agent that runs as a CLI tool works because Pane provides a built-in terminal emulator — you are not limited to agents that Pane explicitly integrates. There is no tmux dependency, unlike tools such as Claude Squad.
Pane notifies you in-app when a new release is available. For the AppImage, download the new version from runpane.com/docs/download and replace the existing file — no package manager or root access required. For the .deb package, re-run the installer or use the one-liner install script, which will upgrade to the latest release automatically.
Pane is open source under AGPL-3.0. The source is available on GitHub, there are no paid tiers, and there is no lock-in. Superset uses the Elastic License v2 (ELv2), which is source-available but not open source — it restricts use in hosted or managed service offerings.
Windows SmartScreen warningDirect downloads can show a SmartScreen warning while Pane is unsigned. Pane is fully open source, so you can audit the code and build from source yourself.1. Click More info2. Click Run anyway3. Continue the installerThe PowerShell install downloads the official release directly and avoids most browser download friction.npm global install