Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 821 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 821 Bytes

goKeeperViewer

Screenshot

Description

Simple viewer for KDBX-files. It's support only basic features and don't support extended features like saved binaries.

Build

First install fyne: go install fyne.io/fyne/v2/cmd/fyne@latest

Then build app: fyne build

On windows before build you must specify environment variables like:

Enable CGO: CGO_ENABLE=1

Define path to your GCC-binary: CC=C:\msys64\clangarm64\bin\gcc.exe

Windows on Arm64 issues

On arm64 devices with windows you need "OpenCL and OpenGL Compatibility pack":