this post was submitted on 10 May 2026
31 points (100.0% liked)

Linux Phones

3505 readers
50 users here now

The Discussion on Linux-based Phones.


Benefits:

  • Hardware freedom.
  • Perfect operating-system competition.
  • Full utilization of specs.
  • Phone lifespan raises to 10+ years.
  • Less e-waste.

Linux Mobile Distros:

  • Sailfish🇫🇮
  • FuriOS🇺🇸
  • Ubuntu Touch🇩🇪
  • Postmarket OS🇨🇭
  • Mobian
  • Pure OS🇺🇸
  • Plasma Mobile🇩🇪
  • LuneOS
  • openSUSE Mobile🇩🇪
  • Nemomobile
  • Droidian
  • Mobile NixOS
  • ExpidusOS
  • Maemo Leste
  • Manjaro Arm
  • Tizen
  • WebOS

Linux Mobile Hardware:

  • Jolla Phone🇫🇮
  • Shift Phone🇩🇪
  • FLX1🇺🇸
  • Fairphone 5🇳🇱
  • Volla Phone🇩🇪
  • Librem 5🇺🇸

⚙️Contribute

🧼Go Clean From the Duopoly:

💻Related Communities:

📰News:

💬Messager:

⌚️Watch:


founded 2 years ago
MODERATORS
 

Hi, I was wondering. iOS ans Android development is a pain in the ass, and requires (for the most part) some sort of native framework and language to make them work on those platforms.

I was wondering. How is development for Linux phones? I am guessing you would have to develop to the specific OS branch, like /e/os or PostmarketOS, to make it work on each devices, or is there a common language that just makes it executable for all linux platforms, so I only have to develop and deploy once, and then I will be able to put it on Ubuntus marketplace, etc? Anyone in here got any experience with this?

you are viewing a single comment's thread
view the rest of the comments
[–] Korhaka@sopuli.xyz 3 points 2 months ago (1 children)

Depends on what you are trying to make, web app that is tested primarily on firefox is probably the easiest.

If it compiles on Linux desktop it can compile on a phone too, although only tried that a couple times with CLI stuff so far.

[–] Bullerfar@lemmy.world 1 points 2 months ago (2 children)

I think this should be the biggest selling point of both devs out there, but also users, since it's crossover from desktop to your phone is so Smooth. Would be epic if you could have a linux os, that cross syncs to both you phone, tablet and phone via local wifi or something.

[–] Korhaka@sopuli.xyz 2 points 2 months ago (1 children)

My Linux PC does sync data to my phone already. Linux and Android. Though file permissions are better on Linux, easier to setup properly.

[–] Bullerfar@lemmy.world 1 points 2 months ago (1 children)
[–] Korhaka@sopuli.xyz 2 points 2 months ago (1 children)
[–] Bullerfar@lemmy.world 1 points 2 months ago (1 children)

And you can costomize which folders etc. You wanna sync, browser data etc?

[–] Korhaka@sopuli.xyz 1 points 2 months ago

If I want to browse files on another device I use SSH. Rsync will sync what ever I tell it to.

[–] nykula@piefed.social 2 points 2 months ago

Syncthing does synchronize the Documents directory between my phone (LineageOS), laptop (Windows) and netbook (Debian) over the phone's Wi-Fi access point. IIRC this is discouraged by Android security model so might only work temporarily. However, for me it's very useful.