Microsoft to Develop own Open Source Platform
Yes, you read that headline right
Open source developer at Microsoft, Garrett Serack announced today plans to bring a native running open source platform to Windows.
In a blog posted today, Serack announced the Common Opensource Application Publishing Platform (CoApp). The post outlines the challenges of developing open source applications in a Windows environment and the differences between developing on UNIX and Linux and Windows.
From the site:
CoApp will:
• Provide a distributed, community driven package management system for open source applications on the Windows Platform
• Handle multiple versions of binaries using WinSxS (I know, even the mention of side-by-side components evokes fear, anger and the desire to go off-diet, but bear with me, I think we’ve got a solution), including multiple copies of the same version of the same library, compiled with different compilers.
• Support 64 bit and 32 bit systems, without hassle or collisions.
• Place binaries, libraries and header files in a logical and consistent location.
• Have tools and methods for handling dependencies.
• Create reliable installer packages (MSIs) for installing open source software.
• Facilitate sharing of components and allow multiple projects to easily both participate and consume them.
• Allow for upgrades and patching of both libraries and applications.
• Be Windows developer friendly. No forcing of building using ‘make’, but rather taking advantage of the nifty IDEs we already have.
• Also be Windows admin friendly. Even if it’s open source, you shouldn’t have to be a developer to put Open Source applications on Windows.
• Use advanced optimization techniques like Profile Guided Optimization to produce optimized binaries.
• Support future technologies as they come along.
• Aid in the adoption of Windows Error Reporting (WinQual) to assist in making software run better on Windows.
• End the eternal struggle between Green and Purple. Unless of course you’re a Drazi and are conducting elections.
This announcement is one of the most notable steps toward open source development Microsoft has made. During an interview with The Chicago Sun-Times in 2001 Microsoft CEO Steve Ballmer likened Linux to a cancer saying that it, "attaches itself in an intellectual property sense to everything it touches."
The one thing Serack's exceptionally detailed post does leave out? A timetable. Though he does softly hint at a target in comment response. "I hope that you'll be pleasantly surprised a year from now."
Additional details can be found on Launchpad with a wiki at CoApp.org.
Comments
comments powered by DisqusSubscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
Plasma 6.3 Ready for Public Beta Testing
Plasma 6.3 will ship with KDE Gear 24.12.1 and KDE Frameworks 6.10, along with some new and exciting features.
-
Budgie 10.10 Scheduled for Q1 2025 with a Surprising Desktop Update
If Budgie is your desktop environment of choice, 2025 is going to be a great year for you.
-
Firefox 134 Offers Improvements for Linux Version
Fans of Linux and Firefox rejoice, as there's a new version available that includes some handy updates.
-
Serpent OS Arrives with a New Alpha Release
After months of silence, Ikey Doherty has released a new alpha for his Serpent OS.
-
HashiCorp Cofounder Unveils Ghostty, a Linux Terminal App
Ghostty is a new Linux terminal app that's fast, feature-rich, and offers a platform-native GUI while remaining cross-platform.
-
Fedora Asahi Remix 41 Available for Apple Silicon
If you have an Apple Silicon Mac and you're hoping to install Fedora, you're in luck because the latest release supports the M1 and M2 chips.
-
Systemd Fixes Bug While Facing New Challenger in GNU Shepherd
The systemd developers have fixed a really nasty bug amid the release of the new GNU Shepherd init system.
-
AlmaLinux 10.0 Beta Released
The AlmaLinux OS Foundation has announced the availability of AlmaLinux 10.0 Beta ("Purple Lion") for all supported devices with significant changes.
-
Gnome 47.2 Now Available
Gnome 47.2 is now available for general use but don't expect much in the way of newness, as this is all about improvements and bug fixes.
-
Latest Cinnamon Desktop Releases with a Bold New Look
Just in time for the holidays, the developer of the Cinnamon desktop has shipped a new release to help spice up your eggnog with new features and a new look.
I don't want anything to do with Microsoft
Community run patching
I realize the open-source (Linux) communities don't pay their developers very well either, mostly in trade, branding and products.. I for one would still stay true open-source, versus a " Wolf in sheep's clothing "
NEWS ALERT:
Microsoft to offer "Windows 10" for free to everyone and but it's not really Windows, its really just linux with a Windows logo ... And guess what grand-ma NO Virus'
Microsoft Open Source
I'll bet it won't include terms that allow freely redistributing it, or freely distributing your work (you'll need to submit everything you do to Microsoft - for 'approval,' where they'll steal any ideas of yours they approve of).
There are two groups of people that do business with M$ - those that have been royally screwed, and those that soon will be.
Microsoft "open source"
"I would love to see all open source innovation happen on top of Windows" - Steve Ballmer
MS Bulldust
http://tinyurl.com/yetc5n3
..Phil
Microsoft opensource for fools
Translation:
Open-source developers targeting Windows have always had the ability to just use existing Windows tools like Visual Studio. Open source developers who use the maligned "make" for their projects are porting them to Windows from something Unix-like (in other words, pretty much any operating system other than Windows).
So I don't see who the target audience is here, except for perhaps tricking novice open-source developers into targeting Windows and nothing else. Maybe he should make an autoconf or cmake helper script that generates a Visual Studio project which in turn will generate .msi packages, rather than just saying "Here's a framework for developing open source applications on Windows just as you would develop any other Windows-only application."
As for the non-build-related stuff, the package management and DLL-hell-resolution stuff, why is that being developed only under the purview of an "open-source publishing platform" and not for Windows in general? DLL hell is by no means something that only open source developers complain about.
MSOS