Rhizome Agent. Your work. Your memory. Chat with Prime. Keep what matters.
Rhizome Agent · developer preview · macOS

A harness that doesn't forget.

A chat app built around Prime Agent, with a vault that works as your memory, wiki, and second brain. What you keep stays as plain Markdown on your disk.

$ git clone https://github.com/tuckcode/rhizome-agent.git
Your work. Your memory. Bring your own model through Prime. Open notes beside the conversation. Keep what matters in a folder you own.
HarnessPrime Agent
Tools fromClaude Code
Tools fromHermes Agent
ModelsDeepSeek and more
What it does

Chat that remembers. Notes that stay yours.

FIG. 01

01Chat with Prime

Prime Agent runs the session: tools, skills, and provider login. Pick the model you want.

  1. 1.1Bring your own model
  2. 1.2One compact composer
  3. 1.3Sessions in a sidebar
FIG. 02

02A vault you own

Notes are plain Markdown in a local folder. No database and no lock-in. Open them in any editor.

  1. 2.1Plain files on disk
  2. 2.2Agent reads it through MCP
  3. 2.3Git-friendly by design
FIG. 03

03Notes beside the chat

Open a note next to the conversation. In a small window, Chat and Notes become tabs instead of squeezing both.

  1. 3.1Side-by-side research desk
  2. 3.2Focused tabs when narrow
  3. 3.3Save a reply as a note
FIG. 04

04Research and links

A research panel and a graph of how your notes connect, so findings land next to what you already know.

  1. 4.1Research panel
  2. 4.2Note graph
  3. 4.3Wikilinks in chat
Demo

Twenty seconds. The whole loop.

FIG. 05 — RHIZOME AGENT, MACOS0:20
Run it

Three commands. Developer preview.

You need macOS, Node ^20.19.0 or >=22.12.0, pnpm, Rust, and the Tauri toolchain. ./install.sh fetches Prime Agent for chat. There is no signed download yet.

Getting started →

Agent instructions →

# install Rhizome. The script fetches Prime for chat.
$ git clone https://github.com/tuckcode/rhizome-agent.git
$ cd rhizome-agent && ./install.sh
$ pnpm tauri dev