2 Free / The same local-first core packaged with Tauri.
Android
Android shares the desktop application, uses Keystore for the local key, and ships as a signed ARM64 APK. iOS is prepared in code but is not presented as a released platform.
01Input
Android obtains the local key from Keystore.
02Process
The same domain and encrypted database run the local-first experience.
03Outcome
The ARM64 APK is signed and published as a verifiable artifact.

How I built it
The mobile app reuses the Tauri core without pretending parity where the platform requires different treatment. Key management adapts to Android, and publication is limited to the platform that is actually shipped.