Semantic index over tabs, history and files
A searchable index of everything you have actually read, built and stored on your device.
Every page you visit, every bookmark, and any local PDF you open is chunked, embedded, and written to an index on your disk. The agent retrieves from this index rather than from the open web, which is why it can answer “what did that contract say about termination” without a search engine ever seeing the question.
Indexing is incremental and runs in the background during idle periods, capped so it never competes with rendering. A typical article costs about 330 ms of background compute. Chunking is structure-aware: headings, tables, and code blocks are kept with the text that explains them.
The index is only as good as its chunking, and untagged PDFs are the weak case — roughly 6% fall back to sentence-alignment and lose about half a point of recall. Retrieval is not perfect: expect it to miss when your query and the document use entirely different vocabulary.
| Where it runs | On device, always |
|---|---|
| Storage | ~0.9 GB for 14 months of typical browsing |
| Query latency | 38 ms median at 40,000 documents |
| Platforms | macOS, Windows · Linux in progress |
| Data leaving device | None |