TweetFollow Us on Twitter

Open Source Macintosh

Volume Number: 15 (1999)
Issue Number: 8
Column Tag: Open Source

Open Source on the Macintosh

by Steve Huntsberry

How Apple developers can benefit from the Apple Public Source project

Introduction to Open Source

In March, Apple announced that they were the first mainstream operating system provider to release their source code to the public with the launch of Darwin. Some may question this statement, given the popularity of Linux and other open source operating systems, but the fact remains that there are now some components of the Mac OS that are available as open source. This article will analyze Apple's commitment to open source and how Apple developers can benefit. At the end of this article are several Internet URLs where you can find the details of many of the topics discussed.

What is Open Source? The term "open source" has become popular recently in the media due to Linux, which some consider to be a threat to Microsoft Windows. The concept of open source has been around for quite some time. The definition used by Apple comes from the Open Source Initiative, which has determined that the Apple Public Source License conforms to their definition of open source.

The Apple Public Source License (APSL) binds the users of Apple's open source code and determines what you can and cannot do with it. The complete text of the APSL is available at the Apple Public Source web site. The key points of the APSL allow you to use the code provided for whatever purposes you wish without paying Apple, but if you modify any of the Apple-supplied portions, you must submit the changes back to Apple. Therefore you can write your own code that builds on Apple open source code without needing to hand all of your code over to Apple.

There are several goals for the Apple Public Source project. Apple benefits by having a group of developers to provide it with free improvements and bug fixes for its source code. Apple will also contribute their bug fixes and incremental improvements back to the open source community. One of the Darwin engineers made a presentation at the USENIX Technical Conference in June, describing Apple's plans for using open software in their commercial operating system.

Developers benefit by obtaining a better understanding of the system to allow them to fine-tune their application performance and to reduce development time. Developers can also add specific features to Apple software that Apple might not add by itself, in order to improve their own specialized applications.

Open Source is not the same as Free Software. The Free Software Foundation (FSF) was established many years ago by Richard Stallman, president of the FSF, founder of the GNU project, and principal author of the GNU C compiler (gcc), GNU symbolic debugger (gdb), and GNU emacs. The principal project of the FSF is the GNU operating system, a free version of Unix. The FSF is dedicated to eliminating restrictions on any copying, modification, or redistribution of computer programs. They advocate that all software should be completely free, and that developers should make their living through providing support for such free software.

The GNU General Public License (GPL) uses "copyleft" (rather than copyright) protection. It requires developers using GPL-protected source code to make all of their source code available. Therefore, if you write a new compiler using code from gcc, you must publish all of the source code to your new compiler under GPL, in addition to any modifications you made to the original gcc code. Richard Stallman has written a document detailing his problems with the Apple Public Source License, since it does not conform to the GPL definition of free software.

Apple does have support for its open source project from many of the other members of the open source community. Besides the approval of the Open Source Initiative, Apple has support from FreeBSD and NetBSD, two open source Unix operating systems based on Berkeley Standard Distribution (BSD) Unix.

Microsoft is not ignoring the developments in open source. Their external party line is that they do not consider open source to be a concern, however last year in October the "Halloween Documents" appeared on the Internet. These were leaked internal Microsoft memos describing the threat posed to the traditional Windows proprietary closed source model from open source software and from Linux in particular. It will be interesting to see what transpires in this arena.

Apple Open Source Projects

Currently there are three open source projects at Apple. OpenPlay is a network abstraction layer that runs on Mac OS 8 and Windows. The Darwin Streaming Server is a QuickTime streaming server that runs on Mac OS X Server. Darwin is the Mach plus FreeBSD foundation of Mac OS X and runs as a stand-alone Unix implementation. Apple indicates there are more open source projects in the works, but they do not plan to reveal them until they actually become available.

OpenPlay was originally developed for "Myth: The Fallen Lords" from Bungie Software, to support cross-platform network games between Mac OS 8 and Windows computers. OpenPlay provides a network abstraction layer for the Open Transport and WinSock APIs. It supports TCP/IP and AppleTalk (on Macintosh). It provides a plug-in architecture to allow developers to add new protocols. It is useful for any cross-platform networking application, not just for games.

Darwin Streaming Server sends streaming QuickTime data to clients across the Internet. It uses industry standard RTP, RTCP, and RTSP protocols. RTP is the Real-time Transport Protocol, providing transport layer functionality for real-time data over multicast or unicast connections. RTCP is the Real-Time Control Protocol, using RTP to synchronize transmissions between sender and receiver. RTSP is the Real-Time Streaming Protocol, providing VCR-like controls for content delivery, such as play, stop, pause, etc. Darwin Streaming Server has some limitations in that it requires hinted QuickTime files generated by QuickTime Pro, so providing streaming content is not entirely free. It also uses reflection and not true multicast, such that it is not scalable and is limited to about 1000 receivers per transmission.

