> ## Content Index
> Fetch the complete content index at: https://www.theleftshift.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Microsoft Open Sources Windows Subsystem for Linux After Nearly a Decade
- URL: https://www.theleftshift.com/microsoft-open-sources-windows-subsystem-for-linux-after-nearly-a-decade/
- Published: 2025-05-20T13:00:00.000Z
- Updated: 2025-05-20T13:00:00.000Z
- Description: The code is now live on GitHub under the Microsoft/WSL repository
- Author: The Left Shift Bureau
- Tags: Open Source, #a42

Microsoft has officially [open-sourced](https://blogs.windows.com/windowsdeveloper/2025/05/19/the-windows-subsystem-for-linux-is-now-open-source/?ref=theleftshift.com) the Windows Subsystem for Linux (WSL), nearly 10 years after its debut. 

The code is now live on GitHub under the Microsoft/WSL repository, giving developers the ability to download, build, and contribute directly to the tool that enables Linux distributions to run natively on Windows.

The open-source release includes key components like `wsl.exe`, `wslg.exe`, and the Linux-enabling binaries—though some parts, such as the WSL 1 driver `lxcore.sys` and certain file system modules, remain closed.

“It took us a little bit of time, because we needed to refactor the operating system to allow WSL to live in a standalone capacity that then allowed us to open-source the project and be able to have developers go and make contributions and for us to ingest those into the Windows pipeline and ship it at scale," Corporate Vice President, Windows + Devices, at Microsoft, [Pavan Davuluri](https://www.linkedin.com/in/pavand/?ref=theleftshift.com), [told](https://www.theverge.com/news/669286/microsoft-windows-subsystem-for-linux-open-source?ref=theleftshift.com) *The Verge.*

WSL debuted at Build 2016 with Windows 10 Anniversary Update, using lxcore.sys to run ELF binaries and Linux syscalls natively—now known as WSL 1, which remains supported.

 The latest 2.5.7 version now ships with Windows 11 24H2, featuring improved networking, GPU acceleration, and systemd support.