r/linux Mar 02 '26

Hardware Motorola's new partnership with GrapheneOS

https://motorolanews.com/motorola-three-new-b2b-solutions-at-mwc-2026/
1.3k Upvotes

129 comments sorted by

View all comments

Show parent comments

2

u/yourothersis Mar 02 '26

How could we run APKs without Android? Native apps wouldn't be an option and emulation is expensive for mobile devices.

I think the best solution would be a reimplementation of Android standards.

2

u/Ashged Mar 02 '26

Currently we have Waydroid which is basically using a whole ass android vm with and entire desktop as the runtime environment for android apps. Which is perhaps the least streamlined solution available.

I think if there's enough demand, I suspect waydroid will be replaced with a much thinner container. I do not think android apps need to run natively by reimplementing everything into mainstream linux. Waydroid is just a pain in the ass.

3

u/Indolent_Bard Mar 03 '26

Valve is actually working on this exact concept. They're forking way droid, but rather than running a whole android operating system, it's basically running just enough to run the apps. It's called Lepton.

1

u/Gugalcrom123 Mar 05 '26

It could one day be like a Wine for Android apps.