Darwin is a stand-alone Unix implementation consisting of the Mach kernel plus the FreeBSD set of Unix tools. Darwin is perhaps the most exciting piece of Apple open source in that it is the core of Mac OS X (both Client and Server), such that any improvements made to Darwin will become improvements in Mac OS X. Darwin also provides several pieces of Apple technology, including AppleTalk networking, the HFS+ file system, and NetInfo (directory services from Mac OS X Server).

Darwin is useful for developers in two ways. Because it is the core of Mac OS X, improvements can be made by developers to Darwin that will later improve their applications running on Mac OS X. Darwin is also useful by itself, as it provides a full set of Unix tools and command-line interface that work with the Macintosh file system.

In May, Sassafras Software reported they were able to add AppleTalk networking support to the Mac OS X Server version of their KeyServer license metering product within a week. Their development work was greatly assisted by access to Darwin low-level source code. The key benefit was the ability to reconcile discrepancies between documentation and implementation quickly, which reduced their debugging time dramatically.

Currently Darwin runs on PowerPC hardware, although Apple is considering making it work on Intel hardware. The original NextStep ran on Intel, so there is no technical reason preventing Darwin from running on Intel hardware. However, Apple wants to concentrate on PowerPC development, and supporting Intel hardware would require additional development work and additional testing. Such a commitment remains under consideration. If Intel support is important for you, then you may want to voice your opinion to Apple.

Other Open Source Projects

As noted above, the Apple open source project is relatively new to the world of open source. To find out more about open source, one should look into the existing open source projects. The GNU Project and the Free Software Foundation were discussed above. Perhaps the most popular open source project today is Linux, an open source Unix operating system. Red Hat, Inc. is one of the most well-known Linux distributors. Although Linux is free, Red Hat packages it with a number of useful tools and support and sells it on CD-ROM. Debian is another Linux distributor. The GNOME project is designing an open source user interface for Linux. One of the major drawbacks of any Unix-like operating system is the command-line interface, which is difficult to use for people used to a windowing environment. Some people think that once Linux has a modern user interface it will pose a real threat to Microsoft Windows. Other open source Unix operating systems include FreeBSD, NetBSD, and OpenBSD.

There also a few open source applications. The Apache project maintains an open source HTTP server that is used on over sixty percent of the Web sites on the Internet. The Mozilla project is the open source version of Netscape Communicator, the Web browser and e-mail/news client. Both of these projects invite outside developers to help to improve their respective applications.

Open Source on the Web

Apple Open Source Infrastructure

Apple has put together a number of resources to assist developers with open source on the Macintosh. The Apple Public Source web page contains a wealth of information, including open source news, developer registration, Internet mailing lists, Usenet newsgroups, etc. Soon they plan to have centralized bug tracking, most likely following the Bugzilla model used by the Mozilla project. At the Apple Worldwide Developers Conference (May 10), Apple quoted figures of 33,000 registered developers and 185,000 downloads of open source software, following its initial release on March 16.

Recently Apple announced support for source code management through Concurrent Versions System (CVS). This is a source code management system similar to SourceSafe or Perforce. CVS enables access to the very latest source code releases, change logs, and incremental updates. CVS access is not yet available, but should be soon. Mac OS 8 users can use MacCVS Pro, a CVS client sponsored by Mozilla. The Mozilla Web site is also a good source for CVS documentation.

Installing Open Source Software

Once you have registered as an open source developer and downloaded the appropriate software, you will need to get it installed. As this is a new project for Apple, installation can be tricky and frustrating. Eventually Apple plans to have a more robust installation solution, but for now you will just have to bear with them.

Installing OpenPlay is reasonably straightforward. The OpenPlay distribution consists of a StuffIt archive containing CodeWarrior projects, C source and header files, and documentation. The code files are split into folders labeled Macintosh, Windows, and Common (with cross-platform code). There is also a test application so you can see how it works. The documentation is fairly spartan, but everything seems to be there.

Installing Darwin Streaming Server is somewhat trickier. The Darwin Streaming Server distribution consists of a zipped tar archive containing C++ source and header files, along with the requisite Makefiles and a few PowerPC binary files. There is one documentation file but it merely provides an overview; for the most part you are on your own.

Installing Darwin itself is the most convoluted process. Darwin has the same hardware requirements as Mac OS X Server, namely a Power Macintosh G3 with 64 MB of RAM. The installation requires 60 MB of free disk space. After you download the 45 MB Darwin image, you need to find a blank 1 GB or larger ATA or SCSI hard drive (fast-wide SCSI is not supported). Then use the Apple Software Restore utility to install the image on the hard disk. The hard disk will end up with a 1 GB UFS partition called "Darwin Root" containing the Darwin software, with any remaining space formatted as a Macintosh HFS+ format volume. You then use the System Disk utility to select the "Darwin Root" volume and restart. Eventually you will end up with a system which can be dual-booted in either Darwin or Mac OS mode.

