# Paneflow - all your coding agents in one workspace

> Run Claude Code, Codex, OpenCode, and 13 more CLI agents side by side. Keep each task's terminals, branch, diff, dev servers, and sessions in one place. With MCP, your agents can read each other's panes.

Site: https://paneflow.dev
Repository: https://github.com/ArthurDEV44/paneflow
Download: https://paneflow.dev/download
Docs: https://paneflow.dev/docs
License: GPL-3.0 (free, open source)
Latest version: 0.6.0 (https://paneflow.dev/releases)
Platforms: Linux (Wayland or X11) with Vulkan driver, macOS 13 Ventura+ on Apple Silicon, or Windows 10 1809+.

## Features

### Build each workspace around a task

Agents, tests, servers, and reviews side by side. Split, resize, or start from a ready-made layout.

### See the context for each task

Paneflow shows each workspace's branch, diff, working directory, and running HTTP servers. For Claude Code and Codex, the sidebar also shows whether the agent is working or waiting.

### Your agents can read each other's panes

Paneflow's MCP server lets an agent list panes, read test output, or search for an error in another terminal - no copy-paste. JSON-RPC also lets you drive splits and prompts from your scripts.

### Resume a session without starting over

Paneflow groups the native session histories of Claude Code, Codex, and OpenCode for the current project. Pick a session and resume it directly in the terminal.

## Frequently asked questions

### What is Paneflow?

Paneflow is a free, open-source workspace for CLI coding agents, written in Rust on Zed's GPUI rendering engine. It runs Claude Code, Codex, OpenCode, and 13 more agents in parallel panes, and keeps each task's terminals, git branch, diff, dev servers, and sessions together in one window on Linux, macOS, and Windows.

### Is Paneflow free?

Yes. Paneflow is free and open-source under the GPL-3.0 license. There is no paid tier, and the full source code is public on GitHub.

### Which platforms does Paneflow support?

Paneflow runs on Linux (Wayland or X11, with a Vulkan driver), on macOS 13 Ventura or later on Apple Silicon, and on Windows 10 1809 or later.

### How is Paneflow different from a terminal multiplexer like tmux?

Paneflow replaces a terminal multiplexer for agent work. It covers splits, panes, and session restore, then adds what tmux does not track: each workspace's git branch, diff, and running dev servers, plus a sidebar showing whether Claude Code or Codex is working or waiting - in a GPU-rendered native app instead of a TUI.

### Can agents read each other's panes?

Yes, through Paneflow's MCP server: an agent can list panes, read another pane's scrollback, or search it for an error message - no copy-paste. A JSON-RPC IPC server also lets your scripts drive splits, prompts, and layouts.

## More

- [Compare Paneflow with tmux, Zellij, WezTerm, Warp, iTerm2, Ghostty, cmux](https://paneflow.dev/compare)
- [Releases](https://paneflow.dev/releases) — raw Markdown at https://paneflow.dev/releases.md
- [Blog](https://paneflow.dev/blog)
- [llms.txt](https://paneflow.dev/llms.txt) — full site index for AI agents
