1 分•作者: vpb•6 个月前
我想试试 Moxie Marlinspike 的私密 AI 聊天工具 Confer,但我手边没有 Mac。
因为它需要 isUserVerifyingPlatformAuthenticatorAvailable(),而大多数 Linux 设置都不符合条件,所以我搭建了一个与我现有设备兼容的最小平台身份验证器:一个 TPM 和一个指纹读取器。
它是一个小型的桥接器:Chrome 扩展 + Go 后端,使用 TPM 进行密钥存储,使用 fprintd 进行用户验证。
文章:<a href="https://vitorpy.com/blog/2025-12-25-confer-to-linux-tpm-fido2-prf/" rel="nofollow">https://vitorpy.com/blog/2025-12-25-confer-to-linux-tpm-fido...</a>
代码:<a href="https://github.com/vitorpy/tpm-fido2-prf" rel="nofollow">https://github.com/vitorpy/tpm-fido2-prf</a>
没什么特别的。不保证任何事情——这只是一个快速的尝试。
但如果它能帮助其他人让 Confer 在 Linux 上运行,那就好了 :)