Skip to content

Documentation

Build a durable AI workspace.

Learn how ReplicaMD connects local knowledge, planning, isolated Git worktrees, terminal sessions, and provider runtimes without hiding the underlying state.

Quick start

Create a workspace, add an agent, and launch a provider runtime.

Read guide →

Knowledge workspace

Understand notes, Vault navigation, Graph, and contextual Agent Mode.

Read guide →

Understand the domain model

These conceptual types show how workspaces, agents, and sessions remain separate across the desktop, planned CLI, and future API boundaries.

type WorkspaceRef = {
  id: string;
  rootPath: string;
  source: "local";
};

Core workflow

Create a workspace
Create or open a note
Assign a provider
Start an isolated agent session
Review and preserve durable context