Conductor is built on Swift and AppKit — it runs on macOSのみ, with いいえ Windows port and いいえ announced plans for one. If you are on Windows and want the same parallel-agent, worktree-backed workflow, Pane is the direct replacement: native Windows installer, ARM64 support, and WSL対応worktree out of the box.
Conductor is written in Swift and built against Apple's AppKit framework. Swift can theoretically compile on Linux, but AppKit is Apple-proprietary — it does not exist on Windows or Linux. This is not a packaging gap that could be fixed with a build script; the entire UI layer is tied to macOS. Conductor also targets Apple Silicon specifically and ships いいえ Windows executable in its release artifacts.
In practice this means: if you open the conductor.build download page on a Windows machine, there is いいえ download for you. The only workaround would be running macOS in a VM, which is not a practical development environment.
Windows版Pane
日本語訳:Pane
日本語訳:Conductor
日本語訳:Windows x64
対応: ネイティブインストーラー
いいえ
日本語訳:Windows ARM64
対応: 専用ARM64ビルド
いいえ
WSL対応worktree
はい
いいえ
PowerShell対応
はい
いいえ
インストール方法
日本語訳:.exe installer or PowerShell script
Homebrew (macOSのみ)
オープンソース
はい(AGPL-3.0)
いいえ
エージェントの並列セッション
はい
はい(macOSのみ)
git worktree対応
はい
はい(macOSのみ)
WindowsにPaneをインストールする方法
最短はPowerShellのワンライナーです:
irm https://runpane.com/install.ps1 | iex
Alternatively, download the Windows installer (.exe) directly. After installation, launch Pane from the Start menu or run pane from any ターミナル. いいえ Homebrew, いいえ Node version manager, いいえ Unix toolchain required.
日本語訳:For ARM64 devices (Surface Pro X, Snapdragon laptops, etc.), select the ARM64 build from the download page. It runs natively — not under emulation.
migrating from conductor on mac to Windows版Pane
If you used Conductor on a Mac and are now working on a Windows machine, the mental model transfers directly. Conductor organizes work into sessions backed by git worktree; Pane does the same. The main differences are:
→ いいえ project import needed. Pane opens any git リポジトリ directly — point it at your existing repo and start creating sessions.
→ Any agent works. Conductor supports Claude Code and Codex. Paneは対応しています: those plus Aider, Goose, Gemini CLI, OpenCode, and any other CLI agent you already use.
→ WSL repos are accessible. If your code lives inside WSL, Pane resolves the path and creates worktree correctly. You do not need to clone the repo again outside WSL.
→ 日本語訳:Keyboard shortcuts are similar. Pane is keyboard-first with a familiar set of bindings. The session creation and switching flow mirrors what you used in Conductor.
いいえ. Conductor is built on Swift and AppKit — Apple's native UI frameworks — which means it only compiles and runs on macOS. There is いいえ Windows port, いいえ cross-compilation path, and the Conductor team has not announced Windows対応. If you are on a Windows machine, you cannot run Conductor at all.
ダウンロード the Windows installer (.exe) from runpane.com/docs/download or use the PowerShell install script: irm https://runpane.com/install.ps1 | iex. The installer handles PATH setup automatically. いいえ Homebrew, いいえ WSL, いいえ Unix toolchain required.
はい. Paneは提供しています separate builds for Windows x64 and Windows ARM64. Both are fully supported and テスト済み — not experimental builds.
はい, and Pane is WSL-aware. You can run Pane natively on Windows and point エージェントセッション at リポジトリ inside your WSL filesystem. Pane handles the path translation so worktree creation works correctly across the Windows/WSL boundary.
Pane creates git worktree as standard NTFS directories alongside your main リポジトリ. NTFS supports the file-linking model that git worktree rely on, so worktree creation, checkout, and deletion all work the same as on macOS or Linux. If your リポジトリ is inside WSL, Pane resolves the cross-filesystem path automatically before calling git.
はい. Pane's core design is エージェントの並列セッション — each session gets its own git worktree and its own ターミナル. You can run Claude Code, Codex, Aider, and other agents simultaneously in separate sessions without them stepping on each other's working trees.
はい. Pane's 内蔵ターミナルエミュレーター works with PowerShell, Command Prompt, and WSL shells. You are not forced into any specific shell — whichever shell your agent expects is what you can configure for that session.
いいえ. Pane includes its own ターミナル emulator, so there is いいえ dependency on tmux, Windows Terminal, or any other external ターミナル application. Session persistence is also built in — you can close and reopen Pane without losing your エージェントセッション.
The mental model is the same: both tools create sessions backed by git worktree, one per agent task. To migrate, install Windows版Pane with the PowerShell script (irm https://runpane.com/install.ps1 | iex), then point it at your cloned リポジトリ. いいえ project import or configuration file to transfer. If your リポジトリ lives inside WSL, Pane can reach it directly without re-cloning.
Paneは対応しています: Claude Code, Codex, Aider, OpenCode, Goose, Letta Code, and Cline on Windows. Because Pane gives each agent a real ターミナル, any CLI-based agent works — not just the ones Pane names explicitly. Conductor by contrast only supports Claude Code and Codex, and only on macOS.
Pane is オープンソース under AGPL-3.0. The source is publicly available, meaning you can inspect the code, file issues, or contribute. Conductor is クローズドソース with いいえ publicly available リポジトリ.