2026-04-03 07:23:31 -07:00
2026-04-01 17:13:43 -07:00
2026-03-31 22:34:36 -07:00
2026-03-31 22:34:36 -07:00
2026-03-29 11:04:38 -07:00
2026-03-29 11:04:38 -07:00
2026-03-31 22:34:36 -07:00
2026-03-31 23:13:10 -07:00
2026-03-31 23:13:10 -07:00
2026-04-03 07:18:10 -07:00
2026-03-31 22:34:36 -07:00
2026-04-01 14:22:53 -07:00

KeePassGO

KeePassGO is a Go-based KeePass-compatible password manager targeting desktop first, with future Android support.

Current Capabilities

  • KDBX load and save
  • password-only, key-file-only, and composite master-key flows through the desktop product UI
  • master-key changes for existing vault sessions
  • WebDAV-backed open and save support in the session layer
  • password generation profiles
  • gRPC integration surface for trusted automation
  • template, attachment, group, history, and recycle-bin persistence

Run

go run .

Phone-sized preview:

go run . -mode phone

Test

go test ./...
go tool golangci-lint run ./...

KDBX security and KDF compatibility notes are documented in docs/kdbx-compatibility.md.

Build

Desktop build:

go build ./...

Android Packaging

KeePassGO uses Gio, so Android packaging is done with gogio.

The repo now has automated tests for the packaging contract:

  • default APK build arguments
  • required Android SDK / NDK / JDK layout checks

Those are covered by normal test runs:

go test ./...

Install:

go get -tool gioui.org/cmd/gogio@latest

Package:

go tool gogio -target android -icon assets/keepassgo-icon.png .

You will need the Android SDK and NDK installed and configured for real device or release packaging.

Automation

Desktop automation is resolved through the secure gRPC API rather than synthetic auto-type. See docs/desktop-automation.md.

S
Description
Go-based KeePass-compatible password manager
Readme 16 MiB
v0.8.2 Latest
2026-04-28 04:35:23 +00:00
Languages
Go 86.9%
JavaScript 5.2%
Java 5.1%
Python 1.9%
Makefile 0.5%
Other 0.4%