VaultBridge 1.0 is a self-hosted REST API for safe note operations and local semantic retrieval over an Obsidian Markdown vault.
Markdown remains the source of truth.
Highlights:
- stable protected
/api/v1note and search routes with compatibility aliases; - local multilingual semantic search with heading-aware retrieval and hybrid ranking;
- background, batched semantic indexing with health and readiness visibility;
- safe path containment for vault enumeration and note access;
- structured application logging and request correlation without sensitive request content;
- semantic index inspection and offline rebuild tooling;
- Docker and TrueNAS SCALE deployment documentation;
- release-gated GHCR container distribution.
The v1.0.0 release follows successful v1.0.0-rc.2 verification, including CI, GHCR publication, anonymous exact-digest pulling, and disposable-vault runtime smoke testing.
Supported published runtime: Linux/amd64.
Not included in v1.0.0: multi-architecture images, rate limiting, API-key rotation, MCP integration, filesystem watching, or native Windows production deployment.