KeepassUI
Developer
Nico Palumbo
About
I noticed that some of the commercial password managers don’t support desktop and mobile versions at the same time on their free versions. We can solve that problem using Keepass.
Additionally, Keepass has many ports, many of them to specific target platforms like Mac or Android. I thought it was interesting to explore writing a Keepass UI that can be released on many platforms from the same codebase!.

Installation
You can install this directly from the source code using the Fyne command as follows:
go install fyne.io/tools/cmd/fyne@latest
fyne install github.com/npalumbo/keepassui@latest
Or you can download the code directly from git:
git clone https://github.com/npalumbo/keepassui
