π Home¶

Welcome to the official documentation for Keepr, a lightweight and intuitive password manager designed for developers and command-line users.
Keepr helps you store, search, edit, and manage credentials securely from your terminal β without the complexity and overhead of heavy password manager apps.
π§© Features¶
- π«§ Simple Interface β Clean commands, minimal setup.
- π Industry Standard Encryption β Only the master password will unlock your vault.
- πΎ Local-First Storage β Your vault stays on your machine.
- π Timed Sessions β Stay logged in for convenience, auto-lock after expiry.
- π§ Vault Management β Add, update, list, search, or delete credentials.
- π§° Password Generator β Cryptographically secure, configurable length.
- π§Ό Clipboard Copy β Automatically copy passwords to the clipboard when viewing an entry.
- π¨ Custom Color Scheme β Clear, high-contrast terminal output.
- βοΈ User Configuration β Configure the session length, the terminal output color scheme and password generator settings.
β‘ Quick Start¶
Install Keepr from PyPI:
pip install keepr
keepr login # Set or unlock the master password
keepr add github # Add a credential
keepr view github # Retrieve entry securely
Thatβs it β your credentials are stored locally, fully encrypted, and accessible only through your master key.
Head over to the Getting Started section for more details on installation, setup and first steps.
π₯ Demo¶
π Docs Overview¶
- Getting Started β installation, setup, first steps
- Command Reference β detailed reference for every keepr subcommand
- Vault Encryption Architecture β how and where Keepr stores encrypted data
- FAQs β common issues, troubleshooting, tips
- Contributing β guidelines for contributors
π Useful Links¶
β€οΈ Contributing¶
Contributions, ideas, and suggestions are welcome!
Check out the Contributions page if you'd like to help improve Keepr!