A workspace for you and your AI development team. Run every coding agent in parallel — through chat, sketches, or voice — and ship with confidence. AI development, for everyone — not just coders.
Grove meets three kinds of people where they are. You don't need to be a developer to contribute. You don't need to leave the terminal to stay in flow. The workspace grows around you.
Lives in the Grove Web IDE — FlexLayout panels, ⌘K palette, Blitz across every project, Shell mode for quick shell-outs. Drops into the TUI when the job calls for it.
Sketches wireframes on Excalidraw, lets the agent read them over MCP, reviews the output inline. IDE Layout means everything is where a designer-developer expects it to be.
Opens Studio to upload assets, edit project memory, and review artifacts. Drives the AI team by voice from a phone. Never touches git. Still ships.
Claude, Codex, Gemini, Copilot, Cursor, Kimi, Qwen — 10 built-in agents, plus anything you plug in via ACP or a custom URL. Each task gets its own Git worktree, its own session, and its own spec. Nothing collides.
A planner spawns a coder. The coder spawns a reviewer. The reviewer replies. Grove's Agent Graph makes that workflow a first-class object: a typed DAG of agents exchanging structured messages, scoped per task. No bash glue, no string-concat orchestration, no leaky cross-task context.
spawn · send · reply · contacts · capability · get_spawn_candidates<grove-meta> envelopes — every cross-agent prompt is a structured payload, not glued strings
Studio is the room where non-coders join the AI workflow. Upload assets. Edit memory. Review artifacts. Draw on Sketch canvases the agents can read. No terminal. No git. Still part of the team.
A non-coder shaping NoteKeeper — a notes app for a small team — alongside Claude. The brief lives in chat. The artifact panel renders the live HTML the agent is writing. Files-being-edited and file-not-yet-read warnings sit inline so reviewers can spot hallucinated edits before they ship.
One binary, four surfaces. The same workspace lives in your terminal, your browser, your native window, and your phone. Drive it by keyboard, mouse, touch, or by pressing a button and talking.
Write a spec. Let the agent do the work. Review line by line. Merge in one step — rebase, merge, archive, cleanup, all handled. Then measure what actually shipped with real AI-work statistics.
A marketplace of skills you install in one click — every agent gets smarter at once. A built-in MCP server that exposes Grove to orchestrator agents. Custom agents you plug in by command or URL.
Grove is a single binary with the Web IDE embedded. No runtime deps beyond Git and a terminal multiplexer on Unix.
curl -sSL https://raw.githubusercontent.com/GarrickZ2/grove/master/install.sh | sh
brew tap GarrickZ2/grove
brew install grove
irm https://raw.githubusercontent.com/GarrickZ2/grove/master/install.ps1 | iex
cargo install grove-rs
# with desktop GUI:
cargo install grove-rs --features gui
macOS .dmg, Windows .exe, Linux .tar.gz / .AppImage. Latest release ↗
cd your-project
grove
Built in Rust. Shipped with care. MIT licensed. Works with every coding agent we know of, and the one you're about to build.