Wine 11.11 Released with Significant Wayland Improvements
Wine 11.11 released. Adds layered window support and alpha modifier support to Wayland driver. Includes SymCrypt bundle and 25 bug fixes.
On June 12, 2026, the Wine development team released development version Wine 11.11. In this bi-weekly regular release, several improvements were introduced to enhance the maturity of the Wayland driver.
Wine is an open-source compatibility layer for running Windows applications and games on Linux and other platforms, and is also known as the core technology behind Valve’s Steam Play (Proton). The 11.11 release notes include enhancements to window management in Wayland environments, replacement of the cryptography library, and numerous bug fixes.
Layered Windows in Wayland Driver
The biggest highlight of this release is the addition of layered windows support to the Wine Wayland driver. Layered windows are a Windows feature that enables windows with transparency or semi-transparent effects, essential for application UI representation.
At the same time, support has been added for minimum and maximum size hints for non-resizable windows, handling maximized and fullscreen states as fullscreen, and transparency processing via the alpha-modifier-v1 protocol. This allows Windows applications running on Wine to render more accurately on Wayland compositors.
According to Phoronix, the Wayland driver in Wine 11.11 is steadily expanding its features, and is expected to achieve parity with the existing X11 driver by the time of the stable Wine 12.0 release planned for early 2027. While Wayland is becoming the standard display server protocol for major Linux desktop environments, full support from compatibility layers like Wine contributes significantly to the maturity of the Linux gaming environment.
For information on developing and debugging Wayland compositors, the article on how to develop a Wayland compositor with atomic Fedora Silverblue is a useful reference.
SymCrypt Library Bundled
In Wine 11.11, the traditional TomCrypt has been replaced with the SymCrypt library as the cryptography library. SymCrypt is a core cryptography library provided by Microsoft, and its integration into Wine is expected to improve compatibility and performance of cryptographic processing.
Although specific performance figures have not been released, the behavior of applications involving encryption/decryption or secure communication may become more native-like. The library replacement can be evaluated as having long-term implications for maintaining compatibility.
Shared Memory and VBScript Improvements
Part of the USER32 window information code has been migrated to shared memory. This is expected to improve the efficiency of inter-process communication and reduce the load of system calls related to window management. In Wine’s architecture, functionality equivalent to Windows’ USER32.dll is implemented, and making its internal data structures shared memory is aimed at performance improvements in multi-threaded environments.
Compatibility improvements for the VBScript engine have also been implemented. Some legacy Windows applications rely on VBScript, making this an important fix for Wine adoption in enterprise environments.
25 Bug Fixes Cleared
A total of 25 bug fixes have been applied, covering a wide range of issues. These include fixes for Microsoft Money 2000, as well as adjustments for Marvel’s Spider-Man Remastered, Total War: Shogun 2, and Battle.Net. In particular, Microsoft Money 2000 is an application that was released nearly a quarter of a century ago, demonstrating Wine’s commitment to long-term compatibility maintenance.
Wine’s development cycle remains stable, and its reliability as a Windows compatibility environment on Linux continues to improve year by year. Additionally, the evolution of the Linux kernel itself supports the ecosystem. As reported in Linux 7.1-rc7 expands AMD Zen 6 CPU models, expanded hardware support on the kernel side may indirectly benefit Wine’s performance.
Editorial Opinion
Wine 11.11 can be considered a release that symbolizes the maturation of Wayland support. The addition of layered windows and alpha modifier support is essential for modern Windows applications that make heavy use of graphical effects, and with these implemented in the Wine Wayland driver, compatibility in native Wayland environments has taken a step forward. In the short term, especially for gaming, Wayland support in Steam Play (Proton) is likely to accelerate, directly improving the experience for Linux desktop users.
The transition to SymCrypt is an important decision by Wine to replace the compatibility layer for cryptographic processing with Microsoft’s official implementation. In the long run, this offers the advantage of easier synchronization with Windows security updates and contributes to Wine’s reliability. On the other hand, there is compatibility risk associated with switching from TomCrypt to SymCrypt, so it will be necessary to monitor future bug reports.
With Wine 12.0 stable planned for early 2027, achieving Wayland driver parity with X11 has been set as a goal. As the editorial team, we need to pay attention to the speed at which the Wine project completes Wayland support, as well as how the SymCrypt integration affects third-party cryptographic processing.
References
- Wine 11.11 Released With Wayland Improvements - Phoronix — published 2026-06-12
- WineHQ official site: https://www.winehq.org/ (downloads and detailed information)
Frequently Asked Questions
- How far along is Wayland support in Wine 11.11?
- Wine 11.11 adds layered window support, alpha modifier support, and minimum/maximum size hints to the Wayland driver. Full parity with the X11 driver is expected to be achieved with the stable Wine 12.0 release (planned for early 2027).
- What does the bundling of SymCrypt bring?
- The traditional TomCrypt has been replaced with Microsoft's SymCrypt cryptography library integrated into Wine. This is expected to improve compatibility and performance of cryptographic processing in Windows applications. Specific benchmark results have not yet been released.
- Do the bug fixes include older applications?
- Yes. In addition to fixes for legacy applications like Microsoft Money 2000, adjustments have been made for current games such as Marvel's Spider-Man Remastered and Battle.Net, demonstrating a commitment to compatibility across both old and new applications.
Comments