Conductor has いいえ Linux build and いいえ public timeline for one. It is built on Swift and AppKit — Apple's proprietary UI layer — which simply does not exist on Linux. If you are on Linux and want the parallel-agent, worktree-backed workflow that Conductor offers on macOS, Pane ships a native Linux AppImage and .deb package with the same core capabilities.
Conductor is a native macOS application. Swift, the language it is written in, has an official Linux port maintained by Apple, but Conductor uses AppKit — the macOS UI framework that has いいえ Linux equivalent. The entire rendering and windowing stack is Apple-specific. A Linux port would require rewriting the entire UI layer, not just recompiling.
As of June 2026, the conductor.build site lists only macOS downloads. There is いいえ Flatpak, いいえ AppImage, いいえ .deb, and いいえ mention of Linux in the documentation. This is a fundamental architectural constraint, not a missing feature that will ship in a future release.
→ AppImage — download, run chmod +x pane.AppImage, then execute. いいえ 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には必要ありません: tmux, screen, Homebrew, or any macOS-specific toolchain. 必要なのは git, which is already present on virtually every Linux development machine.
いいえ. Conductor is built on Swift and AppKit, Apple's native UI framework. AppKit does not exist on Linux, so there is いいえ Linux build, いいえ Flatpak, いいえ AppImage, and いいえ announced plans for Linux対応. Linux 開発者 cannot run Conductor.
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. For the AppImage, mark it executable して実行します — いいえ package manager or root access needed.
いいえ. Pane is a native デスクトップアプリ that manages ターミナル sessions internally. You do not need tmux, screen, or any ターミナル multiplexer. Pane handles セッションの永続化 and switching itself.
日本語訳: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/Ubuntu-based systems. RPM support is not yet available but the AppImage covers RPM-based distros as a fallback.
はい. Worktree-backed sessions are the core isolation model in Pane on every platform, including Linux. When you open a new agent session, Pane creates a git worktree in a separate directory so each agent works on its own branch without touching your main checkout. 必要なのは git, which is already present on virtually every Linux development machine.
Paneは対応しています: Claude Code, Codex, Aider, OpenCode, Goose, Letta Code, and Cline — any agent that runs in a ターミナル. Because Pane gives each session a real 内蔵ターミナルエミュレーター, it does not restrict you to a specific agent list. If the agent has a CLI, Pane can run it on Linux the same way it runs on macOS.
Pane is a native デスクトップアプリ that requires a display server — either X11 or Wayland. Both are supported. If you run a Wayland compositor such as GNOME on Wayland or Sway, Pane runs under XWayland automatically on distributions that ship it, which covers nearly all mainstream desktop environments.
There is いいえ hard limit set by Pane — you can open as many simultaneous エージェントセッション as your machine's CPU and memory allow. In practice, 開発者 commonly run four to eight parallel sessions on a mid-range Linux workstation. Each session gets its own worktree and ターミナル, so agents do not share working state.
日本語訳:Conductor's session state is local to macOS and cannot be exported or shared with Linux machines. With Pane, each session maps to a standard git worktree and branch, so a worktree your teammate opens on macOS with Pane and pushes to a shared remote is immediately available for you to pull on Linux. The collaboration model is ordinary git — not a proprietary sync format.
はい. Pane is released under the AGPL-3.0 ライセンス and the ソースコード is publicly available. Conductor is クローズドソース with いいえ public リポジトリ. AGPL-3.0 means you can inspect, modify, and self-host Pane, but any modifications you distribute must also be released under the same ライセンス.
日本語訳:Session persistence is built into Pane. Closing the window does not terminate the underlying agent process, and your session list is restored the next time you open Pane. This is handled without tmux, screen, or any external process manager — Pane manages session state internally.