Reliquary

Oracle listens. Reliquary keeps. Nothing leaves.

A local, Postgres-backed long-term memory substrate for AI assistants. It ingests the conversational sediment of a working life and exposes it back as searchable context, entirely on your own hardware.

Private Local only MCP
Get in touch
Overview

The problem it solves.

Assistants forget. Every conversation starts from nothing, and the useful context lives scattered across meeting transcripts, old chat exports, documents, and recordings that nobody is ever going to re-read.

Reliquary is the layer underneath that. Anything dropped into its inbox gets picked up, parsed, indexed, and made queryable: meeting transcripts, Claude and ChatGPT conversation exports, source code, configs, Markdown, HTML, Word documents, PDFs, email files, images through OCR, and audio through local GPU transcription.

Retrieval is hybrid rather than pure vector search: semantic nearest-neighbour and full-text search run side by side and get fused by reciprocal rank, because the thing you half-remember is sometimes a concept and sometimes an exact string. The whole surface is exposed to assistants over the Model Context Protocol.

Principles

Deliberate constraints.

Nothing leaves
Local only. No cloud, no telemetry, no account, no EULA click-through. The embeddings, the index, and the source material all live on hardware you control.
Decoupled from capture
It shares a database with OracleX but lives in its own schema and ships as independent binaries, because coupling your memory to your microphone is how you lose both at once.
Blocklist, not allowlist
If it is not an archive, an executable, a database file, or a font, it gets content-sniffed and indexed. Unknown extensions are treated as text until proven otherwise.
A safety net, not just a hook
Live ingestion catches events as they happen, and a reconcile sweep on startup picks up anything finalized while the service was down. Missing an edge should not mean missing the data.
Status

Not publicly available.

Reliquary is an internal Locke Werks product, built single-user and local-first. The source is private and there is no public download. If you were hoping for a dashboard, this is the wrong product.

For access, licensing, or a conversation about running something like this in your own environment, write to archon@lockewerks.com.