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 DisqusTag Cloud
News
-
Google and NASA Partner in Quantum Computing Project
Vendor D-Wave scores big with a sale to NASA's Quantum Intelligence Lab.
-
Mageia Project Announces Mageia 3 Linux
Many package updates and Steam integration highlight the latest from the Mandriva-based community Linux.
-
FSF Outs the World Wide Web Consortium over DRM Proposal
Richard Stallman calls for the W3C to remain independent of vendor interests.
-
Debian 7.0 Debuts
The new release supports nine architectures, 73 human languages, and zero non-Free components.
-
Alpha Version of Fedora 19 Released
Fedora developers release the first alpha version of Fedora 19, known as Schrödinger’s Cat, for general testing. The final release is expected in July 2013.
-
ack 2.0 Released
ack is a grep-like, command-line tool that has been optimized for programmers to search large trees of source code.
-
SUSE Studio 1.3 Released
New features in SUSE Studio 1.3 include enhanced cloud integration, VM platform support, and lifecycle management.
-
Xen To Become Linux Foundation Collaborative Project
The Linux Foundation recently announced that the Xen Project is becoming a Linux Foundation Collaborative Project.
-
RunRev Releases Open Source Version of LiveCode
Open source version of LiveCode is now available for developing apps, games, and utilities for all major platforms.
-
OpenDaylight Project Formed
OpenDaylight is an open source software-defined networking project committed to furthering adoption of SDN and accelerating innovation in a vendor-neutral and open environment.


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