News

Microsoft Open Sources Tool to Run More Linux Distros on Windows 10

Microsoft has open sourced a tool that helps Linux distribution maintainers and other developers run their OS packages on Windows 10.

The company last summer launched the Windows Subsystem for Linux (WSL) for the Windows 10 Fall Creators Update. It's a compatibility layer allowing Linux binary executables to run natively on Windows 10.

While support for running some popular Linux distros on Windows 10 has been added since then and are available via the Windows Store (such as Ubuntu), there are hundreds more, ranging from popular community-backed offerings to single-developer-created specializations.

This week, the company announced its new GitHub-based WSL DistroLauncher Sample.

Written in C++, it's aimed at:

  • Official Linux distribution maintainers, who can package and submit a distro as an appx running on WSL and available in the Microsoft store.
  • Other developers, who can create their own specialized distros that can bypass the store distribution and be sideloaded onto their individual machines.

Those individual developers in the latter camp can get started with this guidance, while official distribution maintainers need to work with the company to get publishing approval.

"We know that many Linux distros rely entirely on open source software, so we would like to bring WSL closer to the OSS community," said Microsoft's Tara Raj in a blog post. "We hope open sourcing this project will help increase community engagement and bring more of your favorite distros to the Microsoft Store."

She further explained how the company distributes Linux distros for WSL. "We distribute Linux distros for WSL as UWP applications through the Microsoft Store. You can install those applications that will then run on WSL -- the subsystem that sits in the Windows kernel. This delivery mechanism has many benefits as discussed in an earlier blog post."

Announced two days ago, the GitHub project as of this writing has 245 stars and 23 forks.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events