Linux Mobile Support

Bitwarden should work on Linux Mobile (e.g. PinePhone)

There are two approaches to achieving this:

  1. make the Electron app more adaptable to screen size (shouldn’t be difficult; I already looked into it a bit)
  2. look into generating a mobile GTK app (using Gtk#)

I’m considering taking this on, but I want to be reasonably sure that 1) no one is already doing this and 2) if I succeed that it will be accepted by upstream.

Thoughts, anyone?

1 Like

The mobile code uses Xamarin to support both iOS and Android.

Do you know if Mono (or .Net core) is supported on the PinePhone ?

If that’s the case maybe the porting won’t be that hard.