It's a mod of Winlator Glibc with Box32 option. Winlator-Glibc is a fork of the official Winlator. The Glibc version provides additional performance and stability improvements. The goal is to provide more community friendly alternative. Collaboration are welcome.
This fork also represents the WinlatorXR version which runs the app in virtual headsets.
- Android 8 or newer with ARM64 CPU
- Compatible GPU (Adreno GPUs have the best support)
- Legacy storage support (according to reports Coloros 15 and Oxygenos 15 are unsupported)
- Clone the repository (requires
gitandgit-lfsinstalled)
git clone [email protected]:longjunyu2/winlator.git
cd winlator
git submodule update --init --recursive
git lfs pull
-
Open the project in the Android Studio (we target latest stable version)
-
Install dependencies the Android Studio asks for
-
Connect your phone via USB with USB debugging enabled
-
Click run (green play icon)
Winlator is an Android application that lets you to run Windows (x86_64) applications with Wine and Box86/Box64.
- If you are experiencing performance issues, try changing the Box64 preset to
Performancein Container Settings -> Advanced Tab. - For applications that use .NET Framework, try installing
Wine Monofound in Start Menu -> System Tools. - If some older games don't open, try adding the environment variable
MESA_EXTENSION_MAX_YEAR=2003in Container Settings -> Environment Variables. - Try running the games using the shortcut on the Winlator home screen, there you can define individual settings for each game.
- To display low resolution games correctly, try to enabling the
Force Fullscreenoption in the shortcut settings. - To improve stability in games that uses Unity Engine, try changing the Box64 preset to
Stabilityor in the shortcut settings add the exec argument-force-gfx-direct.
This project has been in constant development since version 1.0, the current app source code is up to version 7.1, I do not update this repository frequently precisely to avoid unofficial releases before the official releases of Winlator.
- GLIBC Patches by Termux Pacman
- Ubuntu RootFs (Focal Fossa)
- Wine (winehq.org)
- Box86/Box64 by ptitseb
- PRoot (proot-me.github.io)
- Mesa (Turnip/Zink/VirGL) (mesa3d.org)
- DXVK (github.com/doitsujin/dxvk)
- VKD3D (gitlab.winehq.org/wine/vkd3d)
- D8VK (github.com/AlpyneDreams/d8vk)
- CNC DDraw (github.com/FunkyFr3sh/cnc-ddraw)
Many thanks to brunodev85 (original Winlator) ptitSeb (Box86/Box64), Danylo (Turnip) and others.
