KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.github Add ClangFormat rules Mar 31, 2018
.tx Moved transifex to new url Nov 11, 2016
ci Add AppVeyor support (#1380) Jun 10, 2018
cmake Add support for SonarCloud analysis Jun 21, 2018
docs Remove KeePassHttp plugin and qhttp (#1752) Mar 31, 2018
share Update translations Aug 22, 2018
src Merge branch 'master' Aug 24, 2018
tests Merge branch 'master' Aug 24, 2018
utils Improve building of macOS target Oct 21, 2017
.clang-format Add ClangFormat rules Mar 31, 2018
.gitattributes Add github-linguist language hints. Feb 15, 2017
.gitignore Add support for SonarCloud analysis Jun 24, 2018
AppImage-Recipe.sh Bundle image format and input context plugins with AppImage Feb 27, 2018
CHANGELOG Release 2.3.4 version bump Aug 22, 2018
CMakeLists.txt Merge branch 'master' Aug 24, 2018
COPYING Add AppVeyor support (#1380) Jun 10, 2018
Dockerfile Bundle image format and input context plugins with AppImage Feb 27, 2018
INSTALL.md Merge branch 'master' Aug 24, 2018
LICENSE.BOOST-1.0 Display git revision in about dialog. Jul 18, 2015
LICENSE.BSD Add crypto classes and tests. Link to libgcrypt. Sep 11, 2010
LICENSE.CC0 Fix database icons license issues. Mar 23, 2013
LICENSE.GPL-2 Add "LICENSE" prefix to license filenames. Aug 15, 2010
LICENSE.GPL-3 Add "LICENSE" prefix to license filenames. Aug 15, 2010
LICENSE.LGPL-2.1 Fix typo in filename. Mar 24, 2013
LICENSE.LGPL-3 Add LGPL-3 license text for the Oxygen icons. Mar 24, 2013
LICENSE.MIT Fix macOS building and code signing, resolves #1344 Jan 13, 2018
LICENSE.NOKIA-LGPL-EXCEPTION Add support for gzip compressed databases. Sep 23, 2010
README.md Added AppVeyor and CodeCov badges Jun 11, 2018
appveyor.yml Add AppVeyor support (#1380) Jun 10, 2018
release-tool Merge branch 'master' Aug 24, 2018
snapcraft.yaml Merge branch 'master' Aug 24, 2018
sonar-project.properties Add support for SonarCloud analysis Jun 24, 2018

README.md

KeePassXC

TeamCity Build Status Build status codecov

About KeePassXC

KeePassXC is a cross-platform community fork of KeePassX. Our goal is to extend and improve it with new features and bugfixes to provide a feature-rich, fully cross-platform and modern open-source password manager.

Installation

The KeePassXC QuickStart gets you started using KeePassXC on your Windows, Mac, or Linux computer using pre-compiled binaries from the downloads page.

Additionally, individual Linux distributions may ship their own versions, so please check out your distribution's package list to see if KeePassXC is available.

Additional features compared to KeePassX

For a full list of features and changes, read the CHANGELOG document.

Building KeePassXC

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

Contributing

We are always looking for suggestions how to improve our application. If you find any bugs or have an idea for a new feature, please let us know by opening a report in our issue tracker on GitHub or join us on IRC on freenode channels #keepassxc or #keepassxc-dev.

You can of course also directly contribute your own code. We are happy to accept your pull requests.

Please read the CONTRIBUTING document for further information.

Note about KeePassHTTP

The KeePassHTTP protocol is not a highly secure protocol. It has a certain flaw which could allow an attacker to decrypt your passwords should they manage to impersonate the web browser extension from a remote address.

(See here and here).

To minimize the risk, KeePassXC strictly limits communication between itself and the browser plugin to your local computer (localhost). This makes your passwords quite safe, but as with all open source software, use it at your own risk!