Paneflow 是一个本地 Rust/GPUI 工作区,用于在真实终端窗格中监督 CLI 编码代理。用它并排运行 Claude Code、Codex、OpenCode、Gemini,或 任何 shell 命令,同时让工作区、分支、会话、diff 和窗格上下文保持 可见。
原生构建版本面向 Linux(x86_64 和 ARM64)、macOS(Apple Silicon)和 Windows(x86_64)提供。使用发布版不需要安装 Rust。
启动 Paneflow
下载并安装 Paneflow
获取适用于你的 OS 的已签名构建版本。按钮会选择推荐格式;按 OS 划分 的指南覆盖其他所有安装路径。
brew install --cask arthjean/paneflow/paneflow需要其他路径?阅读 Linux 指南、 macOS 指南、 Windows 指南,或 对比所有安装格式。
打开应用
从终端运行 Paneflow,或从 Spotlight、Applications 文件夹、开始菜单 或你的启动器打开:
paneflowPaneflow 会打开一个工作区和一个 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.