---
title: RunPane by Dcouple
description: A keyboard-first desktop app for running AI coding agents in parallel.
canonical: https://runpane.com/index.md
last-updated: 2026-08-23
---

# RunPane by Dcouple

RunPane by Dcouple is Pane, a keyboard-first desktop app for running AI coding agents in parallel.

You bring Claude Code, Codex, Aider, Goose, or any terminal agent. Pane gives each task its own git worktree, which means its own branch in a separate folder. You review diffs and decide what ships.

## Start Here

- Download: https://runpane.com
- Developer resources: https://runpane.com/developers
- Ask Pane: https://runpane.com/ask-pane?query=<url-encoded-question>
- OpenAPI: https://runpane.com/openapi.json
- API catalog: https://runpane.com/.well-known/api-catalog
- Agent instructions: https://runpane.com/agents.md
- Authentication: https://runpane.com/auth.md
- Pricing: https://runpane.com/pricing.md
- Local daemon tool card: https://runpane.com/.well-known/mcp/server-card.json
- Agent card: https://runpane.com/.well-known/agent-card.json
- Full LLM context: https://runpane.com/llms-full.txt

## What Pane Is

- An agent manager for local and remote terminal agents.
- Cross-platform: Windows, WSL, macOS, and Linux.
- Open source under AGPL-3.0.
- Local-first by default. Pane does not upload your code because you opened a pane.
- Agent-agnostic. If it runs in a terminal, it runs in Pane.

## What Controls What

The public website API answers product questions and exposes public context.

The runpane CLI controls local Pane workspaces after install:

- CLI contract: https://runpane.com/runpane-cli-contract.json
- CLI docs: https://runpane.com/docs/runpane-cli

## Trust Links

- About: https://runpane.com/about
- Contact: https://runpane.com/contact
- Privacy: https://runpane.com/privacy
- Security docs: https://runpane.com/docs/security
- GitHub: https://github.com/dcouple/Pane
