Skip to content

v0.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Aug 17:52

Install

Arch Linux — install the attached package directly:

sudo pacman -U kvault-*.pkg.tar.zst

Debian / Ubuntu — download the attached .deb, then:

sudo apt install ./kvault_*.deb

Fedora / RPM-based — download the attached .rpm, then:

sudo dnf install ./kvault-*.rpm

Flatpak — download kvault.flatpak, then:

flatpak install --user kvault.flatpak
flatpak run io.github.timpalpant.kvault

From sourcekvault-*.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