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

    • Camtasia 2026.1.3 by Razvan Serea TechSmith Camtasia is the complete professional solution for high-quality screen recording, video editing and sharing. Camtasia 2026 makes editing your videos easier, and faster than ever. The new editor is packed with enhanced video processing, all-new production technology, an innovative library, and stock videos and other creative assets to help you create more polished, professional videos. No video experience needed. Anyone can create informative, engaging videos. Create professional, eye-catching videos: Add special video effects - Apply Behaviors that are perfectly designed to animate your text, images, or icons. Get a crisp, polished look without being a professional video editor. Drag-and-drop your edits - What you see is what you get. Every effect and element in your video can be dropped and edited directly in the preview window. And you can edit at resolutions up to beautiful 4K, for clear video at any size. Get exceptional performance - Camtasia takes full advantage of your computer’s processor with 64-bit performance. You’ll get fast rendering times and enhanced stability—even on your most complex projects. Camtasia 2026.1.3 changelog: Feature Updates Improved keyboard navigability in tool panels. Improved screen reader accessibility of headings in Preferences. Tool panels can now be resized using a keyboard-navigable control. Updated color of folder icon in User Library tab for better visibility. Grouped media now render a composite waveform considering all audio media within that group. Added Long Path Aware to the manifest of Editor and Recorder. Performance Improvements Improved performance for editing groups on the timeline. Improved the project loading performance when timeline has lots of trec media with cursor data. Updates for IT Administrators Updated cpp-httplib from 0.38.0 to 0.43.3. Updated expat from 2.7.4 to 2.8.0. Updated freetype from 2.13.3 to 2.14.3. Updated harfbuzz from 13.0.1 to 14.2.0. Updated libpng16 from 1.6.55 to 1.6.58. Updated pango from 1.57.0 to 1.57.1. Updated girepository from 2.86.3 to 2.88.0. Updated pcre2-posix from 10.47.0 to 12.0.2. Added new harfbuzz-gpu.dll. Updated FFmpeg from 7.1.1 to 7.1.2. Updated aom from 3.11.0 to 3.13.1. Updated dav1d from 1.5.0 to 1.5.1. Updated ogg from 1.3.5 to 1.3.6. Updated SDL2 from 2.32.4 to 2.32.10. Updated zlib from 1.3.1 to 1.3.2. Updated Nalpeiron binaries to version 4.4.69.3. Bug Fixes Fixed an issue which prevented some user submitted crash reports from being sent. Fixed a potential memory leak when decoding HEVC or VP9 video. Fixed a potential crash when trying to delete a range selection on a magnetic track. Fixed a bug with the Properties Panel showing stale properties when only a caption is selected on the timeline. Fixed an issue that could prevent the Opacity and Blur properties from being changed in the Background Removal effect. Fixed an issue where larger Camtasia online projects may fail to open in Camtasia Editor. Table of contents thumbnails are no longer created for Smart Player exports with no table of contents. Fix resetting skew revert to revert just skew and not scale as well. Fixed editing in Snagit with snagX file with Unicode characters. Fixed a bug where grouped visual media could be cropped in some cases. Fixed importing SnagX files with Unicode characters. Localization fixes. Download: Camtasia 2026.1.3 | 309.0 MB (Shareware) View: Camtasia Homepage | Tutorials | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • yeah it seems to be Edge only. The dialog buttons work as expected in Chrome and Firefox. The phone is using Android 16 (OneUI 8.5) and Edge version  149.0.4022.53
    • I'm not aware of this issue, but to help the other guys.  What version of Android are you using? Did you try a different browser? To see if Edge is the issue here.
    • I agree when are you going to read this (really poor BTW) article? Here is a better article so you actually know what is going on and answers questions you had in other comments --> https://arstechnica.com/gadgets/2026/05/speed-boosting-low-latency-profile-is-one-of-the-improvements-coming-to-windows-11/ It is unclear if one will be able to disable the new profile at this point but I am not seeing any reason why one would.
  • Recent Achievements

    • One Month Later
      Jamswaz earned a badge
      One Month Later
    • Week One Done
      Jamswaz earned a badge
      Week One Done
    • Rookie
      Marzoid went up a rank
      Rookie
    • Community Regular
      coch went up a rank
      Community Regular
    • One Year In
      slackerzz earned a badge
      One Year In
  • Popular Contributors

    1. 1
      +primortal
      510
    2. 2
      PsYcHoKiLLa
      188
    3. 3
      +Edouard
      157
    4. 4
      Steven P.
      83
    5. 5
      ATLien_0
      75
  • Tell a friend

    Love Neowin? Tell a friend!