Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

461,712

Downloads of v 2.5.4:

13,622

Last Update:

10 Apr 2020

Package Maintainer(s):

Software Author(s):

  • https://github.com/keepassxreboot/keepassxc/graphs/contributors

Tags:

keepassxc keepass keepassx keepassreboot multiplatform password safe foss cross-platform

KeePassXC

This is not the latest version of KeePassXC available.

  • 1
  • 2
  • 3

2.5.4 | Updated: 10 Apr 2020

Downloads:

461,712

Downloads of v 2.5.4:

13,622

Maintainer(s):

Software Author(s):

  • https://github.com/keepassxreboot/keepassxc/graphs/contributors

KeePassXC 2.5.4

This is not the latest version of KeePassXC available.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

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:

NOTE

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

  • 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

3. Copy Your Script

choco upgrade keepassxc -y --source="'INTERNAL REPO URL'" --version="'2.5.4'" [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'" --version="'2.5.4'" 
$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.5.4'
    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.5.4'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller keepassxc
{
    Name     = "keepassxc"
    Version  = "2.5.4"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'keepassxc':
  ensure   => '2.5.4',
  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.

Package Approved

This package was approved by moderator mkevenaar on 11 Apr 2020.

Description

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

N/A

KeepassXC screenshot


legal\LICENSE.txt
KeePassXC - http://www.keepassxc.org/
Copyright (C) 2016-2017 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-2018, 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.svgz
       share/icons/application/*/apps/keepassxc-dark.png
       share/icons/application/scalable/apps/keepassxc-dark.svgz
       share/icons/application/*/apps/keepassxc-locked.png
       share/icons/application/scalable/apps/keepassxc-locked.svgz
       share/icons/application/*/apps/keepassxc-unlocked.png
       share/icons/application/scalable/apps/keepassxc-unlocked.svgz
       share/icons/application/*/mimetypes/application-x-keepassxc.png
       share/icons/application/scalable/mimetypes/application-x-keepassxc.svgz
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/application-exit.png
       share/icons/application/*/actions/chronometer.png
       share/icons/application/*/actions/configure.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-encrypt.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/*.svgz
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: cmake/DeployQt.cmake
Copyright: 2018, Nathan Osman
License: MIT
legal\VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The installer have been downloaded from the Github release page <https://github.com/keepassxreboot/keepassxc/releases>
and can be verified like this:

1.  Download the following installers:
    32-Bit: <https://github.com/keepassxreboot/keepassxc/releases/download/2.5.4/KeePassXC-2.5.4-Win32.msi>
    64-Bit: <https://github.com/keepassxreboot/keepassxc/releases/download/2.5.4/KeePassXC-2.5.4-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
    checksum32: C6A37CD95213273E7F3DA2C3D0DF79389B3D851626D5D47143A5A1EFA953913A
    checksum64: 01BF1B593EFC4A9B92E0CA7148414F6D4F0E63521AEFA64D1F8CAA0327D35E91

File 'LICENSE.txt' is obtained from <https://github.com/keepassxreboot/keepassxc/blob/470a74ee24793eaccab0ae371a7ee970b95bfeb9/COPYING>
tools\.skipAutoUninstall
 
tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop'

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
  packageName    = 'keepassxc'
  softwareName   = 'KeePassXC'
  fileType       = 'msi'
  file           = "$toolsDir\KeePassXC-2.5.4-Win32.msi"
  file64         = "$toolsDir\KeePassXC-2.5.4-Win64.msi"
  checksum       = 'C6A37CD95213273E7F3DA2C3D0DF79389B3D851626D5D47143A5A1EFA953913A'
  checksumType   = 'sha256'
  checksum64     = '01BF1B593EFC4A9B92E0CA7148414F6D4F0E63521AEFA64D1F8CAA0327D35E91'
  checksumType64 = 'sha256'

  # MSI
  silentArgs     = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
  validExitCodes = @(0, 3010, 1641)
}

Install-ChocolateyPackage @packageArgs

# Lets remove the installer and ignore files as there is no more need for them
Get-ChildItem $toolsDir\*.$packageArgs['fileType'] | ForEach-Object { Remove-Item $_ -ea 0; if (Test-Path $_) { Set-Content "$_.ignore" '' } }
tools\chocolateyUninstall.ps1
$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"}
}
tools\KeePassXC-2.5.4-Win32.msi
md5: 32CC1FFF30E7BA2F902ADF3E68CAD364 | sha1: 99A7F2EC5A539591B0CBE998315B9925760491DF | sha256: C6A37CD95213273E7F3DA2C3D0DF79389B3D851626D5D47143A5A1EFA953913A | sha512: 9117C4ABC320E94EFD85D5302A2BEF9F78C69BA8ED1DDC8D8F2248D77853493958F1C1E16547467CF0A3FED4A6C8A601AD5AF6B63221034E53D65E38B81F9923
tools\KeePassXC-2.5.4-Win64.msi
md5: 5F02CA3FDA3AD9828973BFC5D51DCD97 | sha1: 11FFDAC69ED9E7316221C3DCE0DC08361CDEAD45 | sha256: 01BF1B593EFC4A9B92E0CA7148414F6D4F0E63521AEFA64D1F8CAA0327D35E91 | sha512: 43F77FFBC4E229AF5849784633FF93E4859FDDFFDCBDF2BDCB377AE507B0073159EFF9788EA8A892556F403952E6F0EBC8CE0A7A63A0B404AF89B5AFF90D3EF9

Log in or click on link to see number of positives.

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.6 75242 Wednesday, August 16, 2023 Approved
KeePassXC 2.7.5 63287 Monday, May 15, 2023 Approved
KeePassXC 2.7.4 48830 Sunday, October 30, 2022 Approved
KeePassXC 2.7.3 9047 Monday, October 24, 2022 Approved
KeePassXC 2.7.1 44729 Wednesday, April 6, 2022 Approved
KeePassXC 2.7.0 9781 Tuesday, March 29, 2022 Approved
KeePassXC 2.6.6 52690 Saturday, June 12, 2021 Approved
KeePassXC 2.6.5 653 Saturday, June 12, 2021 Approved
KeePassXC 2.6.4 22499 Monday, February 1, 2021 Approved
KeePassXC 2.6.3 8652 Wednesday, January 13, 2021 Approved
KeePassXC 2.6.2 15644 Thursday, October 22, 2020 Approved
KeePassXC 2.6.1 12173 Thursday, August 20, 2020 Approved
KeePassXC 2.6.0 9227 Wednesday, July 8, 2020 Approved
KeePassXC 2.5.4 13622 Friday, April 10, 2020 Approved
KeePassXC 2.5.3 9981 Tuesday, January 21, 2020 Approved
KeePassXC 2.5.2 4206 Monday, January 6, 2020 Approved
KeePassXC 2.5.1 6513 Tuesday, November 12, 2019 Approved
KeePassXC 2.5.0 3852 Sunday, October 27, 2019 Approved
KeePassXC 2.4.3 8731 Wednesday, June 12, 2019 Approved
KeePassXC 2.4.2 2205 Saturday, June 1, 2019 Approved
KeePassXC 2.4.1 4146 Saturday, April 13, 2019 Approved
KeePassXC 2.4.0.20190321 2414 Thursday, March 21, 2019 Approved
KeePassXC 2.3.4 5905 Friday, August 24, 2018 Approved
KeePassXC (Install) 2.3.3 2440 Friday, May 11, 2018 Approved
KeePassXC (Install) 2.3.1 1645 Wednesday, March 7, 2018 Approved
KeePassXC (Install) 2.3.0 755 Wednesday, February 28, 2018 Approved
KeePassXC (Install) 2.2.4 1150 Monday, January 8, 2018 Approved
KeePassXC (Install) 2.2.2 1165 Monday, October 23, 2017 Approved
KeePassXC (Install) 2.2.1 722 Wednesday, October 4, 2017 Approved
KeePassXC (Install) 2.2.0 985 Wednesday, June 28, 2017 Approved
KeePassXC (Install) 2.1.4 599 Thursday, April 20, 2017 Approved
KeePassXC (Install) 2.1.3 436 Friday, April 7, 2017 Approved
KeePassXC (Install) 2.1.1 496 Monday, February 13, 2017 Approved

This package has no dependencies.

Discussion for the KeePassXC Package

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.
comments powered by Disqus