Paneflow は、CLI コーディング エージェントを実際のターミナル ペインで監督するためのローカル Rust/GPUI ワークスペースです。 Claude Code、Codex、OpenCode、Gemini、または任意の shell コマンドを 並べて実行し、ワークスペース、ブランチ、セッション、diff、ペイン コンテキストを見える状態に保てます。
ネイティブ ビルドは Linux(x86_64 と ARM64)、macOS (Apple Silicon)、Windows(x86_64)向けに提供されます。リリース ビルドの利用に Rust は不要です。
Paneflow を起動
Paneflow をダウンロードしてインストール
お使いの OS 向けの署名済みビルドを取得します。ボタンは推奨形式を 選びます。その他のインストール パスは OS 別ガイドで扱います。
別の OS をお使いですか?
Linux 版をダウンロード(x86_64)Windows 版をダウンロード(x86_64)すべての Linux ディストリビューション(.deb、tarball、ARM64)brew install --cask arthjean/paneflow/paneflow別のパスが必要ですか?Linux ガイド、 macOS ガイド、 Windows ガイド、または すべてのインストール形式の比較をご覧ください。
アプリを開く
ターミナルから Paneflow を実行するか、Spotlight、Applications フォルダ、スタートメニュー、またはランチャーから開きます:
paneflowPaneflow は、起動元のフォルダ名を持つ 1 つのワークスペースと 1 つの shell ペインで開きます。サインイン手順はありません。Paneflow アカウント、ホスト型ランタイム、Paneflow API キーは不要です。 デスクトップ テレメトリは、初回起動時に明示的に同意しない限り オフです。
ウィンドウが表示されませんか? Paneflow は Linux で Vulkan、 macOS で Metal、Windows で DirectX を必要とします。初回起動に失敗 する場合は、該当 OS のインストール ガイドから確認してください。
最初のペインを分割
アクティブなペインを分割し、デフォルト ショートカットでフォーカスを 移動します:
Cmd/Ctrl+Shift+D- 水平に分割。Cmd/Ctrl+Shift+E- 垂直に分割。Alt+Arrow- ペイン ツリー内でフォーカスを移動。Cmd/Ctrl+Shift+N- 別のワークスペースを追加。
macOS では Cmd、Linux と Windows では Ctrl を使います。新しい
ペインはそれぞれ、同じ作業ディレクトリで新しい shell を開始します。
最初のエージェントを実行
Paneflow は任意のバイナリをペインで起動します。新しいペインで、普段 使っているエージェントを起動します:
claude # Anthropic の Claude Code
codex # OpenAI の Codex CLI
opencode # OpenCode既知のエージェントは、hooks または shims が利用できる場合により豊富な ステータスを得ます。未知の CLI も通常のターミナル ペインとして動作 します。Paneflow はモデルを選ばず、プロバイダー通信もプロキシしません。 各エージェントは自分のアカウント、API、ネットワーク経路を使い続けます。
システム要件
| プラットフォーム | 最小要件 | GPU |
|---|---|---|
| Linux | glibc 2.31+(Ubuntu 20.04、Debian 11、Fedora 34) | Vulkan ローダ(libvulkan1 / vulkan-loader) |
| macOS | 13 Ventura、Apple Silicon | Metal |
| Windows | 10(1809+)または 11、x86_64 | DirectX 11 |
Windows では、現在の作業ディレクトリ追跡が重要なペインでは
PowerShell または Git Bash を推奨します。古い cmd.exe は、
Paneflow が CWD-aware 機能に使う OSC 7 シーケンスを出しません。
AI エージェントでインストール
すでに Claude Code、Codex、OpenCode、または別のエージェント型 CLI を 使っていますか?インストールを任せられます。下のプロンプトは、raw Markdown docs を読み、OS を検出し、コマンド実行前に確認するよう エージェントに指示します。
Install Paneflow on this machine.
Use https://paneflow.dev/llms.txt to find the current install docs, then fetch the matching raw Markdown guide by appending .md to the install URL. Detect the real OS, architecture, and whether this is native Windows, WSL2, Linux, or macOS.
Follow the recommended path in the matching guide instead of guessing: Homebrew or DMG on macOS, the right Linux format for the distro and use case, MSI on native Windows, and WSL2 only when my files, agents, and toolchains already live inside Linux. If my OS or architecture is unsupported, stop and explain the supported options.
Before running any command or installer action, show exactly what you plan to do and wait for my confirmation. Do not use sudo, run an MSI/DMG, change PATH, or bypass a security prompt unless I explicitly approve it.
After installation, verify with `paneflow --version`, then tell me the shortest reliable way to launch Paneflow on this machine.次のステップ
ペイン、エージェント状態、ワークスペース、セッション、MCP コンテキスト、worktree レビューを理解する。
paneflow.json を見つけ、既定値を設定し、JSON スキーマを確認する。
既定のショートカットと、paneflow.json で割り当てられるアクション名を確認する。
起動、GPU、PATH、設定、署名、shell の問題を直す。
ツールを比較する必要がありますか?比較ハブを使って ください。バグを報告する必要がありますか? GitHub で issue を 開いてください。