Local-first · runs on your machine

A memory for the
web you actually
read.

Warren quietly watches the pages you visit, understands them with a local vision model, and folds them into a searchable markdown wiki of your browsing life. Then you just ask.

Nothing leaves your device Plain markdown you own Git-versioned history
PLATE I · THE WARREN, IN SECTION
warren · actual output
$ warren query "what did i read about rabbits and their burrows?"
 
You read a Wikipedia article about rabbits (family Leporidae, order
Lagomorpha) — their biology, evolution as a group distinct from rodents,
and their role as both pets and invasive pests, plus their ecological
impact in regions like Australia.
 
↳ cited from sessions/2026-08-23-1.md · entities/oryctolagus-cuniculus.md · entities/lagomorpha.md
 
$ warren query "which page had the quiz i took?"

ACTUAL OUTPUT — CAPTURED FROM A LIVE WARREN WIKI

§ 01

From a glance to recall

Five quiet steps. A daemon watches your real browser, a local model reads what you read, and it all compounds into markdown you can grep, edit, and trust.

01
Browse
Use Chrome exactly as you already do.
02
Capture
Meaningful page states become immutable raw records.
03
Analyze
A local vision LLM summarizes what each page was about.
04
Wiki
Facts fold into linked session, entity & concept pages.
05
Query
Ask in plain language; get answers with citations.
§ 02

Built like a field notebook

Not a black box. Every memory is a file you can open, every change is a commit you can read, and every answer points back to its source.

MEMORY

A compounding wiki

Sessions, entities, and concepts as plain markdown, cross-linked with [[wiki links]]. It grows richer the more you browse — and it's just files.

RECALL

Ask, don't search

“What jacket was that?” “Summarize what I read on transformers.” Warren answers from your own history and cites the pages it drew from.

LIVE

The lamplit panel

A small always-on-top companion notes what you're looking at and quietly answers questions found on the page — quizzes, FAQs, exercises — read-only.

HISTORY

Versioned by git

The wiki is its own git repo — one commit per ingest. Watch your memory grow over time, and forget anything, for real, when you want to.

§ 03

Underground, on purpose

A warren is private by nature. So is this. The model runs locally, the memory sits on your disk, and sensitive sites never leave a trace — capture is skipped before a single byte is written.

No cloud, no telemetry Banks & password managers denylisted by default Password fields never captured warren forget scrubs raw records + wiki Pauses on battery to save power
§ 04

Everything is legible

No proprietary database. Open the folder and read your own memory.

data/ ├── config.json # your settings & denylist ├── raw/YYYY-MM-DD/ # immutable captures (screenshots, text) ├── queue/ # pending + analyzed observations └── wiki/ # your memory — a git repo of markdown ├── sessions/ # what you browsed, chronologically ├── entities/ # people, products, places, things ├── concepts/ # ideas synthesized across sessions ├── index.md # a catalog of everything └── log.md # timeline of ingests, queries, lints