What is BioKey?
BioKey is an open-source biometric authentication protocol that transforms your fingerprint into a cryptographic identity. Unlike traditional passkey systems that store credentials in vendor clouds (iCloud, Google Password Manager), BioKey derives your identity directly from your biometric authentication — giving you true ownership without any middleman.Zero Server Storage
No biometric data ever leaves your device. The server stores only public keys.
Vendor Independent
No lock-in to Apple, Google, or Microsoft. You own your identity.
WebAuthn PRF
Uses hardware-backed PRF extension with HKDF fallback for maximum compatibility.
Open Protocol
CC0-licensed specification that anyone can implement or build upon.
How It Works
BioKey uses two key derivation methods, automatically selecting the best available: V2 — PRF (Preferred)Key Features
Passwordless Authentication
Passwordless Authentication
No passwords to remember, no credentials to store. Your fingerprint is your password.
Cross-Platform Support
Cross-Platform Support
Works on any device with a platform authenticator (fingerprint sensor, Face ID, Windows Hello).
Multi-Package Ecosystem
Multi-Package Ecosystem
Core library, browser SDK, React hooks, and auth server — use what you need.
Offline Capable
Offline Capable
Supports local-only authentication without a server for device unlock scenarios.
Open Standard
Open Standard
Complete protocol specification (CC0 licensed) for interoperable implementations.
Quick Example
Get Started
Quickstart
Get up and running with BioKey in 5 minutes
Installation
Install BioKey packages for your platform
How It Works
Deep dive into the key derivation mechanism
Protocol Spec
Read the complete open protocol specification
Why BioKey?
Traditional authentication systems force you to choose between security and convenience. Passwords are inconvenient and weak. Passkeys are convenient but lock you into vendor ecosystems. BioKey provides both security and convenience while giving you complete ownership of your identity.Platform Support: BioKey works on any device with a platform authenticator. PRF support (V2) is available on Android Chrome and Safari 18+. V1 fallback ensures compatibility on all WebAuthn-capable platforms.
Architecture
BioKey is distributed as a monorepo with four packages:- biokey-core — WebAuthn + HKDF primitives for key derivation
- biokey-js — Browser SDK with full enrollment and authentication flows
- biokey-react — React hook (
useBioKey) for easy integration - biokey-server — Reference auth server (Bun + Hono + SQLite)