Skip to content

Haven Documentation

Haven is a personal data plane that keeps high-signal conversations, files, and local knowledge searchable without leaving your device. These pages collect the canonical runbooks, architecture notes, and API references.

Start Here

  • Getting Started — install prerequisites, run the stack locally, and preview docs.
  • Haven.app Guide — unified macOS menu bar application for running collectors.
  • Repository Overview — tour of the source tree, collectors, and shared tooling.

Architecture & Services

Collectors

Configuration

APIs

  • Gateway API — download and explore the OpenAPI contract used for ingestion and search.
  • Functional Guide — end-user workflows and platform capabilities.

Reference

Keeping Current

  • Contributing — docs-as-code workflow, review checklist, and style guidance.
  • Changelog — notable updates to the documentation set and supporting tooling.

Preview the site locally with:

pip install -r requirements-docs.txt
mkdocs serve

The navigation above maps directly to the MkDocs sidebar. Every page cites its source material so future updates can trace back to the primary documents.

Adapted from README.md, .tmp/docs/index.md, and prior notes in documentation/technical_reference.md.