No server copy
The vault is a file on your drive. Nobody else hosts it for you.
Open source · Offline · No telemetry
Lockrs keeps your vault on your machine — encrypted, auditable, and free from the cloud vendors who treat your credentials like recurring revenue.
One master password unlocks AES-256-GCM encrypted entries. Panic locks instantly. Copy-to-clipboard clears memory with zeroize in Rust — no trust-me slide deck required.
Benefits
Lockrs is not nicer marketing on the same cloud model. It is a different shape: local file, open code, zero account.
The vault is a file on your drive. Nobody else hosts it for you.
Check the repo if you want proof, not a landing page promise.
Free software. You own the hardware; you should not pay monthly to access your own passwords.
See what changed before you install a new build.
One click to lock, clear the clipboard, and wipe secrets from memory.
Built by one developer. No enterprise upsell path.
How it works
The vault lives on your machine. No account, no sync server, no telemetry.
Lockrs stores an Argon2id fingerprint, not your password.
Entries are AES-256-GCM encrypted before they are written to disk.
Move passwords in from another manager instead of typing them again.
Save hashes for API keys and tokens — not only login passwords.
After copy, values are zeroized in memory. Panic clears the clipboard and wipes what is left in RAM.
No network required. Data stays on the device.
Locks instantly, clears the clipboard, and wipes sensitive memory. Your vault file on disk stays put.
Industry reality
Subscriptions and sync are how the big products make money. A file on your SSD does not fit that model.
You get a binary and a FAQ. You do not get the full picture of what runs on your PC.
Sync puts ciphertext on someone else's hardware. That is another thing to protect forever.
Compliance reports help companies buy software. They are not a substitute for reading code.
Cheap entry, painful exit once everything is already inside.
Lockrs does not need your email or a family bundle. It writes an encrypted file and stops.
Comparison
Same category, opposite incentives. These products are not evil cartoons — they are rational businesses. Rational for them. Expensive for your threat model.
Privacy-branded cloud vault
Good privacy story. Still built around sync when you turn it on.
| Lockrs | Proton Pass | |
|---|---|---|
| Vault location | Your disk | Proton when sync is on |
| Client code | Open repo | Open core only |
| Account | Not required | Proton account |
| Offline default | Yes | Sync is the main path |
Anything that syncs still depends on their servers. Local-only is a different tradeoff.
Enterprise password manager
Polished app, closed source, paid plans.
| Lockrs | 1Password | |
|---|---|---|
| Source code | Public | Closed |
| Verify crypto | Clone the repo | Trust the vendor |
| Price | Free software | Subscription |
| Hosted vault | None | Yes |
Their business is subscriptions and teams. You get a product; you do not get full transparency.
Sync across devices is coming to Lockrs — not available yet. For now, the vault stays on one machine.
Contribute
The project is open source. PRs, bug reports, and testing all help — and people who stick around can earn roles on our Discord.
Windows, macOS, and Linux builds are on the way.
Coming soon
Installers will show up on GitHub. No waitlist.
Security write-ups on the site match what is in GitHub.