z0o0p / alohomora

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:GNU General Public License v3.0


Languages

Language:Vala 93.7%Language:Meson 4.5%Language:Python 1.0%Language:CSS 0.8%