PWA · iPhone · iPad · Apple Silicon Mac
LYDOS on Apple devices
Install LYDOS as a Progressive Web App today — full-screen, home-screen icon, offline-capable. WebAuthn seals a per-device KSL key with FaceID / TouchID. Native iOS / iPadOS shells are on the roadmap.
Scan with iPhone Camera → opens in Safari
1.Open Camera, scan the QR — LYDOS opens in Safari at
/m (mobile shell).2.Tap the Share icon → Add to Home Screen. LYDOS now launches full-screen with its own icon.
3.On first sign-in, WebAuthn prompts FaceID / TouchID to seal a KSL device key. Private key never leaves the Secure Enclave.
4.Works offline thanks to the service worker — actions queue locally and flush on reconnect, with the same hash-chained audit as the desktop.
What you get on iOS today
- • Full-screen home-screen install (PWA, iOS 16.4+ for Web Push).
- • WebAuthn-gated KSL signing — FaceID / TouchID seals the device key.
- • Service-worker offline cache + IndexedDB outbox for queued actions.
- • Universal manifest at
/api/mobile/manifestregisters your device against your account. - • Same Cohorts, SPECs, marketplace and audit trail as the desktop.
Coming next: a native iOS / iPadOS shell built with Capacitor 6 (under the
mobile/ directory in our repo). It wraps the same web shell with native APNs push, BiometricPrompt-style guardrails and Apple Watch glance support. Source code lands first; App Store distribution requires an Apple Developer Program membership and we will publish the build provenance via TUP.