Alternatives to QtPass

A cross-platform graphical front end for pass, the GPG-encrypted Unix password manager. The listings below can replace it for an important use case. Each note says what changes if you switch.

The original

Replacements

Listings that take over the same core job as QtPass.

  • pass

    The standard Unix password manager: one GPG-encrypted file per secret.

    pass is the upstream command-line tool QtPass wraps, using the same GPG-encrypted files and Git history, but without a graphical interface or Windows support.

  • gopass

    Team-oriented password store built on GPG and Git.

    gopass is an MIT-licensed command-line store built on GPG and Git, with multiple stores for team sharing and built-in auditing, but no official graphical client.

  • prs

    A command-line password manager that stores secrets with GPG and syncs them between machines using Git.

    prs is a GPL-3.0 command-line manager compatible with pass stores, adding automatic Git sync and rollbacks, but runs only in the terminal.

  • passage

    A command-line fork of pass that encrypts the password store with age instead of GnuPG.

    passage is a command-line fork of pass that uses age instead of GnuPG, avoiding GPG key setup, but has no graphical interface and needs manual setup.

  • KeePassXC

    A free, open-source desktop password manager that keeps your vault in a local encrypted file.

    KeePassXC is a graphical desktop manager for Windows, macOS and Linux using a local encrypted kdbx file instead of GPG, with a browser extension and TOTP.

Similar software

Related functionality, not a direct replacement.