On-device · no PHI egress · no BAA needed

Patient memory that never leaves the device.

Persistent memory of patient charts from a single local SQLite file — no cloud vector database, no embeddings API. PHI stays inside your four walls, so there's no third-party data processor to add to a BAA — and you can prove it.

Live · runs in your browser

Ask a patient chart. Watch where the PHI goes — nowhere.

One file, not a stack

Inside your boundary

The whole chart memory is one SQLite file on the device. No vector DB to stand up inside your compliance perimeter — or breach.

No PHI egress, provably

Zero network calls

Retrieval runs in-process. The air-gapped build fuses outbound connections off, so chart text physically cannot reach an external API.

Transparent ranking

Auditable, not opaque

Every recall shows its per-facet score (content · keyword · salience · temporal) — auditable retrieval, not an opaque embedding service.

How it deploys

Self-host the library — or run it air-gapped for data that can't touch a network.

Recommended · self-host

Inside your perimeter

One SQLite file per patient or workspace. MIT licensed, no per-seat fees, no vendor in the PHI path.

Strict mode · air-gapped

Egress fused off

The same engine for PHI that legally cannot leave the device — and what your security team can test.

# one file per patient — PHI never leaves the box
curl -fsSL https://locamem.com/install | bash
# then point Claude Code / Codex / any MCP client at it

Demo content is fictional and synthetic — no real patient data or PHI. Locamem is software, not compliance advice; your HIPAA posture depends on your overall deployment.