
There are two ways to play PC games on a phone in 2026: stream them from somewhere else, or run them locally. Streaming gets the headlines (Steam Link, GeForce Now, Xbox Cloud), but a quieter scene of Wine and Box64 ports has been quietly making local play actually possible. The catch is that the tools live in legal grey zones, fork constantly, and run best on flagship phones with serious RAM and Snapdragon’s newest GPUs.
We tested seven apps that let you run actual Windows games on Android without streaming a thing. The picks below cover everything from Winlator (the dominant project as of mid-2026) to community rebuilds, command-line shells, and the legacy tools that started the scene.
What to look for in a Windows-on-Android app
- Wine and DXVK versions. Recent Wine and Vulkan-translation layers are what make modern DirectX games run. Check the project’s changelog.
- CPU architecture support. Some apps target arm64 only. Others ship Box86 or Box64 wrappers for x86 binaries.
- Controller and keyboard mapping. Touch-emulated WASD only gets you so far. Look for Bluetooth controller profiles and per-game key remapping.
- Storage handling. Games are 30-100 GB now. Apps that expose Android’s scoped storage cleanly avoid filesystem pain.
- Performance per chip. Snapdragon 8 Gen 3 and newer are where the scene comes alive. Older chips can still run lighter Steam titles.
- Active maintenance. Wine moves fast and the Android forks need to keep up. Stale projects break against current Android releases.
Quick comparison
| App | Best for | Free | Architecture | Standout feature |
|---|---|---|---|---|
| Winlator | Most actively maintained | Yes | x86_64 via Box64 | Bundled DXVK and VirGL |
| Mobox | One-click Wine setup | Yes | x86_64 | Curated game compatibility list |
| GameHub | Library manager | Yes | All | Unified shortcuts to Winlator and Mobox |
| Termux | DIY power-user shell | Yes | All | Full Linux userland for custom builds |
| ExaGear (legacy) | Older 32-bit Windows games | Discontinued | x86 only | The original Android-side Wine wrapper |
| Box86 Droid | x86 Linux binaries on ARM | Yes, open source | x86 to ARM | Companion translator for Wine setups |
| MicroWine | Lightweight community fork | Yes | x86_64 | Smaller download, faster cold start |
The apps
1. Winlator — Best overall and most active
Winlator is the project the scene gathered around in 2024 and the one most newcomers should start with. It bundles a recent Wine, the Box64 x86 translator, the DXVK Vulkan translation layer, and a VirGL guest driver into a polished Android shell. The launcher gives you a per-shortcut config screen for graphics settings, controller binding, and Wine prefixes. Compatibility with mid-2010s Steam catalogue games is the best of any current tool.
Where it falls short: Modern AAA titles still mostly don’t run. Performance on chips below Snapdragon 8 Gen 2 is rough. The official APK distribution isn’t on Google Play.
Pricing: Free.
Platforms: Android.
Bottom line: If you only install one Windows-on-Android tool in 2026, install Winlator.
2. Mobox — Best for one-click setup
Mobox is the community Wine wrapper that focuses on getting users from install to first game in under five minutes. It ships a curated compatibility list of games known to work, downloads the right Wine prefix on demand, and abstracts most of the configuration. The trade-off is less per-game flexibility than Winlator, but for non-tinkerers it’s the friendlier on-ramp.
Where it falls short: Curated list is smaller. Tinkerers will hit walls.
Pricing: Free.
Platforms: Android.
Bottom line: Mobox is the right pick for first-timers who want a working game, not a Wine education.
3. GameHub — Best library manager
GameHub isn’t a Wine runtime, it’s the manager that sits on top of Winlator, Mobox, and Termux. Add an installed PC game, and GameHub builds a phone-grade shortcut with cover art pulled from the IGDB database. The result is a Steam-style library on your phone home screen that hides which Wine variant is doing the work.
Where it falls short: Doesn’t add features on its own. If Winlator can’t run a game, GameHub can’t fix it.
Pricing: Free.
Platforms: Android.
Bottom line: Install GameHub once your game library reaches more than three titles.
4. Termux — Best DIY power-user shell
Termux is the Linux userland that’s been the foundation of the Android-on-x86 scene for a decade. It gives you a real shell with apt-style package management, lets you build Wine and Box64 from source, and provides the playground for community scripts that automate setup. Most of the Winlator forks started as Termux projects.
Where it falls short: Steep learning curve. Not for users who want point-and-click.
Pricing: Free.
Platforms: Android.
Bottom line: Termux is the foundation if you want to customise the entire stack.
5. ExaGear (legacy) — Best for older 32-bit Windows games
ExaGear was the original commercial Wine-on-Android wrapper that pioneered the entire scene. It was discontinued in 2019 but the legacy APKs still install and still run a respectable lineup of older 32-bit Windows games (Heroes of Might and Magic III, Stardew Valley pre-1.5, Diablo II). The catch: no further updates, no Vulkan path, and increasingly rough on modern Android versions.
Where it falls short: No support. No new features. Some games it used to run no longer do on Android 13+.
Pricing: Free (legacy APK only).
Platforms: Android.
Bottom line: Keep ExaGear around if you have a specific 32-bit game it ran in 2018 that you can’t get going in Winlator.
6. Box86 Droid — Best x86 Linux translation
Box86 Droid is the Android packaging of the Box86 x86-to-ARM translator. It runs x86 Linux binaries on ARM phones, which matters because most PC games shipping Linux builds (Steam Proton runtimes, indie Linux ports) target x86. Pair Box86 with Termux and you have a phone-side Wine-free path to Linux gaming.
Where it falls short: Not a complete solution on its own. You need Termux or a wrapper.
Pricing: Free, open source.
Platforms: Android.
Bottom line: Box86 Droid is the right tool for the few games that ship native Linux binaries.
7. MicroWine — Best lightweight community fork
MicroWine is the community fork that strips Winlator down. The base install is smaller, cold starts are faster, and the configuration UI prioritises the three settings that usually need to change. Compatibility is narrower than full Winlator but the trade-off is appealing on phones with limited storage.
Where it falls short: Smaller default game list. Some Winlator-specific patches haven’t merged yet.
Pricing: Free.
Platforms: Android.
Bottom line: MicroWine is the right pick if you have a mid-range phone and you want to try a specific game without committing 5 GB to Wine prefixes.
How to pick the right one
- If you’re starting from zero: Mobox first, then Winlator when you outgrow it.
- If you have a flagship phone and a Steam library: Winlator with GameHub on top.
- If you build your own setups: Termux plus Box86 plus Wine from source.
- If you have a specific old 32-bit Windows game: Try ExaGear before anything else.
- If you have a Linux-native game: Termux plus Box86 Droid.
- If you want a smaller footprint: MicroWine.
Hardware matters more than the app you choose. A Snapdragon 8 Gen 3 phone with 16 GB of RAM and an active cooling case will run things a Snapdragon 7 Gen 1 phone can’t. Set expectations against the chip, not the Wine version.
FAQ
Can I run Steam on Android?
Yes, with Winlator or Mobox, you can install the Windows Steam client and launch parts of your library. Not every game runs, and a lot of newer titles with kernel-level anti-cheat are off the table.
Is Winlator legal?
The tool itself is open source and legal. Running Wine doesn’t infringe anyone’s copyright. The games you run must be ones you legally own.
Why isn’t Winlator on Google Play?
Google Play’s policies around emulators and Wine are restrictive. Winlator distributes APKs through GitHub and community mirrors.
What’s the difference between Winlator and Steam Link?
Winlator runs the Windows game on your phone, using your phone’s CPU and GPU. Steam Link runs the game on a remote PC and streams the video to your phone. Winlator works offline; Steam Link needs a fast network connection.
Will this run modern AAA games?
Mostly not. Wine and DXVK are catching up but AAA games with anti-cheat, DRM, or DirectX 12-exclusive features still struggle on Android. The sweet spot is mid-2010s and indie titles.