Superset's README is explicit: "Windows/Linux unテスト済み, builds 利用不可." A Linux AppImage appeared in Superset's releases in early 2026, but it remains marked as unテスト済み. If you need a reliable parallel-agent manager on Linux, Pane ships テスト済み AppImage and .deb packages — with only git as a dependency, and いいえ Bun, Caddy, or GitHub CLI to manage.
Superset is primarily developed and テスト済み on macOS. Its GitHub リポジトリ has long stated that Linux builds are 利用不可 and that Linux is unテスト済み. 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 Bunが必要 as a JavaScript runtime, GitHub CLI for リポジトリ 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.
Superset's own README states that Windows and Linux are unテスト済み and that pre-built binaries are 利用不可 for those platforms. While a Linux AppImage appeared in Superset's releases in early 2026, it is explicitly marked as unテスト済み. You may encounter bugs, crashes, or missing functionality that Superset does not commit to fixing on Linux.
Paneは提供しています two テスト済み Linux formats: an AppImage (works on any distribution without installation) and a .deb package (for Debian, Ubuntu, and derivatives). ダウンロード either from runpane.com/docs/download or run the one-liner: curl -fsSL https://runpane.com/install.sh | sh. いいえ Bun, いいえ GitHub CLI, いいえ Caddy required.
いいえ. Paneに必要なのはgitだけです, which is already present on virtually every Linux development machine. There is いいえ Homebrew dependency, いいえ Node version manager, and いいえ separate runtime to install. ダウンロード the AppImage, mark it executable, して実行します.
日本語訳: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 利用不可 and that the platform is unテスト済み. 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 いいえ 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 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に必要なのはgitだけです, which is already present on virtually every Linux development machine.
Pane uses git worktree to give each agent session its own working directory branched from your リポジトリ. When you launch a second agent on a different task, Pane creates a separate worktree so the two agents edit independent file trees simultaneously — いいえ file conflicts, いいえ shared state. This is the same isolation model on Linux as on macOS and Windows.
Both tools run コーディングエージェント 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 ターミナル emulator directly — agents run as child processes inside the app with いいえ web server or JavaScript runtime in the middle. On Linux this means fewer moving parts that can break, and いいえ need to manage Caddy's TLS or port configuration.
Paneは対応しています: 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 内蔵ターミナルエミュレーター — you are not limited to agents that Pane explicitly integrates. There is いいえ 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 — いいえ 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 オープンソース under AGPL-3.0. The source is available on GitHub, there are いいえ paid tiers, and there is いいえ lock-in. Superset uses the Elastic ライセンス v2 (ELv2), which is ソース公開 but not オープンソース — it restricts use in hosted or managed service offerings.