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.