Recommended Posts

I don't get it, why Apple if they are proprietary hardware and software company acted like linux, publishing for free the source code of OS X. I really don't understand why they do it if we have to pay for the Operation System. Can anyone clear me this up?

BTW here is what I am talking about it: http://opensource.apple.com/release/mac-os-x-1057/

Link to comment
https://www.neowin.net/forum/topic/772818-why-apple-acted-like-linux/
Share on other sites

Because by posting the source, people from all over the world can spot bugs and such.

Same reason their web browser engine is open source, and their printing system (It's called CUPS, I hear it's popular)

But don't you think that it should be the developer's job to do that? they already have some type of developer connection system in which you have to pay to be a member. I don't think is right to publish something that is not free, is like Microsoft publishing for free the source code of Windows Vista or Windows 7.

I paid a lot of money for Apple's Operation Systems, and these people make it available to anyone for free, its not ****ing right.

But don't you think that it should be the developer's job to do that? they already have some type of developer connection system in which you have to pay to be a member. I don't think is right to publish something that is not free, is like Microsoft publishing for free the source code of Windows Vista or Windows 7.

I paid a lot of money for Apple's Operation Systems, and these people make it available to anyone for free, its not ****ing right.

They did'nt give it away. Some of the tools and code in OS X is open source so they HAVE to release the source to those programs. Read what people are telling you.

But don't you think that it should be the developer's job to do that? they already have some type of developer connection system in which you have to pay to be a member. I don't think is right to publish something that is not free, is like Microsoft publishing for free the source code of Windows Vista or Windows 7.

I paid a lot of money for Apple's Operation Systems, and these people make it available to anyone for free, its not ****ing right.

The whole is more than a sum of its parts.

Sure parts of the OS is free (libre/gratis), but that doesn't mean you can recreate the entire OS without the proprietary parts, and the whole OS is what you're buying.

edit: Most of those things weren't even written by Apple, just modified (under the terms of the existing product's license)

But don't you think that it should be the developer's job to do that? they already have some type of developer connection system in which you have to pay to be a member. I don't think is right to publish something that is not free, is like Microsoft publishing for free the source code of Windows Vista or Windows 7.

I paid a lot of money for Apple's Operation Systems, and these people make it available to anyone for free, its not ****ing right.

The developer's job? Apple is the developer that modifies the open source software used. The source has to published under GPL, BSD, etc.

And they're not publishing the full source code for OS X, not even close.

But don't you think that it should be the developer's job to do that? they already have some type of developer connection system in which you have to pay to be a member. I don't think is right to publish something that is not free, is like Microsoft publishing for free the source code of Windows Vista or Windows 7.

I paid a lot of money for Apple's Operation Systems, and these people make it available to anyone for free, its not ****ing right.

What Apple publishes is the kernel of their OS, plus a few other (essentially) command line tools and libraries.

What you really pay for is the desktop built on top of that, ie. Finder, the dock, and all the other user-level features. Even Safari is proprietary outside of Webkit itself.

If you think you can live off of the kernel itself in a command line environment (some people can), then yeah, Apple is giving you a free OS.

Apple ships the source to a number of things they wouldn't be required to (like Launchd and Quicktime Streaming Server) in addition to the BSD tools, kernel, etc. Furthermore, the BSD license doesn't require that source is available - it's different from the GPL in that respect: it's much more "free" for developers and less free for "users".

Some of the utilities Apple ships must come with source code (notably GCC) though I'm not sure Apple is particularly fond of those requirements. Apple's efforts in LLVM seem to indicate they'd be happy to move from GCC but that could be as much a performance/quality decision as a license one.

Apple ships the source to a number of things they wouldn't be required to (like Launchd and Quicktime Streaming Server) in addition to the BSD tools, kernel, etc. Furthermore, the BSD license doesn't require that source is available - it's different from the GPL in that respect: it's much more "free" for developers and less free for "users".

Some of the utilities Apple ships must come with source code (notably GCC) though I'm not sure Apple is particularly fond of those requirements. Apple's efforts in LLVM seem to indicate they'd be happy to move from GCC but that could be as much a performance/quality decision as a license one.

mmm... interesting :rolleyes:

I know Apple just recently bought Cups. I believe they did so to insure it remained open, since they are dependent on it. They have to abide by the open source conditions, I suppose. I'm sure they don't really care to.

CUPS was/is GPL licensed so closing it would just require Apple to fork as of the last free version. I suspect that their desire to add exemptions to the license for Apple software had more to do with the purchase decision. The GPL license is viral by nature. By owning CUPS Apple is able to bundle it very tightly with their own software without unintentionally "infecting" their own software with the GPL.

