Skip to content

Releases: savvatsekmes/signet

Signet 1.0.1

20 May 01:26

Choose a tag to compare

Signet 1.0.1 — first public build

A local, encrypted vault for the people you leave behind. No servers, no cloud, no subscriptions.

Install

Windows 10 / 11

  • Signet_1.0.1_x64-setup.exe — installer with Start menu entry and uninstaller
  • Signet_1.0.1_x64-portable.exe — portable build, drop it on a USB alongside your vault

Requires Microsoft Edge WebView2 (preinstalled on Win11).

macOS 10.15+

  • Signet_1.0.1_aarch64.dmg — Apple Silicon (M1/M2/M3/M4)
  • Signet_1.0.1_x64.dmg — Intel Macs

Not sure which? Apple menu → About This Mac → "Chip / Processor". Apple M* = aarch64; Intel Core * = x64.

Open the .dmg, drag Signet to Applications. On first launch macOS will refuse to open it (Signet is not yet signed with a paid Apple Developer ID). To get past the warning, right-click the app in /Applications and choose Open, then click Open in the dialog. macOS remembers the choice forever.

Or from Terminal in one shot:

xattr -d com.apple.quarantine /Applications/Signet.app

What's in this release

Vault & security

  • Argon2id key derivation + XChaCha20-Poly1305 authenticated encryption
  • Brute-force lockout: 5 wrong attempts triggers an escalating cooldown (1h → 1h → 3h → 6h → 12h → 24h)
  • Auto-check for new versions on launch (skippable per-version)

Documents

  • Built-in rich-text editor — headings, bold, italic, lists, links
  • Organise with custom tags ("House things", "Letters to kids", anything)
  • Edit text files (.md, .txt, .json) directly in-app
  • Export individual docs as PDF, HTML, Markdown, or plain text

Passwords

  • Add password entries with name / URL / username / password / notes
  • Import from Google Passwords, Bitwarden, 1Password, LastPass, Dashlane, KeePass, NordPass CSV exports — auto-detects the format
  • Search and filter

Crypto seeds

  • Wallet entries with chain, type, seed phrase, derivation path, public address
  • 40+ chains in the dropdown (Bitcoin, Ethereum, Solana, all major L1s + L2s) or type your own
  • Show/hide/copy seed phrase

Personal items & Images

  • Personal section for letters and notes (same editor as Documents)
  • Images section with thumbnails, custom tags

Beneficiaries & inheritance

  • Shamir's Secret Sharing — split your master key (e.g. 2-of-3)
  • Print recovery cards as A4 PDFs with QR code + typed backup key
  • Beneficiaries can recover the vault together without knowing your password

Bulk export

  • Decrypt everything into a clean folder structure
  • Passwords as Google-format CSV (re-importable anywhere)
  • Documents and personal items as HTML files, grouped by tag
  • Wallets as plain text seeds.txt
  • A README.txt explaining the layout to the recipient

Settings

  • Change master password (re-encrypts the entire vault)
  • Move vault file to USB / NAS / anywhere
  • Re-generate Shamir shards
  • Check for updates manually
  • Delete vault (with confirmation)