Skip Navigation

What do you use Waydroid for?

I tried Waydroid on Arch and its amazing. It runs Android apps flawlessly. And with a touchscreen device, I feel like I have an Android tablet running inside my Linux machine.

But I still don't know what to use it for...

What apps do you use with Waydroid? What use cases do you have for it?

94 comments
  • Android does have lots of games, and some apps that aren't as easy to use, or as good as in native linux. For example, some painting apps (krita is powerful, but can also overwhelm someone), video editors like capcut or lumafusion, audio apps. For most of everything else, there is a web browser on linux that can do the job better probably, and native apps. But overall, I'd say that Android apps aren't really that useful on linux, because they're mostly geared towards apps that you use on the go, while you usually sitting on a chair at home or work when you're using linux. To be honest, most native apps now have been replaced by a web browser, so either native linux or native android apps are only useful for high end professional usages (e.g. blender, video editing, etc) rather than everyday use.

    • aren't a lot of games aarch64 only? do they even support x86? I've attempted in the past to use waydroid for a game, but no way to install it on an x86 machine. Does waydroid support some kind of box64 layer?

      • There is an unofficial script that ads arm emulation. Note before anyone asks, it will not become officially supported by waydroid.

      • Only the ones that are written in compiling language. The ones written in java/cotlin can. Also, in x86 tablets there are special chips that have arm emulation in hardware for these compiled apps. But plain x86 desktop cpus don't have that. So it depends what app can work and what can't.

  • Reminds me that my daughter wanted to play Toca Life World on her PC. So I guess I would use it for that. As soon as I have the energy to do it.

  • Used to use it for Apple Music but Cider 2 does what I want now, especially since Apple started locking down AM on rooted devices (of which Waydroid basically is) for no good reason.

    • Cider doesn't support lossless, but then again neither does the version of android supported by waydroid currently

      • I was able to get lossless back then. It's a matter of enabling fake_wifi for the app in Waydroid. You have to play a track for it to activate, but that's also a bug I've experienced on my actual phone.

  • To make my system less secure lol

    • It is true that Waydroid isn't super secure. that being said, it is still just a mostly stock android (unless you download gapps). Root is not exposed to the container so unless an exploit is found it is reasonably secure. There are measures waydroid can take to make it more secure. but as it stands it's "not bad"

      • Android relies on SELinux for its app sandbox. On Fedora the Waydroid package has some SELinux rules, but not sure if they are as good.

        Daniel Micay answered under a Waydroid issue and at least on Android I fully trust his knowledge.

        I dont know about exposed root, but Waydroid uses LXC containers and not rootless Podman/Docker.

        The best solution would either be:

        • only run it on Fedora (no Problem for me)
        • harden the SELinux policy when needed
        • switch to a rootless container
        • or on other Distros, use a VM where you can fully control the environment
94 comments