Releases: leocelis/vault
Releases · leocelis/vault
Release list
v0.1.0-alpha.3 — OSS launch sweep
Pre-alpha OSS launch. CP-5 closed (stanzas + headless exit 7). Docs aligned with code. Minimal CI on push.
Install (macOS x86_64): verify SHA256SUMS.txt, chmod +x, move to PATH.
Not audited. Format may change before 1.0.
This release
vault stanzas list|add|remove(C21)- Headless
vault getrefuses with exit 7 when no clipboard (C27) - Constraint index honesty; README release-first install
- Free-tier CI: fmt + clippy + tests
v0.1.0-alpha.2 — first public OSS release candidate
Pre-alpha open-source launch. Functional CLI + desktop GUI; 60/60 security constraints PASS.
Install (macOS x86_64): download vault-x86_64-apple-darwin, verify SHA256SUMS.txt, chmod +x and move to PATH.
Build from source: see README — ./scripts/setup-rust.sh && ./scripts/install.sh
Verify: docs/VERIFYING_RELEASES.md
Not audited. On-disk format may change before 1.0. Keep your own backup.
Highlights
- Zero-plaintext local-first vault for the AI era
- Argon2id + XChaCha20-Poly1305 STREAM + age-style multi-stanza envelope
- Model-blind clipboard delivery, 60 falsifiable constraints with tests
- CLI, TUI, and egui desktop app on shared
vault-core
Full changelog: CHANGELOG.md