KeePassXC is a cross-platform community-driven port of the Windows application “KeePass Password Safe”. https://keepassxc.org/
  • C++ 97.5%
  • CMake 1.2%
  • Python 0.7%
  • Shell 0.3%
  • Objective-C++ 0.3%
Find a file
Adrien Ollier ce28e2afb7 Refactor UrlTools to be a namespace
UrlTools does not need to inherit from QObject or even be a class.
It is a collection of regular functions.
refactor(urltools): Make regular expression static

domainHasIllegalCharacters() constructs a QRegularExpression on every call.
Since the pattern is constant, make it static const QRegularExpression
  to avoid repeated regex compilation in hot paths
  (e.g., domain validation during browsing/passkey operations).

refactor(urltools): Remove the unnecessary convertVariantToUrl function

format code

refactor(urltools): Include What You Use

refactor(urltools): Use URL_WILDCARD directly in implementation

refactor(urltools): some more inprovements

- code format
- use pure Qt functions for the string handling
- use chop to remove the last character of a QString
- make another QRegularExpression static const
2026-06-29 08:55:10 -04:00
.github WIP: Qt6 transition (#11651) 2026-05-04 15:16:51 +03:00
.tx Migrate release-tool to Python 2025-10-25 21:07:58 +02:00
cmake Refactor: move to simple default builds (#11003) 2026-04-18 22:37:30 -04:00
docs Document Wayland Auto-Type quirks 2026-06-22 23:57:26 -04:00
share Update desktop database when updating desktop file 2026-06-29 14:24:39 +03:00
snap
src Refactor UrlTools to be a namespace 2026-06-29 08:55:10 -04:00
tests Refactor UrlTools to be a namespace 2026-06-29 08:55:10 -04:00
utils Fix multiple spelling typos across codebase (#13424) 2026-06-28 23:54:42 -04:00
vcpkg/triplets
.clang-format
.gitattributes Force LF line endings 2025-10-25 21:07:58 +02:00
.gitignore Support building with clang on Windows 2025-11-22 17:51:02 -05:00
CHANGELOG.md Fix multiple spelling typos across codebase (#13424) 2026-06-28 23:54:42 -04:00
CMakeLists.txt Fix: Windows SDK path resolution without CMAKE implicit link directories 2026-06-04 13:11:13 -04:00
CODE-OF-CONDUCT.md
codecov.yaml
COPYING
INSTALL.md WIP: Qt6 transition (#11651) 2026-05-04 15:16:51 +03:00
LICENSE.BSD
LICENSE.CC0
LICENSE.GPL-2
LICENSE.GPL-3
LICENSE.LGPL-2.1
LICENSE.LGPL-3
LICENSE.MIT
LICENSE.NOKIA-LGPL-EXCEPTION
LICENSE.OFL
README.md Refactor: move to simple default builds (#11003) 2026-04-18 22:37:30 -04:00
release-tool.py Fix missing -D in cmake opts setting 2026-06-28 23:56:27 -04:00
SECURITY.md
sonar-project.properties
vcpkg-configuration.json Update to the latest vcpkg baseline 2025-07-12 10:43:01 -04:00
vcpkg.json Wayland Auto-Type with XDG Desktop Portals (#13359) 2026-06-20 14:16:21 +03:00

KeePassXC

OpenSSF Best Practices TeamCity Build Status codecov GitHub release

Matrix community channel Matrix development channel

KeePassXC is a modern, secure, and open-source password manager that stores and manages your most sensitive information. You can run KeePassXC on Windows, macOS, and Linux systems. KeePassXC is for people with extremely high demands of secure personal data management. It saves many different types of information, such as usernames, passwords, URLs, attachments, and notes in an offline, encrypted file that can be stored in any location, including private and public cloud solutions. For easy identification and management, user-defined titles and icons can be specified for entries. In addition, entries are sorted into customizable groups. An integrated search function allows you to use advanced patterns to easily find any entry in your database. A customizable, fast, and easy-to-use password generator utility allows you to create passwords with any combination of characters or easy to remember passphrases.

Quick Start

The QuickStart Guide gets you started using KeePassXC on your Windows, macOS, or Linux computer using pre-compiled binaries from the downloads page. Additionally, individual Linux distributions may ship their own versions, so please check your distribution's package list to see if KeePassXC is available. Detailed documentation is available in the User Guide.

Features List

KeePassXC has numerous features for novice and power users alike. Our goal is to create an application that can be used by anyone while still offering advanced features to those that need them.

Core Features

  • Create, open, and save databases in the KDBX format (KeePass-compatible with KDBX4 and KDBX3)
  • All information is encrypted at rest and never exposed outside the program
  • Store sensitive information in entries that are organized by groups
  • Password generator
  • Search for entries
  • TOTP storage and generation
  • YubiKey/OnlyKey challenge-response support
  • Auto-Type passwords into applications
  • Browser integration with Google Chrome, Mozilla Firefox, Microsoft Edge, Chromium, Vivaldi, Brave, and Tor-Browser
  • Support for passkeys using the browser integration
  • Entry icon download
  • Import databases from CSV, 1Password, Bitwarden, Proton Pass, and KeePass1 formats

Advanced

  • Database reports (password health, HIBP, and statistics)
  • Database export to CSV, XML, and HTML formats
  • TOTP storage and generation
  • Field references between entries
  • File attachments and custom attributes
  • Entry history and data restoration
  • Command line interface (keepassxc-cli)
  • SSH Agent integration
  • FreeDesktop.org Secret Service (replace Gnome keyring, etc.)
  • Additional encryption choices: Twofish and ChaCha20

For a full list of changes, read the CHANGELOG document.
For a full list of keyboard shortcuts, see KeyboardShortcuts.adoc

Building KeePassXC

Detailed instructions are available in the Build and Install page and in the Wiki.

Contributing

We are always looking for suggestions on how to improve KeePassXC. If you find any bugs or have an idea for a new feature, please let us know by opening a report in the issue tracker on GitHub, or join us on Matrix community channel or Matrix development channel, or on IRC in Libera.Chat channels #keepassxc and #keepassxc-dev.

You may directly contribute your own code by submitting a pull request. Please read the CONTRIBUTING document for further information.

Contributors are required to adhere to the project's Code of Conduct.

Generative AI

Generative AI is fast becoming a first-party feature in most development environments, including GitHub itself. If the majority of a code submission is made using Generative AI (e.g., agent-based or vibe coding) then we will document that in the pull request. All code submissions go through a rigorous review process regardless of the development workflow or submitter.

License

KeePassXC code is licensed under GPL-2 or GPL-3. Additional licensing for third-party files is detailed in COPYING.