zalando/go-keyring
Cross-platform keyring interface for Go observed · 2026-08-28
Health v2 · maintenance only
78/100
- Activity 94
- Release rhythm 44
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 256.5
- age_days: 3698
- days_rel: 163
- days_push: 40
- n_releases_24m: 3
Adoption not part of the score
1321 stars · 119 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A cross-platform Go library for setting, getting, and deleting secrets in the operating system's native keyring (macOS Keychain, Windows Credential Manager, Linux/BSD Secret Service via dbus). It avoids C bindings so statically linked binaries remain easy to build.
Use cases
- store api credentials locally in a go cli
- save user passwords in the system keychain
- securely persist tokens on macos linux and windows
- avoid storing secrets in plaintext config files
- retrieve keyring secrets from a go application
When to choose
- you need OS-native credential storage in a Go program
- you want statically linked binaries without C bindings
- you're building a CLI that must remember user credentials between runs
When to avoid
- you need secrets storage in a non-Go language
- your target Linux environment lacks a Secret Service dbus provider like GNOME Keyring
- you need cross-platform encrypted file-based storage rather than OS keyrings
Facets
library · maturity active
auth security cryptography developer-tools security developer-tools cross-platform windows go cross-platform keyring keychain secret-storage credentials dbus secret-service macos linux
1 source
- readme: https://github.com/zalando/go-keyring · fetched 2026-08-28 · 033d30844dd0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| zalando/go-keyring | main | 78 |
For agents
markdown · JSON · MCP: product_card(name="zalando/go-keyring")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem