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
-
ESET Discovers New Linux Malware
WolfsBane is an all-in-one malware that has hit the Linux operating system and includes a dropper, a launcher, and a backdoor.
-
New Linux Kernel Patch Allows Forcing a CPU Mitigation
Even when CPU mitigations can consume precious CPU cycles, it might not be a bad idea to allow users to enable them, even if your machine isn't vulnerable.
-
Red Hat Enterprise Linux 9.5 Released
Notify your friends, loved ones, and colleagues that the latest version of RHEL is available with plenty of enhancements.
-
Linux Sees Massive Performance Increase from a Single Line of Code
With one line of code, Intel was able to increase the performance of the Linux kernel by 4,000 percent.
-
Fedora KDE Approved as an Official Spin
If you prefer the Plasma desktop environment and the Fedora distribution, you're in luck because there's now an official spin that is listed on the same level as the Fedora Workstation edition.
-
New Steam Client Ups the Ante for Linux
The latest release from Steam has some pretty cool tricks up its sleeve.
-
Gnome OS Transitioning Toward a General-Purpose Distro
If you're looking for the perfectly vanilla take on the Gnome desktop, Gnome OS might be for you.
-
Fedora 41 Released with New Features
If you're a Fedora fan or just looking for a Linux distribution to help you migrate from Windows, Fedora 41 might be just the ticket.
-
AlmaLinux OS Kitten 10 Gives Power Users a Sneak Preview
If you're looking to kick the tires of AlmaLinux's upstream version, the developers have a purrfect solution.
-
Gnome 47.1 Released with a Few Fixes
The latest release of the Gnome desktop is all about fixing a few nagging issues and not about bringing new features into the mix.
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