Skip to content

Releases: he-is-harry/Harrys-Password-Manager-Desktop

Harry's Password Manager Desktop v1.0.0

31 Dec 22:13

Choose a tag to compare

[v1.0.0] - 2025-12-31

Welcome to the official release of Harry's Password Manager Desktop application! This initial version brings the power of secure offline password management to your desktop, with seamless synchronization across your devices.

🌟 Highlights

  • Secure Local Storage: Your passwords are saved locally using an encrypted vault with post-quantum secure symmetric and asymmetric encryption.
  • Direct Device Sync: Sync between desktop and mobile, desktop and desktop, and mobile and mobile, via secure TCP directly using your local network, no cloud required.

📥 Downloads

Platform Download Link
Windows Download .exe
macOS Download .dmg
Linux (Generic) Download AppImage
Linux (Debian/Ubuntu) Download .deb

📜 Changelog

ee4ba27 - Fix after install script for Debian

  • Fixed the "after-install" script for Debian-based systems to ensure a smooth installation process on Linux.

aedef13 - Add README.md

  • Added the README.md with architecture and setup instructions.

5d282ff - Add sync functionality

  • Implemented TCP socket synchronization (connection.ts) for direct device-to-device data transfer.
  • Added QR code support for easy device pairing using qrcode and html5-qrcode.
  • Integrated a navigation drawer for seamless switching between the password list and sync pages.
  • Fixed database persistence bug by creating a custom SQLite persister to ensure compatibility with better-sqlite3.

7ddd3b9 - Add initial desktop app

  • Created the initial desktop application using Electron and Vite with the Sign In, Master Password Creation, Password List, and Add/Edit Password pages.
  • Built underlying local secure password store using better-sqlite3 and tinybase, all encrypted using Harry's Password Manager Core.
  • Implemented the secure storage to store device encryption and decryption keys using Electron's safeStorage API.

Thank you for using Harry's Password Manager!