KeePassXC
Overview
Version & Lifecycle
Community Notes
KeePassXC close-before-update note
For managed KeePassXC Windows updates, close KeePassXC before launching the installer so open password-database sessions do not interfere with setup. Use a pre-close/user-deferral step and verify the installed version after the update. Source: official KeePassXC source.
KeePassXC prerequisite note
For managed KeePassXC MSI deployments, the project documentation exposes public properties that are useful to set deliberately: AUTOSTARTPROGRAM=0 to avoid enabling startup on login, LAUNCHAPPONEXIT=0 to prevent the app from launching after install, and INSTALLDESKTOPSHORTCUT=0 when desktop shortcuts should remain suppressed. A typical silent install is msiexec.exe /i KeePassXC-Y.Y.Y-Win64.msi /qn AUTOSTARTPROGRAM=0 LAUNCHAPPONEXIT=0 INSTALLDESKTOPSHORTCUT=0.
KeePassXC with a Microsoft Visual C++ v14 Redistributable x64 requirement, and KeePassXC’s own FAQ maps VCRUNTIME140_1.dll was not found startup errors to a missing Microsoft Visual C++ Redistributable. For software-deployment rings, pre-stage or detect the VC++ runtime before treating KeePassXC installation success as app readiness.
Official sources: KeePassXC User Guide, KeePassXC FAQ, and KeePassXC downloads.
For managed KeePassXC Windows deployments, include the Microsoft Visual C++ v14 Redistributable (x64) on devices before installing or updating KeePassXC. Treat it as a prerequisite in packaging so install/update failures are not mistaken for a KeePassXC detection issue. Source: official KeePassXC source.
For managed KeePassXC deployments, preinstall Microsoft Visual C++ v14 x64 Redistributable before running the application installer. Treat the runtime as an explicit prerequisite or dependency so install and update detection runs only after the required component is already present. Source: official KeePassXC source.
Release Notes & Updates
Help us match vulnerabilities
No vulnerability match yet. Pick the right product:
Don’t see it? Paste a CPE
Also known as
Other names people use for this app — helps search and matching.
Sign in to suggest a name.
Packaging Notes
Available as portable, MSI installer for Windows; DMG for macOS; AppImage, Snap, and distribution packages for Linux