CapabilityV/01
Named vaults.
Group folders into separate research collections — one vault per case, project, or subject — and search each independently. A vault is a boundary: queries against one never bleed into another.
collections · scoped search→
CapabilityV/02
Cited, on-device answers.
Chat with local Gemma models through Apple MLX, grounded in your documents. Every answer cites its sources with page numbers — no hand-waving, no hallucinated references, no cloud round-trip.
Gemma · MLX · page refs→
CapabilityV/03
Broad ingest, local OCR.
PDF, DOCX, PPTX, XLSX, HTML, CSV, Markdown, and plain text parse locally. Scanned PDFs and images (PNG, JPEG, TIFF, HEIC) are read with on-device Apple Vision OCR via the bundled silovault-ocr CLI — no cloud OCR.
8 formats · Vision OCR→
CapabilityV/04
Hybrid search.
SQLite FTS5 keyword search fused with local vector similarity via Reciprocal Rank Fusion, so exact terms and fuzzy meaning both land — and the right passage surfaces either way.
FTS5 · vectors · RRF→
CapabilityV/05
Local transforms.
Turn retrieved context into a Summary, FAQ, Timeline, or executive Brief — structured documents generated on-device from your own sources, ready to hand off.
summary · faq · timeline · brief→
CapabilityV/06
Legal/Contracts mode.
A per-vault preset for reviewing agreements on-device: risk flags, clause extraction, a risk-scoring dashboard, negotiation-playbook comparison (built-in NDA/SaaS/M&A playbooks), clause-level compare/redline, and one-click PDF export. Informational document review only — not legal advice, and no attorney-client relationship is created.
redline · playbooks · pdf→
CapabilityV/07
MCP for your AI tools.
Expose a vault to Claude Code, Codex, and Cursor through a local Model Context Protocol server (ohm-backend --mcp). It speaks stdio only — no open network port, no remote connections.
stdio only · no port→
CapabilityV/08
One local process tree.
A SwiftUI host boots a bundled FastAPI backend on loopback and renders the vault in a WKWebView from that same origin. No browser, no server, no port open to your network.
SwiftUI · FastAPI · same-origin→