
Codex
Runs the local codex CLI and boots codex app-server when a thread starts.
Local · native · keyboard-first
Verde runs Codex, Claude Code, OpenCode, and Cursor side by side in one native desktop window. Split chat, terminal, and browser panes with vim-style keybinds. No hosted relay — Verde just talks to the CLIs already on your machine.
curl -fsSL https://verdeai.dev/install.sh | shLinux and macOS · pulls the latest GitHub release

One window. Sidebar of projects and threads, tiled chat and browser panes, embedded terminal below — all native, all keyboard-driven.
Providers
Verde doesn't host a model or run an inference service. It talks to the provider CLIs already on your machine, so your tokens, transcripts, and project files stay where you put them.

Runs the local codex CLI and boots codex app-server when a thread starts.

Talks to your installed Claude Code through the Claude Agent SDK.

Drives the opencode CLI and starts opencode serve on demand.

Speaks to the Cursor CLI ACP server (agent acp) on your machine.
Under the hood
Built as a single native binary on top of Verde's own Palette UI framework. The ingredients are picked for a workstation tool — no Chromium bundle, no JavaScript runtime, no telemetry sink.
Tiling workspace
Every pane is a first-class window. Split chat threads next to their browser pane, drop a terminal underneath, and arrange the tiling with the same muscle memory you use everywhere else.
Workspace layouts and per-terminal zoom persist across launches. Right-click any terminal pane to spawn shell tabs, agent launch-profile tabs, or new workspace splits around it.
Scripting
Every running Verde instance exposes a Unix-socket IPC. Theverde live and verde state subcommands let you inspect panes, send prompts, write to terminals, and script the app from your dotfiles, hooks, or CI.
verde live chat send --pane $PANE --prompt "run the tests and fix failures"verde live terminal write --focused --text $'cargo test\r'verde live pane split --pane $PANE --kind terminal --axis verticalverde live status --json | jq '.result.browser'Full command surface in the CLI reference
Install
The installer detects your platform, downloads the matching release artifact from GitHub, and drops Verde into ~/.local or /Applications.
curl -fsSL https://verdeai.dev/install.sh | shThen install and authenticate at least one provider CLI — codex login, Claude Code, opencode, or agent login for Cursor.