# PaneVibe documentation

An IDE for coding agents with real terminal sessions, an editor, worktrees, and a built in browser.

## [Getting started](https://panevibe.com/docs/getting-started/)

Clone PaneVibe, run one setup command, and open your first real agent CLI in a PTY.

Markdown: https://panevibe.com/docs/getting-started.md

## [Terminal-first architecture](https://panevibe.com/docs/terminal-first/)

The PTY is the source of truth. Chat is a readable projection with the raw terminal always available.

Markdown: https://panevibe.com/docs/terminal-first.md

## [Agents and models](https://panevibe.com/docs/agents-and-models/)

Use native agent CLIs when they exist, or connect any OpenAI-compatible endpoint for direct model access.

Markdown: https://panevibe.com/docs/agents-and-models.md

## [Browser and MCP](https://panevibe.com/docs/browser-and-mcp/)

Six built-in MCP servers and two deliberately different browser surfaces ship inside the binary.

Markdown: https://panevibe.com/docs/browser-and-mcp.md

## [Security and privacy](https://panevibe.com/docs/security-and-privacy/)

Localhost transport, no telemetry, OS-encrypted credentials, and explicit workspace permissions.

Markdown: https://panevibe.com/docs/security-and-privacy.md

## [Configuration](https://panevibe.com/docs/configuration/)

Everything has a working default; environment variables are escape hatches rather than a required setup surface.

Markdown: https://panevibe.com/docs/configuration.md

## [Contributing](https://panevibe.com/docs/contributing/)

Keep changes inside one concern, preserve the PTY execution model, and run the focused release gates.

Markdown: https://panevibe.com/docs/contributing.md