This article covers Darwin version 0.2, released on May 10. There are two major changes that will occur between now and the release of Mac OS X client. First is that Mach 3.0 will be replacing Mach 2.5 as the kernel. Second is that IOKit will be replacing DriverKit for drivers. Therefore if you plan to modify or use code from either one of these areas, you may want to wait until Apple releases these modifications, or write your code in such a way that the switch will not be too painful.

Darwin Project Ideas

Apple would like to see more software that runs on Darwin. Currently Darwin is limited to basic Unix tools and a few Apple technologies such as AppleTalk. Apple would like to see real installer utilities, both to install Darwin itself, as well as to install other Darwin applications. They would also like developers to implement additional device drivers and file systems so Darwin can be made more universal. Another project might be some kind of user interface beyond the command-line interface, such as X-Windows. I am under the impression the Darwin team would like to see Darwin become a living, breathing operating system that can stand on its own merits, and not merely the core of Mac OS X.

Your Next Step

Open source on the Macintosh provides a number of new opportunities for developers. You can use the supplied libraries such as OpenPlay and Darwin Streaming Server to add features to your applications without reinventing the wheel. You can work with the Darwin source code to understand and/or improve the Mac OS X core so your Mac OS X applications run better. You can design entire applications to run on Darwin to provide services to users who may want to use the Mac kernel with BSD on PowerPC hardware, but who may not want the additional overhead of the Mac OS X environment.

Open source can also help Apple to make the Mac OS a better operating system. Darwin developers can work on core OS features to improve performance and to add special features. Apple system engineers can concentrate on Apple-specific pieces of technology, such as improving the user interface, ColorSync, QuickTime, Sherlock, and speech recognition.

You must decide for yourself how to make best use of open source on the Macintosh. You may even decide that your application is outside the scope of the open source libraries provided by Apple, and that you do not want to work on the Darwin core of Mac OS X. Even so, you may find that because others are working on the Apple open source projects, the Mac OS will be improved, and it will become a better place for you, your applications, and your users to exist.


Steve Huntsberry is a Computer Scientist in the Type Engineering department at Adobe Systems Inc. He is the Technical Lead for the Macintosh Type On Call 4.2 and Adobe Type Library 2.0J products. Steve can be reached at shuntsbe@adobe.com.

 

Community Search:
MacTech Search:

Software Updates via MacUpdate

Latest Forum Discussions

See All

Whitethorn Games combines two completely...
If you have ever gone fishing then you know that it is a lesson in patience, sitting around waiting for a bite that may never come. Well, that's because you have been doing it wrong, since as Whitehorn Games now demonstrates in new release Skate... | Read more »
Call of Duty Warzone is a Waiting Simula...
It's always fun when a splashy multiplayer game comes to mobile because they are few and far between, so I was excited to see the notification about Call of Duty: Warzone Mobile (finally) launching last week and wanted to try it out. As someone who... | Read more »
Albion Online introduces some massive ne...
Sandbox Interactive has announced an upcoming update to its flagship MMORPG Albion Online, containing massive updates to its existing guild Vs guild systems. Someone clearly rewatched the Helms Deep battle in Lord of the Rings and spent the next... | Read more »
Chucklefish announces launch date of the...
Chucklefish, the indie London-based team we probably all know from developing Terraria or their stint publishing Stardew Valley, has revealed the mobile release date for roguelike deck-builder Wildfrost. Developed by Gaziter and Deadpan Games, the... | Read more »
Netmarble opens pre-registration for act...
It has been close to three years since Netmarble announced they would be adapting the smash series Solo Leveling into a video game, and at last, they have announced the opening of pre-orders for Solo Leveling: Arise. [Read more] | Read more »
PUBG Mobile celebrates sixth anniversary...
For the past six years, PUBG Mobile has been one of the most popular shooters you can play in the palm of your hand, and Krafton is celebrating this milestone and many years of ups by teaming up with hit music man JVKE to create a special song for... | Read more »
ASTRA: Knights of Veda refuse to pump th...
In perhaps the most recent example of being incredibly eager, ASTRA: Knights of Veda has dropped its second collaboration with South Korean boyband Seventeen, named so as it consists of exactly thirteen members and a video collaboration with Lee... | Read more »
Collect all your cats and caterpillars a...
If you are growing tired of trying to build a town with your phone by using it as a tiny, ineffectual shover then fear no longer, as Independent Arts Software has announced the upcoming release of Construction Simulator 4, from the critically... | Read more »
Backbone complete its lineup of 2nd Gene...
With all the ports of big AAA games that have been coming to mobile, it is becoming more convenient than ever to own a good controller, and to help with this Backbone has announced the completion of their 2nd generation product lineup with their... | Read more »
Zenless Zone Zero opens entries for its...
miHoYo, aka HoYoverse, has become such a big name in mobile gaming that it's hard to believe that arguably their flagship title, Genshin Impact, is only three and a half years old. Now, they continue the road to the next title in their world, with... | Read more »

