Home
Softono
alohomora

alohomora

Open source Vala
26
Stars
5
Forks
2
Issues
1
Watchers
4 months
Last Commit

About alohomora

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

Platforms

Web Self-hosted Linux

Languages

Vala

Links

Alohomora

GitHub Release License CI 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-4-dev
  • libgranite-7-dev
  • libsecret-1-dev

Build, Install and Run

# Clone repository and build application
git clone https://github.com/z0o0p/alohomora.git && cd alohomora

# Install and run application
flatpak-builder build io.github.z0o0p.alohomora.yml --user --install --force-clean
flatpak run io.github.z0o0p.alohomora

Contributions <3

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