Downloads:
582,459
Downloads of v 2.7.9:
60,496
Last Update:
20 Jun 2024
Package Maintainer(s):
Software Author(s):
- https://github.com/keepassxreboot/keepassxc/graphs/contributors
Tags:
keepassxc keepass keepassx keepassreboot multiplatform password safe foss cross-platform- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
KeePassXC
- 1
- 2
- 3
2.7.9 | Updated: 20 Jun 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
582,459
Downloads of v 2.7.9:
60,496
Maintainer(s):
Software Author(s):
- https://github.com/keepassxreboot/keepassxc/graphs/contributors
KeePassXC 2.7.9
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by https://github.com/keepassxreboot/keepassxc/graphs/contributors. The inclusion of https://github.com/keepassxreboot/keepassxc/graphs/contributors trademark(s), if any, upon this webpage is solely to identify https://github.com/keepassxreboot/keepassxc/graphs/contributors goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install KeePassXC, run the following command from the command line or from PowerShell:
To upgrade KeePassXC, run the following command from the command line or from PowerShell:
To uninstall KeePassXC, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download keepassxc --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade keepassxc -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade keepassxc -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install keepassxc
win_chocolatey:
name: keepassxc
version: '2.7.9'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'keepassxc' do
action :install
source 'INTERNAL REPO URL'
version '2.7.9'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller keepassxc
{
Name = "keepassxc"
Version = "2.7.9"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'keepassxc':
ensure => '2.7.9',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 03 Nov 2024.
KeePassXC is a fork of KeePassX that aims to incorporate stalled pull requests, features, and bug fixes that have never made it into the main KeePassX repository.
Features
These are the additional features compared to KeePassX:
- Auto-Type on all three major platforms (Linux, Windows, macOS)
- Twofish encryption
- YubiKey challenge-response support
- TOTP generation
- CSV import
- Command line interface
- DEP and ASLR hardening
- Stand-alone password and passphrase generator
- Password strength meter
- Using website favicons as entry icons
- Merging of databases
- Automatic reload when the database changed on disk
- Browser integration with KeePassHTTP-Connector for Mozilla Firefox and Google Chrome or Chromium, and passafari in Safari.
- Browser integration with KeePassXC-Browser using native messaging for Mozilla Firefox and Google Chrome or Chromium.
Notes
- If the package is out of date please check Version History for the latest submitted version. If you have a question, please ask it in Chocolatey Community Package Discussions or raise an issue on the Chocolatey Community Packages Repository if you have problems with the package. Disqus comments will generally not be responded to.
KeePassXC - http://www.keepassxc.org/
Copyright (C) 2016-2019 KeePassXC Team <[email protected]>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 or (at your option)
version 3 of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
--------------------------------------------------------------------
Format-Specification: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: KeePassXC
Upstream-Contact: KeePassXC Team <[email protected]>
Source: http://www.keepassxc.org/
Copyright: 2010-2012, Felix Geyer <[email protected]>
2011-2012, Florian Geyer <[email protected]>
2012, Tobias Tangemann
2007, Trolltech ASA <[email protected]>
2012, Intel Corporation
2012, Nokia Corporation and/or its subsidiary(-ies)
2000-2008, Tom Sato <[email protected]>
2013, Laszlo Papp <[email protected]>
2013, David Faure <[email protected]>
2016-2019, KeePassXC Team <[email protected]>
License: GPL-2 or GPL-3
Comment: The "KeePassXC Team" in every copyright notice is formed by the following people:
- droidmonkey
- phoerious
- TheZ3ro <[email protected]>
- louib
- weslly
Every other contributor is listed on https://github.com/keepassxreboot/keepassxc/graphs/contributors
Files: cmake/GNUInstallDirs.cmake
Copyright: 2011 Nikita Krupen'ko <[email protected]>
2011 Kitware, Inc.
License: BSD-3-clause
Files: cmake/CodeCoverage.cmake
Copyright: 2012 - 2015, Lars Bilke
License: BSD-3-clause
Files: cmake/FindYubiKey.cmake
Copyright: 2014 Kyle Manna <[email protected]>
License: GPL-2 or GPL-3
Files: cmake/GenerateProductVersion.cmake
Copyright: 2015 halex2005 <[email protected]>
License: MIT
Files: share/icons/application/*/apps/keepassxc.png
share/icons/application/scalable/apps/keepassxc.svg
share/icons/application/*/apps/keepassxc-dark.png
share/icons/application/scalable/apps/keepassxc-dark.svg
share/icons/application/*/apps/keepassxc-locked.png
share/icons/application/scalable/apps/keepassxc-locked.svg
share/icons/application/*/apps/keepassxc-unlocked.png
share/icons/application/scalable/apps/keepassxc-unlocked.svg
share/icons/application/*/mimetypes/application-x-keepassxc.png
share/icons/application/scalable/mimetypes/application-x-keepassxc.svg
Copyright: 2016, Lorenzo Stella <[email protected]>
License: LGPL-2
Files: share/icons/application/*/actions/auto-type.png
share/icons/application/*/actions/database-change-key.png
share/icons/application/*/actions/entry-clone.png
share/icons/application/*/actions/entry-edit.png
share/icons/application/*/actions/entry-new.png
share/icons/application/*/actions/group-empty-trash.png
share/icons/application/*/actions/help-about.png
share/icons/application/*/actions/password-generate.png
share/icons/database/C00_Password.png
share/icons/database/C01_Package_Network.png
share/icons/database/C02_MessageBox_Warning.png
share/icons/database/C03_Server.png
share/icons/database/C04_Klipper.png
share/icons/database/C05_Edu_Languages.png
share/icons/database/C06_KCMDF.png
share/icons/database/C07_Kate.png
share/icons/database/C08_Socket.png
share/icons/database/C09_Identity.png
share/icons/database/C10_Kontact.png
share/icons/database/C11_Camera.png
share/icons/database/C12_IRKickFlash.png
share/icons/database/C13_KGPG_Key3.png
share/icons/database/C14_Laptop_Power.png
share/icons/database/C15_Scanner.png
share/icons/database/C16_Mozilla_Firebird.png
share/icons/database/C17_CDROM_Unmount.png
share/icons/database/C18_Display.png
share/icons/database/C19_Mail_Generic.png
share/icons/database/C20_Misc.png
share/icons/database/C21_KOrganizer.png
share/icons/database/C22_ASCII.png
share/icons/database/C23_Icons.png
share/icons/database/C24_Connect_Established.png
share/icons/database/C25_Folder_Mail.png
share/icons/database/C26_FileSave.png
share/icons/database/C27_NFS_Unmount.png
share/icons/database/C28_QuickTime.png
share/icons/database/C29_KGPG_Term.png
share/icons/database/C30_Konsole.png
share/icons/database/C31_FilePrint.png
share/icons/database/C32_FSView.png
share/icons/database/C33_Run.png
share/icons/database/C34_Configure.png
share/icons/database/C35_KRFB.png
share/icons/database/C36_Ark.png
share/icons/database/C37_KPercentage.png
share/icons/database/C38_Samba_Unmount.png
share/icons/database/C39_History.png
share/icons/database/C40_Mail_Find.png
share/icons/database/C41_VectorGfx.png
share/icons/database/C42_KCMMemory.png
share/icons/database/C43_EditTrash.png
share/icons/database/C44_KNotes.png
share/icons/database/C45_Cancel.png
share/icons/database/C46_Help.png
share/icons/database/C47_KPackage.png
share/icons/database/C48_Folder.png
share/icons/database/C49_Folder_Blue_Open.png
share/icons/database/C50_Folder_Tar.png
share/icons/database/C51_Decrypted.png
share/icons/database/C52_Encrypted.png
share/icons/database/C53_Apply.png
share/icons/database/C54_Signature.png
share/icons/database/C55_Thumbnail.png
share/icons/database/C56_KAddressBook.png
share/icons/database/C57_View_Text.png
share/icons/database/C58_KGPG.png
share/icons/database/C59_Package_Development.png
share/icons/database/C60_KFM_Home.png
share/icons/database/C61_Services.png
Copyright: 2003-2004, David Vignoni <[email protected]>
License: LGPL-2.1
Comment: from Nuvola icon theme
Files: share/icons/application/*/actions/entry-delete.png
share/icons/application/*/actions/group-delete.png
share/icons/application/*/actions/group-edit.png
share/icons/application/*/actions/group-new.png
Copyright: 2003-2004, David Vignoni <[email protected]>
2012, Felix Geyer <[email protected]>
License: LGPL-2.1
Comment: based on Nuvola icon theme
Files: share/icons/application/*/actions/favicon-download.png
Copyright: 2003-2004, David Vignoni <[email protected]>
2018, Kyle Kneitinger <[email protected]>
License: LGPL-2.1
Comment: based on Nuvola icon theme
Files: share/icons/application/*/actions/application-exit.png
share/icons/application/*/actions/chronometer.png
share/icons/application/*/actions/configure.png
share/icons/application/*/actions/database-lock.png
share/icons/application/*/actions/dialog-close.png
share/icons/application/*/actions/dialog-ok.png
share/icons/application/*/actions/document-close.png
share/icons/application/*/actions/document-edit.png
share/icons/application/*/actions/document-new.png
share/icons/application/*/actions/document-open.png
share/icons/application/*/actions/document-properties.png
share/icons/application/*/actions/document-save.png
share/icons/application/*/actions/document-save-as.png
share/icons/application/*/actions/edit-clear-locationbar-ltr.png
share/icons/application/*/actions/edit-clear-locationbar-rtl.png
share/icons/application/*/actions/key-enter.png
share/icons/application/*/actions/password-generator.png
share/icons/application/*/actions/password-copy.png
share/icons/application/*/actions/password-show-*.png
share/icons/application/*/actions/system-search.png
share/icons/application/*/actions/username-copy.png
share/icons/application/*/actions/view-history.png
share/icons/application/*/apps/internet-web-browser.png
share/icons/application/*/apps/preferences-desktop-icons.png
share/icons/application/*/apps/utilities-terminal.png
share/icons/application/*/categories/preferences-other.png
share/icons/application/*/status/dialog-error.png
share/icons/application/*/status/dialog-information.png
share/icons/application/*/status/dialog-warning.png
share/icons/application/*/status/security-high.png
share/icons/svg/*.svg
Copyright: 2007, Nuno Pinheiro <[email protected]>
2007, David Vignoni <[email protected]>
2007, David Miller <[email protected]>
2007, Johann Ollivier Lapeyre <[email protected]>
2007, Kenneth Wimer <[email protected]>
2007, Riccardo Iaconelli <[email protected]>
License: LGPL-3+
Comment: from Oxygen icon theme (http://www.oxygen-icons.org/)
Files: share/icons/database/C62_Tux.png
share/icons/database/C63_Feather.png
share/icons/database/C64_Apple.png
share/icons/database/C67_Certificate.png
share/icons/database/C68_BlackBerry.png
Copyright: Mairin Duffy
Sarah Owens
James Birkett
Dominik Reichl
License: CC0
Comment: C62_Tux.png from https://openclipart.org/detail/103855
C63_Feather.png from http://openclipart.org/detail/122017
C64_Apple.png based on http://openclipart.org/detail/24319
C67_Certificate.png based on https://openclipart.org/detail/16729
C68_BlackBerry.png from https://openclipart.org/detail/4465
Files: share/icons/database/C65_W.png
share/icons/database/C66_Money.png
Copyright: none
License: public-domain
Files: src/streams/qtiocompressor.*
src/streams/QtIOCompressor
tests/modeltest.*
Copyright: 2009-2012, Nokia Corporation and/or its subsidiary(-ies)
License: LGPL-2.1 or GPL-3
Files: cmake/GetGitRevisionDescription.cmake*
Copyright: 2009-2010, Iowa State University
License: Boost-1.0
Files: src/zxcvbn/zxcvbn.*
Copyright: 2015-2017, Tony Evans
License: MIT
Files: src/gui/KMessageWidget.h
src/gui/KMessageWidget.cpp
Copyright: 2011 Aurélien Gâteau <[email protected]>
2014 Dominik Haumann <[email protected]>
License: LGPL-2.1
Files: share/macosx/dmg-background.tiff
Copyright: 2008-2014, Andrey Tarantsov
License: MIT
Files: share/icons/application/scalable/apps/freedesktop.svg
Copyright: GPL-2+
Comment: from Freedesktop.org website
Files: share/icons/application/32x32/actions/statistics.png
Copyright: Icon made by Freepik from https://www.flaticon.com/free-icon/bars-chart_265733
Files: share/icons/application/scalable/actions/object-locked.svg
share/icons/application/scalable/actions/object-unlocked.svg
License: LGPL-3
Comment: from Breeze icon theme (https://github.com/KDE/breeze-icons)
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The installer has been downloaded from the Github release page <https://github.com/keepassxreboot/keepassxc/releases/tag/2.7.9>
and can be verified like this:
1. Download the following installers:
64-Bit: <https://github.com/keepassxreboot/keepassxc/releases/download/2.7.9/KeePassXC-2.7.9-Win64.msi>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'
checksum type: sha256
checksum64: 3B544343CE369377E54A3A6AC7A023B3C202AC034EEA6E6886BB8185E95B6A49
File 'LICENSE.txt' is obtained from <https://github.com/keepassxreboot/keepassxc/blob/dcca5aa0f0ee2f2b8685787c01f934cb2b506ef7/COPYING>
$packageName = 'keepassxc'
$softwareName = '*keepassxc*'
$installerType = 'msi'
$silentArgs = '/qn /norestart'
$validExitCodes = @(0, 3010, 1605, 1614, 1641)
[array]$key = Get-UninstallRegistryKey -SoftwareName $softwareName
if ($key.Count -eq 1) {
$file = "$($key.UninstallString)"
# The Product Code GUID is all that should be passed for MSI, and very
# FIRST, because it comes directly after /x, which is already set in the
# Uninstall-ChocolateyPackage msiargs (facepalm).
$silentArgs = "$($key.PSChildName) $silentArgs"
# Don't pass anything for file, it is ignored for msi (facepalm number 2)
# Alternatively if you need to pass a path to an msi, determine that and
# use it instead of the above in silentArgs, still very first.
$file = ''
Uninstall-ChocolateyPackage `
-PackageName $packageName `
-FileType $installerType `
-SilentArgs "$silentArgs" `
-ValidExitCodes $validExitCodes `
-File "$file"
}
elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
}
elseif ($key.Count -gt 1) {
Write-Warning "$key.Count matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | ForEach-Object { Write-Warning "- $_.DisplayName" }
}
md5: CEFD8535DB56E9D0BDEA46B8CDDCF454 | sha1: 33278557C1D4DAAAE7251AD5A1F2CF5722541D0F | sha256: 3B544343CE369377E54A3A6AC7A023B3C202AC034EEA6E6886BB8185E95B6A49 | sha512: 28DEC9A16035743C59A598A1AB556227034804174FD74D91C199ACDF47C6762CBB9043FB5C0A51934CCB2D4F5B7177F0F3B5534C010ACA3B76AE4555FE5D9BDA
Log in or click on link to see number of positives.
- keepassxc.2.7.9.nupkg (8e5dd012b1ee) - ## / 67
- KeePassXC-2.7.9-Win64.msi (3b544343ce36) - ## / 64
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
KeePassXC 2.7.9 | 60496 | Thursday, June 20, 2024 | Approved | |
KeePassXC 2.7.8 | 31045 | Monday, May 6, 2024 | Approved | |
KeePassXC 2.7.7 | 31521 | Monday, March 11, 2024 | Approved | |
KeePassXC 2.7.6 | 81517 | Wednesday, August 16, 2023 | Approved | |
KeePassXC 2.7.5 | 69954 | Monday, May 15, 2023 | Approved | |
KeePassXC 2.7.4 | 48924 | Sunday, October 30, 2022 | Approved | |
KeePassXC 2.7.3 | 9110 | Monday, October 24, 2022 | Approved | |
KeePassXC 2.7.1 | 44811 | Wednesday, April 6, 2022 | Approved | |
KeePassXC 2.7.0 | 9834 | Tuesday, March 29, 2022 | Approved | |
KeePassXC 2.6.6 | 52761 | Saturday, June 12, 2021 | Approved | |
KeePassXC 2.6.5 | 723 | Saturday, June 12, 2021 | Approved | |
KeePassXC 2.6.4 | 22553 | Monday, February 1, 2021 | Approved | |
KeePassXC 2.6.3 | 8700 | Wednesday, January 13, 2021 | Approved | |
KeePassXC 2.6.2 | 15716 | Thursday, October 22, 2020 | Approved | |
KeePassXC 2.6.1 | 12230 | Thursday, August 20, 2020 | Approved | |
KeePassXC 2.6.0 | 9293 | Wednesday, July 8, 2020 | Approved | |
KeePassXC 2.5.4 | 13676 | Friday, April 10, 2020 | Approved | |
KeePassXC 2.5.3 | 10046 | Tuesday, January 21, 2020 | Approved | |
KeePassXC 2.5.2 | 4265 | Monday, January 6, 2020 | Approved | |
KeePassXC 2.5.1 | 6552 | Tuesday, November 12, 2019 | Approved | |
KeePassXC 2.5.0 | 3890 | Sunday, October 27, 2019 | Approved | |
KeePassXC 2.4.3 | 8776 | Wednesday, June 12, 2019 | Approved | |
KeePassXC 2.4.2 | 2258 | Saturday, June 1, 2019 | Approved | |
KeePassXC 2.4.1 | 4190 | Saturday, April 13, 2019 | Approved | |
KeePassXC 2.4.0.20190321 | 2470 | Thursday, March 21, 2019 | Approved | |
KeePassXC 2.3.4 | 5975 | Friday, August 24, 2018 | Approved | |
KeePassXC (Install) 2.3.3 | 2487 | Friday, May 11, 2018 | Approved | |
KeePassXC (Install) 2.3.1 | 1689 | Wednesday, March 7, 2018 | Approved | |
KeePassXC (Install) 2.3.0 | 808 | Wednesday, February 28, 2018 | Approved | |
KeePassXC (Install) 2.2.4 | 1188 | Monday, January 8, 2018 | Approved | |
KeePassXC (Install) 2.2.2 | 1199 | Monday, October 23, 2017 | Approved | |
KeePassXC (Install) 2.2.1 | 773 | Wednesday, October 4, 2017 | Approved | |
KeePassXC (Install) 2.2.0 | 1030 | Wednesday, June 28, 2017 | Approved | |
KeePassXC (Install) 2.1.4 | 635 | Thursday, April 20, 2017 | Approved | |
KeePassXC (Install) 2.1.3 | 467 | Friday, April 7, 2017 | Approved | |
KeePassXC (Install) 2.1.1 | 537 | Monday, February 13, 2017 | Approved |
2016-2017 KeePassXC Team
Ground Rules:
- This discussion is only about KeePassXC and the KeePassXC package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or KeePassXC, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.