Skip to content
Cristhian Melo edited this page Jul 20, 2026 · 2 revisions

rpass wiki

rpass is a cross-platform CLI for managing GPG-encrypted secrets, compatible with password-store.

Pages

  • Getting Started — install, initialize, and use your first store
  • Data Organization — entry format, path structure, and recommended layout for rich client integration
  • GPG Keys — generate keys, manage recipients, export/import for other devices and clients
  • Clients — Raycast, Vicinae, PassForiOS (iPhone/iPad), Android Password Store
  • Import — migrate from Bitwarden and other password managers
  • JSON Output — structured output for scripts and integrations

Quick example

rpass init you@example.com
rpass insert email/work
rpass show email/work
rpass otp email/work

Compatibility

rpass reads and writes the same .gpg files and .gpg-id files as the original pass. Any client that works with a password-store repository works with rpass.

Clone this wiki locally