Skip to content

An easy-to-use password manager designed for elementary OS in Vala.

License

Notifications You must be signed in to change notification settings

z0o0p/alohomora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alohomora

License Build Status Open Issues

Alohomora is a free and open-source password manager designed for elementary OS and built using Vala and Gtk. It manages your passwords in a user-friendly manner while ensuring security.

Alohomora leverages the libsecret-1 library package to store passwords securely into the device keyring.

Get it from elementary OS AppCenter!

Get it on AppCenter

This app is available on the elementary OS AppCenter. Head over there to download and install Alohomora.

Building and Installation

You can build and install Alohomora from the source. Ensure that you have the required dependencies installed.

Required Dependencies

  • meson
  • valac
  • libgtk-3-dev
  • libgranite-dev
  • libsecret-1-dev

Build, install and run

# Clone repository and build application
git clone https://github.com/z0o0p/alohomora.git
cd alohomora
meson build --prefix=/usr
# Install and run application
cd build
ninja && sudo ninja install
./com.github.z0o0p.alohomora

Contributions <3

Anyone willing to contribute to this project is most welcome. Please refer to the contributing guidelines to get started.