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

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube