Skip to content

Offline password manager with cross-platform synchronization

License

Notifications You must be signed in to change notification settings

philipp-reinhardt/Passy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Passy

https://glitterware.github.io/Passy

Passy is an offline password manager with cross-platfrom synchronization. 🔒

Github Latest Release F-Droid Latest Release Flathub Latest Release AUR Latest Release

Get it from the Snap Store

Passy is currently being submitted to:

  • ✔️ SnapCraft
  • ✔️ AppImageHub
  • ✔️ F-Droid
  • ❌ Google Play Store

Submissions will be finished until June 1 2023.

Contents

  1. Features
  2. Installing
  3. Exporting / Backups
  4. Building
  5. Privacy Policy

Features

  • 🔒 Security – All your information is encrypted in AES and stored offline on your devices, providing highest-tier security.
  • 🔄 Synchronization – Share data between separate devices within seconds.
  • 🖐️ Biometrics – Quickly unlock the app using your fingerprint.
  • 📚 Multipurpose – Store passwords, payment cards, notes, id cards and identities, all in one place.
  • ⚡ Autofill – Quickly fill fields in apps and websites without having to open the app.

Installing

Windows

Installer (Recommended)

  1. Download the installer from latest release. Windows installers are named in format Passy-<version>-Windows-Installer.exe;
  2. Run the installer and follow the instructions to complete installation.
  3. You can now open Passy from the Start menu.

To update Passy, simply repeat same steps with a newer version.

Passy can be removed by running its uninstaller from Programs and Features in the Control Panel. Your data will remain in C:\Users\<username>\Documents\Passy.

Portable

  1. Download the archive from latest release. Windows portable archives are named in format Passy-<version>-Windows-Portable.zip.
  2. Extract the archive to desired installation location.
  3. Run passy.exe inside the extracted folder to launch the app.

Android

F-Droid (Recommended)

APK

  1. Download the archive from latest release. APK archives are named in format Passy-<version>-Android-Apk.zip.
  2. Extract the .apk file inside the archive.
  3. Install the extracted .apk.

Linux

SnapCraft (Recommended)

Get it from the Snap Store

Get set up for snaps.

Flathub

Flathub Latest Release

AUR

AUR Latest Release

AppImage

It's most comfortable to run AppImages with the AppImageLauncher installed. It automatically integrates AppImages and their .desktop files into your program launcher for best user experience.

  1. Download the archive from latest release. AppImage archives are named in format Passy-<version>-Linux-AppImage.zip.
  2. Extract the .AppImage file to desired installation location.
  3. Run the .AppImage as a program.

Bundle

  1. Download the archive from latest release. Linux bundle archives are named in format Passy-<version>-Linux-Bundle.zip.
  2. Extract the archive to desired installation location.
  3. Run passy inside the extracted folder to launch the app.

Exporting / Backups

Passy (Recommended)

  1. Launch the app.
  2. Login into the account you wish to back up.
  3. Go to account settings by pressing the cogwheel at the right top of the screen.
  4. Press Backup & Restore.
  5. From here you will be able to backup or restore your account data.

Windows

  1. Go to C:\Users\<username>\Documents.
  2. All Passy data is stored inside the folder named Passy, you can make a copy of it elsewhere to backup all accounts if you wish.

Linux

  1. Go to /home/<username>/Documents.
  2. All Passy data is stored inside the folder named Passy, you can make a copy of it elsewhere to backup all accounts if you wish.

Building

Passy is open-source, feel free to make modifications to it and build it yourself. We're always very glad to see people exploring our projects. 👥

  1. Install Flutter.
  2. Clone the repository or get the source code from the latest Passy release.
  3. Run flutter build [subcommand] to build passy for your system. Passy can be built to windows, linux, apk and aab.

Build Options

Build options are specified with --dart-define=<option name>=<option value> (without angle brackets) after the build command.

Available options:

  • UPDATES_POPUP_ENABLED - Default is true, if set to false, the update popup will never show up on the login screen.

Privacy Policy

27 OCTOBER, 2022

Made with 💜 by Gleammer.

About

Offline password manager with cross-platform synchronization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 86.9%
  • C++ 5.3%
  • CMake 4.2%
  • Shell 1.7%
  • HTML 1.0%
  • C 0.3%
  • Other 0.6%