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

# Microsoft's Unexpected Move to Hand Over an Open-Source Project to the Wine Team: A Generous Shift?
- URL: https://itsfoss.com/news/microsoft-donates-mono-project/
- Published: 2024-08-29T17:06:18.000Z
- Updated: 2024-08-29T17:06:18.000Z
- Description: Wow! This is surprising. But, is it what it sounds like, or is it something else?
- Author: Sourav Rudra
- Tags: Open Source, News, #Import 2025-11-08 21:15

Usually, when one hears the words [Microsoft](https://www.microsoft.com/?ref=itsfoss.com) and open-source being used in the same sentence, they usually expect something bad to have happened. But, you see, Microsoft supports a [long list](https://opensource.microsoft.com/projects/?ref=itsfoss.com) of open-source projects that are used for various things.

One of those projects used to be [Mono](https://www.mono-project.com/?ref=itsfoss.com), the long-running [.NET](https://dotnet.microsoft.com/en-us/?ref=itsfoss.com)\-compatible framework for creating cross-platform software, whose ownership has changed hands over the years, with Microsoft being the latest in the line of owners.

However, now that has changed, possibly for the final time. 😲

## Microsoft Being Generous: What Is Happening?

![a screenshot of the mono homepage](https://itsfoss.com/content/images/2024/08/Mono_Homepage.png)

The Mono project's homepage.

[Announced](https://github.com/mono/mono/issues/21796?ref=itsfoss.com) a few days ago, **Microsoft has decided to hand over the Mono project to the folks over at** [**WineHQ**](https://www.winehq.org/?ref=itsfoss.com). They are the ones behind the popular [Wine](https://itsfoss.com/use-windows-applications-linux/) compatibility layer, which is used for running Windows apps on Linux and other [POSIX](https://en.wikipedia.org/wiki/POSIX?ref=itsfoss.com)\-compliant OSes.

Due to this change, Microsoft is now recommending users and maintainers of Mono-based apps make use of their actively maintained [fork](https://github.com/dotnet/runtime/tree/main/src/mono?ref=itsfoss.com) of Mono, which is a part of the .NET code.

As for **what happens to Mono's repository** over on [GitHub](https://github.com/mono/mono?ref=itsfoss.com), it will remain available, with the repos most likely being archived, and binaries being accessible up to four years from now.

Of course, Mono now has a new home at WineHQ's [GitLab](https://gitlab.winehq.org/wine-mono/mono?ref=itsfoss.com) instance, so no need to worry.

Concluding the announcement, Microsoft developer [Jeff Schwartz](https://www.linkedin.com/in/jeff-schwartz-4ba91023/?ref=itsfoss.com) added that:

> We want to recognize that the Mono Project was the first .NET implementation on Android, iOS, Linux, and other operating systems. The Mono Project was a trailblazer for the .NET platform across many operating systems. 

> It helped make cross-platform .NET a reality and enabled .NET in many new places and we appreciate the work of those who came before us.  
>  
> Thank you to all the Mono developers!

While at first glance, this sounds generous, but it may not be in another angle.

### Some Different Thoughts

When you take a look at Mono's [release history](https://github.com/mono/mono/tags?ref=itsfoss.com), the last major release (*6.0*) was way back in 2019, and following that were minor patch releases (*6.x.x)* that came to an end earlier this year in February.

It's good to see that Mono has found a new home and won't be facing the same fate as many other open-source projects when [they aren't actively developed](https://itsfoss.com/neofetch-rip/) or maintained anymore.

But, there's **another viewpoint that I am slowly warming up to**: that Microsoft just did this to avoid letting people know that they intended to discontinue the project. An r/linux member [puts it](https://www.reddit.com/r/linux/comments/1f2qbi1/comment/lk8kir4/?ref=itsfoss.com) well:

> Looks more like they want to discontinue the project, but that sounds bad so they just declared that wine is the new upstream now.

Whatever their motivation behind handing over Mono to the Wine project maybe, I am just glad to see that an open-source project has found a new home, where it is hopefully valued more.

*💬 What do you think about Microsoft's move? Are there any ulterior motives behind this shift?*