Laukey is a local-first password manager. All passwords are encrypted and stored locally. It supports importing passwords from other services, such as web browsers, and exporting them is also available. Additionally, it offers dark mode support for users who prefer that style.
Laukey is available for Windows, Linux, and can also be built from source. If your operating system isn't listed below, you can compile it yourself by following the From Source instructions.
For additional installation methods (such as .deb, .rpm, and other packages), visit the Releases page.
🪟 Windows
Download the latest Windows installer:
Need a different package? Check the Releases page for all available installation options.
🐧 Linux
For most users, the easiest way to install Laukey is by running the following command in your terminal. It will automatically download and set up the AppImage version.
curl -fsSL https://raw.githubusercontent.com/ERRORLY/Laukey/refs/heads/main/scripts/linux-install.sh | bashIf you prefer a different installation method (such as .deb or .rpm packages), you'll find them on the Releases page.
🛠️ Build from Source
If you'd like to compile Laukey yourself or customize the source code, run the following commands:
git clone https://github.com/ERRORLY/Laukey.git
cd Laukey
npm install
npm run tauri buildOnce the build is complete, you'll find the generated executables in:
src-tauri/target/bundle/release
checkout the website for faqs
Contributions, bug reports, and feature requests are welcome. Feel free to open an issue or submit a pull request.