Price Scanner via MacPrices.net

B&H has Apple’s 13-inch M2 MacBook Airs o...
B&H Photo has 13″ MacBook Airs with M2 CPUs and 256GB of storage in stock and on sale for up to $150 off Apple’s new MSRP, starting at only $849. Free 1-2 day delivery is available to most US... Read more
M2 Mac minis on sale for $100-$200 off MSRP,...
B&H Photo has Apple’s M2-powered Mac minis back in stock and on sale today for $100-$200 off MSRP. Free 1-2 day shipping is available for most US addresses: – Mac mini M2/256GB SSD: $499, save $... Read more
Mac Studios with M2 Max and M2 Ultra CPUs on...
B&H Photo has standard-configuration Mac Studios with Apple’s M2 Max & Ultra CPUs in stock today and on Easter sale for $200 off MSRP. Their prices are the lowest available for these models... Read more
Deal Alert! B&H Photo has Apple’s 14-inch...
B&H Photo has new Gray and Black 14″ M3, M3 Pro, and M3 Max MacBook Pros on sale for $200-$300 off MSRP, starting at only $1399. B&H offers free 1-2 day delivery to most US addresses: – 14″ 8... Read more
Department Of Justice Sets Sights On Apple In...
NEWS – The ball has finally dropped on the big Apple. The ball (metaphorically speaking) — an antitrust lawsuit filed in the U.S. on March 21 by the Department of Justice (DOJ) — came down following... Read more
New 13-inch M3 MacBook Air on sale for $999,...
Amazon has Apple’s new 13″ M3 MacBook Air on sale for $100 off MSRP for the first time, now just $999 shipped. Shipping is free: – 13″ MacBook Air (8GB RAM/256GB SSD/Space Gray): $999 $100 off MSRP... Read more
Amazon has Apple’s 9th-generation WiFi iPads...
Amazon has Apple’s 9th generation 10.2″ WiFi iPads on sale for $80-$100 off MSRP, starting only $249. Their prices are the lowest available for new iPads anywhere: – 10″ 64GB WiFi iPad (Space Gray or... Read more
Discounted 14-inch M3 MacBook Pros with 16GB...
Apple retailer Expercom has 14″ MacBook Pros with M3 CPUs and 16GB of standard memory discounted by up to $120 off Apple’s MSRP: – 14″ M3 MacBook Pro (16GB RAM/256GB SSD): $1691.06 $108 off MSRP – 14... Read more
Clearance 15-inch M2 MacBook Airs on sale for...
B&H Photo has Apple’s 15″ MacBook Airs with M2 CPUs (8GB RAM/256GB SSD) in stock today and on clearance sale for $999 in all four colors. Free 1-2 delivery is available to most US addresses.... Read more
Clearance 13-inch M1 MacBook Airs drop to onl...
B&H has Apple’s base 13″ M1 MacBook Air (Space Gray, Silver, & Gold) in stock and on clearance sale today for $300 off MSRP, only $699. Free 1-2 day shipping is available to most addresses in... Read more

Jobs Board

Medical Assistant - Surgical Oncology- *Apple...
Medical Assistant - Surgical Oncology- Apple Hill Location: WellSpan Medical Group, York, PA Schedule: Full Time Sign-On Bonus Eligible Remote/Hybrid Regular Apply Read more
Omnichannel Associate - *Apple* Blossom Mal...
Omnichannel Associate - Apple Blossom Mall Location:Winchester, VA, United States (https://jobs.jcp.com/jobs/location/191170/winchester-va-united-states) - Apple Read more
Cashier - *Apple* Blossom Mall - JCPenney (...
Cashier - Apple Blossom Mall Location:Winchester, VA, United States (https://jobs.jcp.com/jobs/location/191170/winchester-va-united-states) - Apple Blossom Mall Read more
Operations Associate - *Apple* Blossom Mall...
Operations Associate - Apple Blossom Mall Location:Winchester, VA, United States (https://jobs.jcp.com/jobs/location/191170/winchester-va-united-states) - Apple Read more
Business Analyst | *Apple* Pay - Banco Popu...
Business Analyst | Apple PayApply now " Apply now + Apply Now + Start applying with LinkedIn Start + Please wait Date:Mar 19, 2024 Location: San Juan-Cupey, PR Read more
All contents are Copyright 1984-2011 by Xplain Corporation. All rights reserved. Theme designed by Icreon.