# Verde > Verde is a native desktop workspace for coding agents. It runs Codex, > Claude Code, OpenCode, Cursor, and Amp side by side in one tiling window — > as native chat panes or as each agent's own TUI in an embedded terminal — > with an embedded browser pane, a project-scoped terminal dock, a > Ctrl+Shift+P command palette, and a local IPC socket that's scriptable from > `verde live` and `verde state`. No hosted relay — Verde drives the > provider CLIs already on your machine. Project: https://verdeai.dev Source: https://github.com/JonathanRiche/verde Install: `curl -fsSL https://verdeai.dev/install.sh | sh` ## Docs - [Quickstart](https://verdeai.dev/docs/quickstart): Install Verde, authenticate a provider CLI, and run your first chat thread in a tiled workspace. - [Provider setup](https://verdeai.dev/docs/providers): How Verde talks to local coding-agent CLIs, plus per-provider setup and troubleshooting notes for Codex, Claude Code, OpenCode, Cursor, and Amp. - [Chat, models & runs](https://verdeai.dev/docs/chat): Provider readiness, searchable model selection, run controls, follow-ups, approvals, and transcript tool-call groups. - [Design Mode](https://verdeai.dev/docs/design-mode): Select elements or regions in the embedded browser and route visual feedback to a Verde chat or terminal agent. - [Panes & tiling](https://verdeai.dev/docs/panes): How Verde's tiled workspace is laid out — splits, focus, resize, zoom, the sidebar, the terminal dock, and the embedded browser pane. - [Keybinds](https://verdeai.dev/docs/keybinds): Every default keybind in Verde, plus how to remap or disable each binding in verde.json. - [CLI reference](https://verdeai.dev/docs/cli): The verde CLI surface — updates, offline state, live browser and chat control, persistent terminal sessions, integrations, completion, and exit codes. - [Configuration & state](https://verdeai.dev/docs/config): verde.json settings, update and transcript preferences, verde.yml stacks, themes, state files, and runtime logs. - [Troubleshooting](https://verdeai.dev/docs/troubleshooting): Provider readiness, browser and Design Mode support, updates, source-build errors, and runtime logs. ## Optional - [Full docs as one markdown file](https://verdeai.dev/llms-full.txt) - [Per-page raw markdown](https://verdeai.dev/docs/.md) (e.g. https://verdeai.dev/docs/quickstart.md) - [Homepage](https://verdeai.dev/)