Think, build, and remember
— in one workspace
Notes, codebase, and agents in one workspace — so everything you and your agents learn makes the next task sharper.
// alpha · single-user · macOS only · free & local
Markdown that links to everything
A first-class note editor for markdown, stored locally in a vault — and every file, folder, and symbol you mention becomes a live link.
- [[wikilinks]] and [[fn:Symbol]] reach notes, headings, and declarations
- Mermaid diagrams render inline
- :grove-* directives drop in live task boards, agent, and PR panels
The gutter clamps to the start line so it never paints thousands of decorations.
- •symbol
[[fn:AnchorGutter]] - •spec in
[[auth-design]]
A real IDE, built in
The same editor VS Code is built on, with tree-sitter and auto-installed language servers — nothing to set up yourself.
- Go-to-definition, find-references, and hover
- Semantic tokens layered over fast TextMate highlighting
- Diffs rendered inside the whole file, not patch hunks
A terminal-native fleet
Every chat is a real terminal running Claude Code, Codex, or opencode — each task in its own git worktree.
- Agents inherit the repo's CLAUDE.md / AGENTS.md and your task notes
- OS-level notifications when a turn finishes or an agent needs you
- A built-in process monitor keeps a parallel fleet's RAM in check
Tabs are the primitive
Every pane is just a tab — and a tab can be anything: code, a rendered note, an agent, a terminal, or a browser. Split and tile them into one live grid.
- One tab: code, markdown, an agent, a terminal, or a browser
- Split panes and tile every agent side by side
- Arrange the workspace however you think
The gutter clamps to the start line so it never paints thousands of decorations.
- •symbol
[[fn:AnchorGutter]] - •spec in
[[auth-design]]
Comment on the work inline
Leave review comments on any line of code — or anywhere in a rendered note. The agent reads them and addresses them in its next turn.
- Comment in code or in a markdown note
- Threaded — the agent replies and resolves them
- Stored locally per task, no server
Every task in its own worktree
Turn any note — or a whole folder of notes — into a real git worktree that inherits those notes, so a fleet of agents works in parallel without ever touching each other's files.
- Any note or folder of notes can become a worktree
- A new worktree inherits the notes it was created from
- A branch per task — review every worktree in one diff
Native-fast, light on your Mac
Grove is a native Tauri app — not a browser tab — so it stays fast and light even with a fleet of agents and language servers running. A built-in monitor tracks memory per process.
- Built on Tauri — a real native app
- Fast and light under a parallel fleet
- Per-process memory monitor — kill runaways
What grows when it's all one app
Code, prose, and agents share a single graph — so connections appear that simply can't exist across separate apps.
- Prose-to-code anchors light up as glyphs in the editor gutter
- Find-references surfaces the notes attached to a symbol
- One search spans the workspace and every task's worktree
Common questions
Q.Is Grove free?
Yes — Grove is free during the alpha. It runs entirely on your Mac, with no Grove account and no server in the loop.
Q.I use Obsidian — can I use Grove?
Yes. Import or copy any Obsidian vault — or just individual folders or notes — into Grove, or use Grove as a standalone agentic notes app. Notes are plain CommonMark on disk, so there's no lock-in either way.
Q.Which agents and models does it support?
Grove runs Claude Code, Codex, or opencode as real terminal sessions — bring whichever you already use. It's model-agnostic, and each chat is an actual PTY with the full agent CLI.
Q.Do I need my own API key or subscription?
Grove launches the agent CLIs you already have, so they use your existing login or key — your Claude subscription, for instance. Grove never proxies your keys or your code through a server.
Q.Is my code private?
Everything lives on your machine: your repo, your notes, and the comment store (a local SQLite file). Grove has no backend — the only network calls are the ones your agent makes to its own provider, plus optional GitHub actions through your own gh login.
Q.I already use Cursor or VS Code — is Grove for me?
Grove is a full editor — Monaco, tree-sitter, and LSP — so you can read and write code directly. It's built for reviewing and steering parallel agent work rather than replacing hand-editing; reach for it when the work is mostly agentic.
Q.How does Grove compare to Conductor or cmux?
Grove holds its own as a pure agentic surface: isolated git worktrees per task, full split-pane layouts, OS-level notifications when an agent finishes or needs you, deep keyboard shortcuts, and a built-in process monitor to keep a parallel fleet's RAM in check. The notes graph and full IDE are what it layers on top — but if you just want to run and review parallel agents, that works great on its own.
Q.How do agents run in parallel?
Each task forks its own git worktree off the same base branch, so a fleet works at once without colliding. You review every worktree's changes in one unified diff and merge when you're ready.
Q.Which platforms are supported?
macOS for now — Apple Silicon and Intel, macOS 13+. Grove is a single-user, local desktop app.
Free and local, single-user, macOS first. Your notes and your code in one workspace that branches with every task.
$ grove open ~/workready