Story Details

  • The Windows Subsystem for Linux is now open source

    Posted: 2025-05-19 16:14:15

    Microsoft has open-sourced core components of the Windows Subsystem for Linux (WSL), specifically the kernel, drivers, and utilities that make up the user-mode based architecture of WSL itself. This includes the Linux kernel specifically built for WSL, as well as components like the wsl.exe command-line tool. The source code is available under the GPLv2 license on GitHub, allowing community contributions and increased transparency. While this move opens up WSL development, the underlying virtualization technology and Windows integration remain closed-source. This open-sourcing aims to foster collaboration with the Linux community and improve WSL's functionality.

    Summary of Comments ( 991 )
    https://news.ycombinator.com/item?id=44031385

    Hacker News commenters generally expressed cautious optimism about WSL being open-sourced. Some questioned the GPLv2 license choice, wondering about its implications for driver development and potential future monetization by Microsoft. Others pointed out the limitations of the current open-source release, noting that kernel modifications still require rebuilding from source and expressing a desire for a more streamlined process. Several commenters discussed the benefits of this move for interoperability and developer experience, while others speculated about Microsoft's motivations, suggesting it could be a strategic play to attract more developers to the Windows ecosystem or potentially influence future Linux development. A few expressed concern over the potential for increased complexity and maintenance burden.