Skip to content

🏠 Home

Keepr Logo

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



❀️ Contributing

Contributions, ideas, and suggestions are welcome!

Check out the Contributions page if you'd like to help improve Keepr!