Proposal for a Linux credential management xdg portal D-Bus specification, including webauthn/passkey support
Rust
260
697 commits
updated Sep 18, 2026
A Linux Credential Manager API.
(Previously called linux-webauthn-platform-api.)
The primary goal of this project is to provide a spec and reference implementation of an API to mediate access to web credentials, initially local and remote FIDO2 authenticators. See GOALS.md for more information.
We have precompiled RPM packages for Fedora and openSUSE hosted by the Open Build Service (OBS). We also copy these for released versions to the release page.
There are several sub-packages:
credentialsd: The core credential servicecredentialsd-ui: The reference implementation of the UI component for
credentialsd.credentialsd-webextension: Binaries and manifest files required for the
Firefox add-on to functionAlternatively, you can build the project yourself using the instructions in BUILDING.md.
Right now, there are three ways to use this service.
There is a browser extension that allows you to test credentialsd without a
custom browser build. It overrides navigator.credentials.create() and
navigator.credentials.get() to route WebAuthn requests through the
credentialsd D-Bus service.
Two browsers are supported from a single unified codebase:
credentialsd-webextension package that you
installed.webext/add-on/ using the Chromium manifest. See
webext/README.md for
setup instructions.Currently, the extension only works for https://webauthn.io and https://demo.yubico.com, but can be used to test various WebAuthn options and hardware.
There is also an experimental Firefox build that contains a patch to interact
with credentialsd directly without an add-on. You can access a
Flatpak package for it on OBS as well.
We welcome contributions! See CONTRIBUTING.md for details.
Join the discussion on Matrix at #credentials-for-linux:matrix.org.
Here are some mockups of what this would look like for a user:

Alternatively, lock out the credential based on incorrect attempts.



See SECURITY.md for our security policy.
See the LICENSE.md file for license rights and limitations (LGPL-3.0-only).
Rust
68.8%
Python
21.8%
Meson
4.0%
JavaScript
2.5%
Blueprint
2.3%
Proposal for a Linux credential management xdg portal D-Bus specification, including webauthn/passkey support
Rust
260
697 commits
updated Sep 18, 2026
A Linux Credential Manager API.
(Previously called linux-webauthn-platform-api.)
The primary goal of this project is to provide a spec and reference implementation of an API to mediate access to web credentials, initially local and remote FIDO2 authenticators. See GOALS.md for more information.
We have precompiled RPM packages for Fedora and openSUSE hosted by the Open Build Service (OBS). We also copy these for released versions to the release page.
There are several sub-packages:
credentialsd: The core credential servicecredentialsd-ui: The reference implementation of the UI component for
credentialsd.credentialsd-webextension: Binaries and manifest files required for the
Firefox add-on to functionAlternatively, you can build the project yourself using the instructions in BUILDING.md.
Right now, there are three ways to use this service.
There is a browser extension that allows you to test credentialsd without a
custom browser build. It overrides navigator.credentials.create() and
navigator.credentials.get() to route WebAuthn requests through the
credentialsd D-Bus service.
Two browsers are supported from a single unified codebase:
credentialsd-webextension package that you
installed.webext/add-on/ using the Chromium manifest. See
webext/README.md for
setup instructions.Currently, the extension only works for https://webauthn.io and https://demo.yubico.com, but can be used to test various WebAuthn options and hardware.
There is also an experimental Firefox build that contains a patch to interact
with credentialsd directly without an add-on. You can access a
Flatpak package for it on OBS as well.
We welcome contributions! See CONTRIBUTING.md for details.
Join the discussion on Matrix at #credentials-for-linux:matrix.org.
Here are some mockups of what this would look like for a user:

Alternatively, lock out the credential based on incorrect attempts.



See SECURITY.md for our security policy.
See the LICENSE.md file for license rights and limitations (LGPL-3.0-only).
Rust
68.8%
Python
21.8%
Meson
4.0%
JavaScript
2.5%
Blueprint
2.3%