MiniVault Overview
examples/MiniVault/ in the source repository shows what a completed, filled-in DRS document suite looks like for a realistic local-first desktop application. MiniVault is a simple local-first secret vault for Windows desktop: it stores named secrets encrypted with AES-256-GCM, unlocked with a passphrase-derived key, and makes no network connections.
MiniVault.manifest.toml
Example: completed, filled-in manifest for a real project.
Release Note: MiniVault v0.1.0
MiniVault's first release establishes the trust boundary: what the vault is, what it protects, how it protects it, and what it deliberately does not do. This is not a feature-complete vault — it is the first working version with encryption that is honest about its scope. The design boundaries are strict. Nothing has been shipped that could not be verified.
Release Checklist: MiniVault
---
Trust and Security Model: MiniVault
Version: MiniVault v0.1.0