Whether you think the terms of the GPL are fair or not - Apple clearly has some reservations as nearly all of their open source software is under a non-GPL license. The only one that comes to mind other than CUPS is GCC but there's probably at least a couple of other GPL-only licensed projects use by Apple.

With Apple avoiding GPL, they wish to retain the freedom to close off their code and keep it from the community.

Any GPL code cannot easily just be "forked" and closed. The license in-place at the time is still in effect on the code prior to attempts to fork it. That is, they need the permission of the copyright holder(s) to change the license. Same as when there was discussion to possibly update the Linux kernel from GPL v2 to v3.

That is not true markjensen. You always need permission from the copyrightholders when changing the license, that is the law in a lot of countries. If the license such as the GPL permits forking then it is quite easy to fork stuff. It is not very uncommon that GPL licensed software are not being used in commercial applications. The GPL opposes a lot of restrictions in that area which causes a lot of companies to choose software that has a less restrictive licensing. The GPL is quite a risk to a company. IBM wants to open source the OS/2 operating system but is not able to because they can't get permission from all of the copyright holders (mostly because they simply don't know who they are). If they GPL it anyway they run the risk of being sued.

The discussion about putting the Linux kernel under a GPL 3 license was different. It was a discussion about what was in the GPL3 license itself. Some parts were too restrictive which made Linus not so happy about it. In the end they stuck with GPL2 because they simply didn't like GPL3. Getting permission was not the reason why they didn't go for it.

That is not true markjensen. You always need permission from the copyrightholders when changing the license, that is the law in a lot of countries.

...

:blink:

I never tried to claim the contrary. I was just using an example.

The GPL allows forking, but the license forbids any change that places more restrictions, including the closing of source, or other license requirements.

The discussion about putting the Linux kernel under a GPL 3 license was different. It was a discussion about what was in the GPL3 license itself. Some parts were too restrictive which made Linus not so happy about it. In the end they stuck with GPL2 because they simply didn't like GPL3. Getting permission was not the reason why they didn't go for it.
Funny, but the Copyright Holders (including what to do in the case of deceased ones) were discussed, since discussion of obtaining permissions was active. Even Linus Torvalds participated, and specifically statrf that he didn't dislike GPL v3.

So, it wasn't all about hatred of the v3. ;)

Complaining because you WANT everything to be close sourced? talk about stuck in the Apple mentality.

Open source code is useful to developers, it makes a platform more viable to developers if they can study the Kernel and some of the core components of the OS to ensure correct interoperability.

Darwin is built on top of most gnu packages. It even come with emacs by default. It is not just the darwin kernel. -Most- of OSX is open source and most of those sources are GPL. It is more than just "a few command line executable", it is 95% of the Unix compatibility and some userspace library. If GNUStep get closer to full cocoa compoatibility, it would even be possible to ditch proprietary Gui (exept CoreImage, Quartz extreme and coreAnimation) and recompile OSX apps on top of X11.

But no one will ever do that, to much work for mostly nothing (source compatible != binary compatiable)

I don't get it, why Apple if they are proprietary hardware and software company acted like linux, publishing for free the source code of OS X. I really don't understand why they do it if we have to pay for the Operation System. Can anyone clear me this up?

BTW here is what I am talking about it: http://opensource.apple.com/release/mac-os-x-1057/

They are only the opensource components (low level components and libraries from other opensource projects). You pay for it because the whole operating system isn't opensource.

:blink:

I never tried to claim the contrary. I was just using an example.

The GPL allows forking, but the license forbids any change that places more restrictions, including the closing of source, or other license requirements.

I believe that GPL is very restrictive when compared to BSD and MIT/X11 licences - there is also issues such as linking - which is why Apple is working on LLVM so that they have compiler which allows them to integrate with their XCode development environment which the GPL does not allow.

  • 3 weeks later...
I don't get it, why Apple if they are proprietary hardware and software company acted like linux, publishing for free the source code of OS X. I really don't understand why they do it if we have to pay for the Operation System. Can anyone clear me this up?

BTW here is what I am talking about it: http://opensource.apple.com/release/mac-os-x-1057/

