Inspect your memory like code.
Memoir ships with a local-first community web UI — a read/write inspector for your store. Browse the taxonomy, diff commits, walk the graph, merge branches, and audit your agent's runs without leaving your machine.
-
Outline Browse the taxonomy as a tree.
Walk every branch, leaf, and value memoir has stored. Click any path to read or edit it inline — no SQL, no JSON poking.
-
Commits A commit log for your memory.
Each write — and each merge — is committed. A single commit may touch one path or many. Pick any two and see exactly which paths, values, and metadata changed between them.
-
Map See memory as a graph.
Top-level branches, sub-branches, and leaves laid out as a force-directed network. Hover any node for its content; spot clusters and outliers at a glance.
-
Sync branches Merge with confidence.
Each branch shows its commit delta and exactly which paths it would add or remove from main. No more guessing what a memory merge will do.
-
Statistics · Metrics Per-branch analytics, built in.
Average latency, tool errors, output chars, repeats — see how your agent runs differ across branches without bolting on extra observability.
-
Statistics · Codebase Onboarding context at a glance.
Goals, structure, and module map captured by /memoir-onboard. Future sessions auto-load the snapshot; out-of-sync warnings flag when code has drifted.
The UI is part of the open-source memoir distribution — clone the repo and run it against your own store.
Memoir on GitHub