Ready

Privacy

Privacy-first tools that keep your data in the browser. Detect and hide personal information in text, and store notes in a passphrase-locked, encrypted vault with a verifiable history.

PII Redactor

Find and hide personal details like names, emails, and phone numbers in text.

Install this block

npx shadcn@latest add @localmode/ui/blocks/privacy/pii-redactor

Detect and redact PII on-device with bert-base-NER, then demonstrate differential privacy.

Model loads on Scan (bert-base-NER ~110 MB).
Epsilon (ε) 1.0High privacy
More privacyLess privacy

Encrypted Vault

Keep notes in a passphrase-locked vault that encrypts everything before saving.

Install this block

npx shadcn@latest add @localmode/ui/blocks/privacy/encrypted-vault

A passphrase-locked, end-to-end encrypted item store with a hash-chained audit log (Web Crypto only).

Encrypted vaultNo vault

Create your vault

Choose a passphrase. It derives the encryption key (in memory only) - it is never stored.

Audit log(0)

  1. No audit entries yet.