valawarden
valawarden copied to clipboard
Unofficial native Bitwarden client for elementary OS
I get the following error when unlocking the vault `./app: line 49: 19693 Segmentation fault ./com.github.liljebergxyz.valawarden "${@:2}" `
Currently Valawarden doesn't call prelogin to figure out the KDF iterations, this should be fixed asap.
Valawarden partially works in macOS (tested on mojave) if you install the following through brew: ``` meson libgcrypt gtk+3 libsoup json-glib ossp-uuid libgee ``` And then manually build [granite](https://github.com/elementary/granite). If...
It has been a great time writing and making Valawarden so far, but I feel like it needs some refactoring and clean up codewise to make it easier to work...