Install
Arch Linux — install the attached package directly:
sudo pacman -U kvault-*.pkg.tar.zstDebian / Ubuntu — download the attached .deb, then:
sudo apt install ./kvault_*.debFedora / RPM-based — download the attached .rpm, then:
sudo dnf install ./kvault-*.rpmFlatpak — download kvault.flatpak, then:
flatpak install --user kvault.flatpak
flatpak run io.github.timpalpant.kvaultFrom source — kvault-*.tar.gz is the release tarball used by
the release PKGBUILD. A .sha256 accompanies every artifact.
Your master password never leaves the device: it is used locally to
derive the keys that decrypt the vault, and only a one-way hash of
it is sent to the server.
Full Changelog: v0.1.0...v0.1.1