# AgentGrove – local workspace for AI coding agents in Git worktrees

> Source: <https://github.com/arnabk/agentgrove>
> Published: 2026-07-18 06:23:29+00:00

High-performance, low-footprint, open-source local developer workspace.
Rust backend + SolidJS frontend. Cross-platform (Linux, macOS, Windows).

See [docs/features.md](/arnabk/agentgrove/blob/main/docs/features.md) for the full feature list.

Click any thumbnail to watch the screen recording. All videos are real captures of the live app, recorded inside the Docker container on the isolated demo stack so the host dev server is untouched.

| Feature |
Recording |
**Overview** — workspace layout, rail, sidebar, project list |
|
**AI Chat** — streaming response with real typing and code blocks |
|
**Terminal** — integrated shell running real commands |
|
**File Search (Cmd+P)** — fuzzy file finder across the project |
|
**Notes Scratchpad** — persistent markdown scratchpad |
|
**Prompt Queue** — queue a prompt and run it through the AI |
|
**Team Chat** — shared channel with messages and reactions |
|
**Settings** — appearance, themes, and preferences |
|
**Layout Toggles** — collapse and restore the left rail and sidebar |
|
**Worktree Sessions** — start isolated workspaces per Git branch |
|
**Revert with AI** — ask the agent to undo the last commit |
|
**Queue Thoughts** — queue multiple prompts and wait for each to finish |
|
**Git Diff View** — inspect staged and unstaged changes |
|
**DB Editor** — saved connections, table browser, SQL editor with autocomplete |
|

On Linux, install the same packages with your distro's package manager (e.g., `apt install nodejs pnpm`

or `pacman -S node pnpm just`

). Windows users can use `winget install Rustlang.Rustup OpenJS.NodeJS pnpm.just`

or the [rustup](https://rustup.rs/) and [pnpm](https://pnpm.io/installation) installers.

All detailed docs live under `docs/`

:

[MIT](/arnabk/agentgrove/blob/main/LICENSE)
