Show HN: FIDO2 PRF with TPM and Fingerprint Auth for Confer on Linux

https://vitorpy.com/blog/2025-12-25-confer-to-linux-tpm-fido2-prf/
by vpb • 7 months ago
3 0 7 months ago

I wanted to try Confer — Moxie Marlinspike’s private AI chat — but I don’t have a Mac lying around. Since it requires isUserVerifyingPlatformAuthenticatorAvailable(), and most Linux setups don’t qualify, I put together a minimal platform authenticator that works with what I have: a TPM and a fingerprint reader.

It’s a small bridge: Chrome extension + Go backend, using the TPM for key storage and fprintd for user verification.

Write-up: https://vitorpy.com/blog/2025-12-25-confer-to-linux-tpm-fido... Code: https://github.com/vitorpy/tpm-fido2-prf

Nothing fancy. No guarantees — it was a quick hack. But if it helps someone else get Confer working on Linux :)

Related Stories

Loading related stories...

Source preview

vitorpy.com