Microsoft has officially open-sourced the Windows Subsystem for Linux (WSL), announcing the milestone at Build 2025 after nearly a decade of development[1][3][6]. The WSL’s source code is now available to the public on GitHub, allowing developers to download, build from source, and contribute to its ongoing development. This open-sourcing marks a significant evolution for WSL, empowering community contributions and transparency[3][4].
WSL enables users to run a full Linux environment directly on Windows without the overhead of a virtual machine or dual-boot setup[2][7]. Initially released in 2016 with WSL 1 as a compatibility layer translating Linux system calls for the Windows NT kernel, WSL was later enhanced with WSL 2 in 2019, which includes an actual Linux kernel running in a lightweight virtual machine. This upgrade improved performance and compatibility, making WSL extremely popular among developers, especially those with cross-platform or open-source workflows[1][2][5][6].
The open source release covers major WSL components, including command-line tools (wsl.exe, wslg.exe), background services, and Linux-side daemons. However, some legacy components—such as the lxcore.sys driver for WSL 1 and certain proprietary filesystem libraries—remain closed source as they are tightly integrated with the Windows core[1][2][3].
Microsoft has further decoupled WSL from the Windows core, transforming it into a standalone app, which simplifies updates and continuing open-source development. Notable announcements at Build 2025 also include enhanced AI agent support in Windows 11, but the open-sourcing of WSL stands out for its impact on developers and administrators seeking both transparency and flexibility in cross-platform development[4][5].
Developers can now participate via GitHub—submitting issues, fixes, and enhancements. Existing WSL components like wslg (graphical support) and the WSL2 Linux kernel have already been open source, and this latest step completes the platform’s transformation into a community-driven project[3][6].
References
- [1] Microsoft open-sources Windows Subsystem for Linux at Build 2025 – BleepingComputer
- [2] Windows Subsystem for Linux – Wikipedia
- [3] The Windows Subsystem for Linux is now open source – Windows Blog
- [4] Microsoft is open sourcing the Windows Subsystem for Linux – Windows Central
- [5] Microsoft Open-Sources WSL Years After Its Debut – Linux Security
- [6] Microsoft makes the Windows Subsystem for Linux open source – Tom’s Hardware
- [7] Windows Subsystem for Linux Documentation | Microsoft Learn