Skip to content
paneflow·v0.3.8·Open source · Linux · macOS · Windows soon

Run every coding agent in parallel. Know the moment one stops.

A native workspace for Claude Code, Codex, and any CLI agent. Each gets its own pane, and a desktop notification reaches you when a turn ends, even if you've switched to another app. Built in Rust on Zed's GPU engine.

Paneflow showing Claude Code and Codex agent sessions side by side

Supervise the work, not the tabs.

Every agent session stays in view and labeled, so you can tell at a glance which one needs you and which one is still working.

One pane per agent

Run Claude Code, Codex, OpenCode, and your own CLIs side by side. Split and resize panes, and move between them from the keyboard.

One workspace per task

Keep each task's agent panes, git branch, working directory, and local servers together, and pick it all back up after a restart.

Native, long-running by design

Built on Zed's GPU rendering engine and upstream alacritty_terminal. No embedded Chromium around agents that run for hours.

Terminal layouts for parallel agent work

Give each agent, test runner, server, or review pane the space it needs. Split horizontal, vertical, zoom to fullscreen, or pick a preset.

Know what each agent is touching

Paneflow keeps branches, diff stats, working directories, and running HTTP servers attached to the workspace. You can see which agent owns which task.

Paneflow workspace sidebar showing each project's git branch, diff stats, and live agent status (Claude and Codex thinking)

Scriptable, and readable by your agents

Paneflow detects Claude Code, Codex, and OpenCode sessions and tags each pane. A JSON-RPC server scripts splits and prompts from any language, and an MCP server lets the agents read what's running in your other panes, no copy-paste.

A terminal in Paneflow running a JSON-RPC command (surface.split) that drives Paneflow itself and opens a new pane

Pick up any agent thread

Paneflow reads each agent's native session history for the current project, groups Claude Code, Codex, and OpenCode in one popover, and resumes the selected thread in the terminal.

Paneflow AI agent sessions popover showing Claude Code, Codex, and OpenCode history for the current project