Wine 11.14 lands with FreeBSD WoW64, full 7.1 audio, and TLS 1.3 crypto tweaks
The third development release in the 11.x branch brings platform expansion and fills a long-standing surround-sound gap.
Wine 11.14 dropped on July 24, 2026, bringing FreeBSD into the 32-bit Windows era, extending DirectSound to 7.1 surround, and adding AES-GMAC support to the cryptographic provider. It’s the third research release in the 11.x series, and it follows the exact same biweekly rhythm that’s kept the branch ticking since January.
The 11.x development line hasn’t missed a beat. Version 11.0 shipped back in mid-January, 11.13 hit on July 10, and 11.14 arrived exactly two weeks later. Alexandre Julliard has been steering the ship, and the commit logs show 45 contributors pushing code through GitLab all month. Tracking that many hands across thousands of lines of C feels like herding cats, but the consistency is hard to argue with.

Audio, crypto, and the FreeBSD bridge
DirectSound finally handles the complete speaker chain. Previously, Wine capped out at 5.1 surround, which left 7.1-capable titles stuttering or routing channels through the wrong drivers. Arkadiusz Hiler, Lakulish Antani, and Anton Baskanov refactored the mixer code to cover mono, stereo, quad, 5.1, and 7.1 formats. Next, the audio stack. If you’ve ever noticed a racing sim or flight trainer complaining about missing channels, this closes that gap.
AES-GMAC support landed in BCrypt, courtesy of Hans Leidekker. It’s the message authentication piece that TLS 1.3 and several Microsoft protocols depend on. Keep in mind that while Wine has shipped TLS 1.3 headers before, missing the GMAC constant meant some handshake sequences would still fail. That should change for a chunk of modern networking-dependent Windows apps.
The real headline for platform junkies is the WoW64 implementation on FreeBSD. Alexander Shaikhulin wired up 32-bit Windows application execution directly on 64-bit FreeBSD. It required a new wow64 mode in ntdll and some kernel-level workarounds for AMD SYSRET descriptor behavior. FreeBSD users can finally run a respectable stack of older 32-bit software without spinning up an extra VM layer.
Start Menu icons now render next to items in Wine’s explorer shell. It’s a small visual parity win, but it arrived alongside heavy XML/DOM work by Nikolay Sivov in msxml3 that added DTD notation and entity node support. On top of that, NtAlpcCreatePort() finally gives modern Windows inter-process communication a real implementation. Patched alongside the feature work are 21 bug fixes covering Falcon BMS, Age of Empires I & II, Heroes of the Storm, and a Word 2016 hang that frustrated a lot of Office power users. Not bad for a two-week sprint.
The biweekly grind doesn't stop
Wine’s release rhythm hasn’t wavered. A strict 14-day cadence isn’t just a calendar exercise, it means the codebase is getting stress-tested constantly before 11.0 hits stable. The FreeBSD WoW64 work is genuinely useful, though it’s worth remembering that Wine on FreeBSD has historically been a second-class citizen. This changes the equation, but don't expect every DirectX wrapper to behave flawlessly on day one. The AES-GMAC addition is equally conditional.
If you want to compile it yourself, the source tarball is live at dl.winehq.org, and the release announcement sits on GitLab Wine/Wine. The biweekly cycle means 11.15 drops around August 7, and the path to a stable Wine 11 release keeps getting shorter.