The mobile Linux space is more active than most people realize. Projects like postmarketOS, Ubuntu Touch, and KDE Plasma Mobile have been chipping away at the idea that your phone or tablet has to run something made by Google or Apple.
And while none of them are household names yet, they are picking up real interest from power users who want more control over their hardware. Of course, most people stick with Android or iOS, and that is fine.
Both platforms are mature, well-supported, and not going anywhere. But for the ones who want something genuinely open and free of platform lock-in, things are getting better.
One such offering is Fedora Pocketblue Remix, which is a community-powered project that offers Fedora Atomic images for mobile devices.
Fedora Pocketblue Remix: What's in Store?

Before getting into the project, first let's talk about what Fedora Atomic actually is and why it matters here.
Traditional Linux installations are what you might call "mutable." You install packages, tweak configs, and over time the system drifts from its original state. That is fine for general use, but it can lead to breakage and makes it harder to reliably recover a broken system.
With Fedora Atomic, the base system is read-only and stays that way. Updates are applied as complete image swaps rather than individual package changes, similar in concept to how SteamOS handles updates on the Steam Deck. If something goes wrong, you can roll back to the previous image.
Pocketblue takes this foundation and adapts it for mobile hardware. Under the hood, it uses OCI containers, OSTree, and Bootc to build and distribute system images. These are built on top of upstream Fedora Atomic images Silverblue and Kinoite, so this is not a from-scratch derivative.
The available images vary slightly by device, but most supported hardware gets five variants with different interface options: GNOME Desktop, GNOME Mobile, Plasma Desktop, Plasma Mobile, and Phosh.
As for what's supported, the current list includes the Xiaomi Pad 5, Xiaomi Pad 6, OnePlus 6 and 6T, Xiaomi Poco F1, and the Orange Pi 3 LTS. As a side-note, the OnePlus 6/6T and Poco F1 both run on the Qualcomm SDM845 chipset, which has seen strong mainline Linux support over the years thanks to community effort.
The source code lives on GitHub, and the documentation site is a useful resource to get Fedora Pocketblue Remix installed on supported devices. There are also Matrix and Telegram communities for support and discussion.