Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 17:02
· 37 commits to main since this release

Encrypted notes, 100% local. No account, no server, no cloud.

Notvex is a desktop app for private, encrypted markdown notes, with no reliance on any external service. Everything lives in a single file (vault.nvx) that you fully control: copy it, move it, back it up — it stays just as secure.

🗒️ Notes

  • Create, edit, and autosave markdown notes — no manual saving required
  • Pin important notes so they always show up first
  • Trash with restore / permanent delete / one-click "empty trash"
  • Full-text search across all notes

🏷️ Tags

  • Color-coded tags, assignable from the editor or the command palette
  • Filter by one or several tags at once
  • Per-tag note counts in the sidebar

📝 Editor

  • CodeMirror 6 with syntax highlighting (Andromeda theme) and a formatting toolbar
  • Right-click context menu with the same formatting actions
  • Live preview as you type
  • Dedicated reading view (Ctrl+Shift+E) with GFM support and syntax-highlighted code

🧩 Command palette & shortcuts

  • Ctrl+K for recent notes, creating notes, toggling views, showing the trash, or locking the vault
  • Keyboard shortcuts for the most common actions

🧩 Multi-vault

  • Create or open multiple vaults, with a "recent vaults" selector
  • Export a vault backup at any time

🛠️ Updates

  • Built-in update checking (electron-updater) with download progress and in-app install

🔒 Security

SQLCipher (AES-256) + per-field XChaCha20-Poly1305 encryption, Argon2id key derivationional key-file second factor, configurable auto-lock, screen capture protection, andprogressive delay after failed unlock attempts.

Full security architecture details in the README (https://github.com/GFrancV/notvex#security-and-privacy).

Full Changelog: https://github.com/GFrancV/notvex/commits/v0.1.0