macOS
brew install git-credential-libsecretlocal Homebrew formula metadata
brew
Git helper for accessing credentials via libsecret. Version 2.55.0 via Homebrew; verified 2026-06-29.
install
brew install git-credential-libsecretlocal Homebrew formula metadata
sudo apk add git-credential-libsecretAlpine Linux edge package indexes · git-credential-libsecret · source: dl-cdn.alpinelinux.org
sudo dnf install git-credential-libsecretFedora Rawhide package metadata · git-credential-libsecret · source: dl.fedoraproject.org
sudo zypper install git-credential-libsecretopenSUSE Tumbleweed package metadata · git-credential-libsecret · source: download.opensuse.org
overview
Git helper for accessing credentials via libsecret
history
git-credential-libsecret is Git's Linux Secret Service credential helper. It lets Git store and retrieve HTTPS credentials through libsecret-backed wallets such as GNOME Keyring or KDE Wallet instead of keeping long-lived credentials in plaintext files.
The helper entered Git's contrib area in 2016. Its initial Git commit describes it as based on the earlier GNOME Keyring helper, replacing the deprecated, GNOME-specific libgnome-keyring library with libsecret and the XDG Secret Service API.
Later Git-side changes kept the helper aligned with Git's credential protocol. A 2017 change made it unlock locked secrets through the Secret Service interface, and 2023 changes added storage for password expiry and OAuth refresh-token attributes while preserving compatibility with older stored credentials.
Git's credential-helper documentation lists git-credential-libsecret alongside macOS Keychain and Windows Credential Manager as the Linux secure persistent storage option. That placement made it part of the standard Git credential-helper ecosystem rather than a standalone password-manager integration.
Linux package managers expose it as a separate package because the helper depends on libsecret and desktop secret-service libraries that are not always part of a minimal Git build.
Practitioners configure it through Git's `credential.helper` setting, usually in `~/.gitconfig`, `$XDG_CONFIG_HOME/git/config`, or a repository `.git/config`. After configuration, Git invokes `git credential-libsecret` through the credential-helper protocol during HTTP authentication.
Its use case is workstation Git over HTTPS: the first authentication stores a username and password, personal access token, or generated token in the desktop secret service, and later fetch, pull, and push operations retrieve it without prompting.
For package maintainers, git-credential-libsecret is a small but important split from the main Git package. It is tied to desktop-secret-service dependencies, so distributing it separately keeps headless or minimal Git installs lean while giving Linux desktop users OS-integrated credential storage.
It also illustrates Git's extension model: a helper in `contrib/credential` can become a distro-facing executable without changing Git's core credential protocol.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.gitconfig$XDG_CONFIG_HOME/git/config.git/configexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
git-credential-libsecret | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:git-credential-libsecret |
|---|---|
| Version | 2.55.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/git-credential-libsecret |
| Homepage | https://git-scm.com |
| Repository | https://github.com/git/git |
| Upstream docs | https://git-scm.com/doc/credential-helpers |
| License | GPL-2.0-or-later |
| Source archive | https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.55.0.tar.xz |
| Last updated | 2026-06-29T20:54:53Z |
| Pulse | updated |
| Dependencies | gettext, glib, libsecret |
| Build dependencies | pkgconf |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | git-credential-libsecret |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
git-credential-libsecret 2.54.0-r0
libsecret-based credential helper
sudo apk add git-credential-libsecretgit-credential-libsecret 2.54.0-1.fc45
Git helper for accessing credentials via libsecret
sudo dnf install git-credential-libsecretgit-credential-libsecret 2.54.0-2.1
Git credential backend using libsecret to access keyring
sudo zypper install git-credential-libsecretsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.