You need to correct the title a little bit, more along the lines of "Why Apple acted like freeBSD?" and it has to do with a Berkely Software Development derived Unix variant, not Linux which is a whole 'nother animal. Us Apple geeks already know about this and accept it. And even like it because it opens up whole new horizons as to what can be done with OSX.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Visual Studio finally gets long-awaited feature that developers will love by Usama Jawad Visual Studio Code is Microsoft's popular, lightweight, open-source code editor, it is actually Visual Studio that is the company's flagship integrated development environment (IDE). Although the IDE already offers a boatload of useful features for developers, Microsoft has finally introduced a long-requested capability that will be loved by many. While developers have already been able to create Git pull requests (PRs) directly within Visual Studio for the past couple of years, it had not been possible to review a PR without switching to the browser, until now. Microsoft revealed in December 2025 that it is working on UX that enables developers to do just that, and fast-forward to June 2026, and Visual Studio finally has native capabilities to open and inspect a PR, discuss feedback, and wrap up the review, all without switching to the browser. This integration works for both GitHub and Azure DevOps (including on-prem). Developers have access to multiple surfaces to open a PR, including Git Repository, Git Changes, and the Git menu in Visual Studio. Once you open a PR, all the important details will be immediately visible to you, from where you can navigate to various levels of granularity and branch states, depending on the reviews that you are engaged in. As you would expect, you also get a diff view that enables you to see code changes inline or side-by-side in a separate panel. You can also review commit-by-commit. Additionally, this UX fosters collaboration as you can leave comments, reply to threads, and resolve conversations easily. Naturally, you can also leverage Copilot to apply a code suggestion to fix a potential issue. When you are done, you have the ability to approve, complete, and merge the PR. This is a pretty major feature as it has been requested heavily for the past few years. You can try it out in Visual Studio 2026 version 18.7, made available here recently. Microsoft plans to enhance this experience further in future releases with comment filtering, a timeline of PR activity, and more.
    • This AdGuard Family lifetime deal is still only $15.97 by Steven Parker Today's highlighted Neowin Deal comes via our Apps + Software section, where you can get a lifetime subscription and save 90% on a lifetime AdGuard Family Plan. AdGuard is a unique program that has all the necessary features for what they claim to be "the best web experience." The software combines the an advanced ad blocker, a privacy protection module, and a parental control tool—all working in one app. This software deals with annoying ads, hides your data from a multitude of trackers, protects you from malware attacks, and even lets you restrict your kids from accessing inappropriate content. Install AdGuard and see the internet as it was supposed to be: clean and safe. Get rid of annoying banners, pop-ups & video ads once and for all Hide your data from the multitude of trackers & activity analyzers that swarm the web Avoid fraudulent and phishing website and malware attacks Protect your kids online by restricting them from accessing inappropriate & adult content Good to know Family Plan Length of access: lifetime This plan is only available to new users Redemption deadline: redeem your code within 30 days of purchase Max number of devices: 9 Access options: desktop & mobile Software version: AdGuard Family Updates included A lifetime subscription of AdGuard Family Plan normally costs $169.99, but this deal can be yours for just $15.97, that's a saving of $157.02. For full terms, specifications, and license info please click the link below. Get this AdGuard Family lifetime deal for just $15.97 (was $169.99) Although priced in U.S. dollars, this deal is available for digital purchase worldwide. As an online publication, Neowin too relies on ads for operating costs and, if you use an ad blocker, we'd appreciate being whitelisted. In addition, we have an ad-free subscription for $28 a year, which is another way to show support! Support queries If you have queries or need support for any of the Neowin Deals, please use the contact form here. Neowin Deals are managed and sold by StackCommerce who represent Neowin on an affiliate basis. Why we post these deals We post these because we earn commission on each sale so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. So for those that keep moaning and complaining, be thankful we're still online for you to even do that. Other ways to support Neowin Whitelist Neowin by not blocking our ads Create a free member account to see fewer ads Make a donation to support our day to day running costs Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: Neowin benefits from revenue of each sale made through our branded deals site powered by StackCommerce.
    • the MCT currently downloads 26200.8653, so not completely up to date.
    • Around 68% of developers are now using AI to generate code during development, and some experts are saying that a single developer using AI tools can now do the work of an entire team of 4 to 5 engineers.  According to Figma's State of the Designer 2026 report, 72% of designers now use generative AI in their workflows and 91% say it improves the quality of their work, not just their speed.  But does this mean web developers and designers are becoming less relevant, or are they simply evolving into a different kind of role? Would love to hear from developers and designers here has AI made your job easier, or do you feel threatened by how fast these tools are improving
  • Recent Achievements

    • Week One Done
      Timaximus earned a badge
      Week One Done
    • One Month Later
      Timaximus earned a badge
      One Month Later
    • Rookie
      FBSPL went up a rank
      Rookie
    • First Post
      davidbazooked earned a badge
      First Post
    • Week One Done
      davidbazooked earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      508
    2. 2
      PsYcHoKiLLa
      181
    3. 3
      +Edouard
      160
    4. 4
      Steven P.
      83
    5. 5
      ATLien_0
      75
  • Tell a friend

    Love Neowin? Tell a friend!