Wine 11.6: Key Fixes and Revival of Android Support
On April 3, 2026, Wine 11.6 was released—an experimental release of the open-source Win32 API implementation for Linux, macOS, and BSD. The project released Wine 10.0 back in January 2025, followed by Wine 11.0 on January 13, 2026. Wine 12.0 is expected in early 2027. A team of around 2000 contributors fixed 28 bugs and introduced 261 changes. The main contributions came from 32 people.
Wine reliably runs over 5400 Windows programs out of the box and more than 4400 apps with some tweaks or external DLLs. 4086 programs have minor issues that don't affect core functionality.
Key New Features in the Release
Developers focused on critical compatibility areas and platform expansion. Key changes:
- Revival of the wineandroid driver for Android. Code updated for modern Gradle and Android versions. Wine on Android activity had slowed down previously: in 2024, discussions centered on DXVK/VKD3D-Proton and FEX for Windows games, but the Cassia project made little progress. The first attempts date back to 2013 (Wine on Android presentation) and even earlier (solitaire on Android).
- Heuristic for DLL loading order to support game mods—improves dynamic library loading in modified builds.
- Additional VBScript compatibility fixes that eliminate script crashes.
These improvements boost Wine's reliability in non-standard setups, which is key for mid- and senior-level developers porting Windows apps.
Compatibility Statistics and Project Development
The database of confirmed apps is growing steadily. The full list is available in the WineHQ AppDB. Breakdown by category:
- 5400+ programs — fully stable without any tweaks.
- 4400+ apps — work with tweaks or external DLLs (e.g., native DirectX).
- 4086 cases — minor glitches, but core features intact.
Wine releases follow a cycle: a stable major version annually, with monthly development releases in between. Wine 11.6 addresses bugs from the 11.x series, setting the stage for 11.7 and 12.0.
Developers should note the wineandroid evolution: switching to current Gradle simplifies builds for Android 14+. This paves the way for x86/x64 emulation on ARM devices without Box64 or wrappers like FEX.
Key Takeaways
- Revival of wineandroid: updates for Gradle and newer Android versions—a step toward native Win32 emulation on mobile.
- DLL loading heuristic: simplifies game modding and resolves library init order conflicts.
- VBScript fixes: boosts compatibility for legacy scripts in enterprise apps.
- 261 commits + 28 bugfixes: emphasis on stability for 14k+ apps.
- Release cycle: Wine 12.0 in Q1 2027 with expected Vulkan/DirectStorage improvements.
Prospects for Developers
Wine 11.6 is relevant for testing Windows software on non-Windows platforms. Senior devs will value wineandroid for CI/CD on Android emulators or edge cases (like games via DXVK). Keep an eye on the WineHQ bugzilla for updates on mods and Android.
— Editorial Team
No comments yet.