privacybydesign / irmamobile

IRMA app for iOS and Android
Other
81 stars 20 forks source link

App for Linux phones requested #286

Open janvlug opened 3 months ago

janvlug commented 3 months ago

I use a Linux mobile phone (Librem 5). I would like to be able to use yivi from my phone. Could you please provide a mobile Linux app version of yivi? I think that a flatplak would be most convenient.

ivard commented 3 months ago

Flutter supports generating desktop applications for Linux, but I have no idea whether that also works on Linux Phone. Do you have experience with this?

If Flutter can target Linux Mobile devices, we are not there yet. There is a little bit of platform specific code in this project to handle some file management and to interact with the Secure Enclave (iOS)/TEE (Android). For other platforms, implementations should be added of these classes. Otherwise, it won't work. Do Linux Phones even have trusted execution environments on board?