PWA · Android · Wear OS · Chrome OS
LYDOS on Android
Install LYDOS as a Progressive Web App today — full-screen, installable, offline-capable. WebAuthn + Android Credential Manager seal the KSL device key in StrongBox / TEE. A signed APK shell built with Capacitor 6 is on the roadmap.
Scan with Google Lens / Camera → opens in Chrome
1.Scan the QR — LYDOS opens in Chrome at
/m.2.Chrome will offer Install app, or use the three-dot menu → Add to Home screen. LYDOS now launches as its own app icon.
3.On first sign-in, the browser prompts BiometricPrompt to seal a KSL device key in StrongBox / TEE. Private key never leaves the secure element.
4.Works offline — service worker + IndexedDB outbox queue actions while disconnected and flush on reconnect with the hash-chained audit intact.
What you get on Android today
- • Installable PWA with full-screen WebAPK on Chrome / Edge.
- • BiometricPrompt-gated WebAuthn for KSL signing.
- • Service worker + IndexedDB outbox for offline edge actions.
- • Universal manifest registers your device against your account.
- • Same Cohorts, SPECs, marketplace and audit trail as the desktop.
Coming next: a signed APK / AAB built from the
mobile/ directory of our repo via Capacitor 6. It wraps the same web shell with native FCM push, Android BiometricPrompt and Wear OS tile support. Source ships first; Play Store distribution requires Play Console signing keys, and the build will be published with TUP provenance.