Expect bugs and random errors, crashing, etc.
ODPM is a simple, local-first password manager designed for use on personal computers. It avoids complex database systems and stores your data directly on your device, giving you full transparency and control.
Passwords are stored similarly to how modern web browsers handle saved credentials—locally and securely.
- Transparent Storage: Know exactly where and how your data is stored.
- No Database Exploits: Since your data never leaves your machine, there’s no external database to exploit.
- Local-Only: Everything is stored locally, putting you in complete control.
-
Export saved usernames, URLs, and passwords via:
- 🌐 HTML
- 📄 Human-Writing Image
-
Local-only storage, no third-party cloud dependencies.
To enable email export:
- Purchase a domain.
- Go to https://resend.com/
- Add your domain and follow their instructions.
⚠️ Note: Currently, emails can only be sent to the owner of the API key.
# Export passwords
password export --email
password export --html
password export --text
# Add a password entry
password add User:Pass:URL
# Remove a password entry
password remove URL:User:<password>
# Retrieve passwords
password get [Url|User]
# Run OSINT (Open-Source Intelligence)
osintFeel free to open issues, suggest features, or submit pull requests. All contributions are welcome!
