Password management without the password cloud.

QtPass is a password manager with a simple interface. Your passwords are encrypted with GPG and stored in files you control. Sync them across all your devices with Git.

Download QtPass Get Started

QtPass main window with a password store, one entry open

Linux Compatible Windows 11 Compatible macOS Compatible FreeBSD Compatible

Install QtPass

Debian / Ubuntu

sudo apt install qtpass

Windows

choco install qtpass

macOS

xattr -d com.apple.quarantine /Applications/QtPass.app

After installing the .dmg from the releases page. The Homebrew cask is disabled until QtPass is notarized; here is how you can help.

More installation options

Why QtPass?

QtPass works with pass, the standard UNIX password manager. Your passwords are encrypted with GPG using open standards — no vendor lock-in, fully portable and under your control.

It runs on Linux, macOS, Windows, and FreeBSD with a native look and feel on each platform. Your password store syncs via Git, so you always have a backup and can access your passwords across all your devices. Already using pass? QtPass works on your existing store: point it at the folder and go.

QtPass is open source and free. It includes a secure password generator, built-in one-time passwords (TOTP, incl. Steam Guard), a clipboard with auto-clear, support for smartcards and YubiKeys through GnuPG, several password stores side by side, and is available in over 60 languages.

No accounts, no telemetry, no network code: QtPass never phones home. Read the privacy policy, it is short.

New to QtPass? Follow the getting started guide.

Looks at home on your desktop

QtPass is a native desktop application, not a browser around a cloud service. It uses the widgets, menus and colours of the platform it runs on — and follows its light or dark preference. The same store, everywhere you run it.

QtPass on Linux in the light theme
Linux, light — following your desktop theme.
QtPass on Linux in the dark theme
Linux, dark — the same store, a different theme.
QtPass on Windows 11, following the Windows look and feel
Windows 11 — native light and dark.
QtPass on macOS, following the macOS look and feel
macOS — native light and dark.
QtPass on FreeBSD, following the desktop look and feel
FreeBSD — native light and dark.

Installation Details

Linux

Arch

pacman -S qtpass

OpenSUSE & Fedora

zypper install qtpass
dnf install qtpass

Gentoo

emerge -atv qtpass

FreeBSD

pkg install qtpass

More installation options

Build from source

Build on Linux/BSD:

qmake6 && make && make install

Build on macOS:

brew install qt
qmake6 && make && macdeployqt QtPass.app

Note: QtPass uses Qt6 by default. For Qt5, use qmake instead of qmake6.

FAQ, screenshots and a preview of 2.0, security and how to contribute.