Skip to content

Navigation Menu

Sign in
Sign up

v0.1.0 #98

iinuwa announced in Announcements
Aug 15, 2025 · 1 comment
Discussion options

Initial Release 🎉

Includes support for:

  • authenticating with FIDO2 USB keys and hybrid devices

Disclaimer

Note: this is a pre-production release and is intended for testing, not for general use.

Please send us your feedback!


This discussion was created from the release v0.1.0.
You must be logged in to vote

Replies: 1 comment

Comment options

Here’s how things went for me on CachyOS (in case anyone’s interested):

Installed deps:

sudo pacman -Syu \
 curl git base-devel \
 meson ninja \
 gtk4 gettext dbus libverto openssl systemd-libs \
 desktop-file-utils \
 python-dbus-next \
 zip

Then built from source:

git clone https://github.com/linux-credentials/credentialsd
cd credentialsd
meson setup -Dprefix=/usr/local build-release
cd build-release
meson install

Got it running fine with the custom Flatpak Firefox build — worked across all sites I tested. On Android, I did see some cosmetic error messages when using hybrid transport with BLE, but functionality wasn’t affected.

Couldn’t get the webextension working in either standard Firefox or Flatpak Firefox (the latter expected, since it can’t hook into the portal anyway right?).

Linked the native messaging host with:

mkdir -p ~/.mozilla/native-messaging-hosts/
ln -s /usr/local/lib64/mozilla/native-messaging-hosts/xyz.iinuwa.credentialsd_helper.json ~/.mozilla/native-messaging-hosts/

Probably some dumb mistake on my side, but do not worry about that :)

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants

AltStyle によって変換されたページ (->オリジナル) /