Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

macOS version history

From Wikipedia, the free encyclopedia
History of Apple's current Mac operating system
For the history of the classic Macintosh operating system (1984–2001), seeClassic Mac OS.

Part of a series on
macOS

The history ofmacOS,Apple's currentMacoperating system formerly namedMac OS X until 2011 and thenOS X until 2016, began with the company's project to replace itsclassic Mac OS. That system, up to and including its final releaseMac OS 9, was a direct descendant of the operating system Apple had used in its Mac computers since their introduction in 1984. However, the current macOS is aUNIX operating system built on technology that had been developed atNeXT from the 1980s until Apple purchased the company in early 1997.[1]

macOS components derived fromBSD include multiuser access, TCP/IP networking, and memory protection.[2]

Although it was originally marketed as simply "version 10" of Mac OS (indicated by the Roman numeral "X"), it has a completely differentcodebase from Mac OS 9, as well as substantial changes to its user interface. The transition was a technologically and strategically significant one. To ease the transition for users and developers, versions 10.0 through 10.4 were able to run Mac OS 9 and its applications in theClassic Environment, acompatibility layer.

macOS was first released in 1999 asMac OS X Server 1.0, built using the technologies Apple acquired from NeXT, but did not include the signatureAqua user interface (UI).Mac OS X 10.0 is the first desktop version, aimed at regular users, released in March 2001. Several more distinct desktop and server editions of macOS have been released since.Mac OS X Server is no longer offered as a standalone operating system with the release ofMac OS X 10.7 Lion. Instead, server management tools were provided as an application, available as a separate add-on, until it was discontinued on April 21, 2022, making it incompatible withmacOS 13 Ventura or later.

Releases ofmacOS, starting with theIntel build ofMac OS X 10.5 Leopard, are certified as Unix systems conforming to theSingle UNIX Specification.[3][4][5][6][7]

Mac OS X Lion was the first release to use the shortened OS X name where it was sometimes called OS X Lion, but it was first officially adopted as the sole branding withOS X Mountain Lion. The operating system was further renamed to macOS with the release ofmacOS Sierra.

Mac OS X 10.0 and 10.1 were given names of big cats as internal code names, Cheetah and Puma. Starting with Mac OS X 10.2 Jaguar, big-cat names were used as marketing names. Beginning with OS X 10.9 Mavericks, names of locations inCalifornia were used as marketing names instead.

macOS retained the major version number 10 throughout its development history until the release ofmacOS 11 Big Sur in 2020, where its major version number was incremented by one with each release. In 2025, Apple unified the versioning across all products, including its other operating systems, to match the year after its WWDC announcement, beginning withmacOS 26 Tahoe.

macOS Sequoia was released on September 16, 2024.

Development

[edit]

Development outside Apple

[edit]
A diagram of the relationships between Unix systems including the ancestors of macOS

After Apple removedSteve Jobs from management in 1985, he left the company and, with funding fromRoss Perot, foundedNeXT, Inc.[8] The result was theNeXT Computer. As the first workstation to include adigital signal processor (DSP) and a high-capacity optical disc drive, NeXT hardware was advanced for its time, but was expensive relative to the rapidly commoditizing workstation market. The hardware was phased out in 1993; however, the company'sobject-oriented operating systemNeXTSTEP had a more lasting legacy as it eventually became the basis for Mac OS X.

NeXTSTEP was based on theMach kernel developed at CMU (Carnegie Mellon University)[9] andBSD, an implementation ofUnix dating back to the 1970s. It featured anobject-oriented programmingframework based on theObjective-C language. This environment is known today in the Mac world asCocoa. It also supported the innovativeEnterprise Objects Framework database access layer andWebObjects application server development environment, among other notable features.[citation needed]

All but abandoning the idea of an operating system, NeXT managed to maintain a business selling WebObjects and consulting services, only ever making modest profits in its last few quarters as an independent company. NeXTSTEP underwent an evolution intoOPENSTEP which separated the object layers from the operating system below, allowing it to run with less modification on other platforms. OPENSTEP was, for a short time, adopted bySun andHP.

However, by this point, a number of other companies — notably Apple, IBM, Microsoft, and even Sun itself — were claiming they would soon be releasing similar object-oriented operating systems and development tools of their own. Some of these efforts, such asTaligent, did not fully come to fruition; others, likeJava, gained widespread adoption.[citation needed]

On February 4, 1997,Apple Computer acquired NeXT for $427 million, and used OPENSTEP as the basis forMac OS X, as it was called at the time.[10] Traces of the NeXT software heritage can still be seen in macOS. For example, in theCocoa development environment, theObjective-C library classes have "NS" prefixes, and the HISTORY section of the manual page for thedefaults command in macOS straightforwardly states that the command "First appeared in NeXTStep."[citation needed]

Internal development

[edit]

Meanwhile, Apple was facing commercial difficulties of its own. The decade-oldMacintosh System Software had reached the limits of its single-user,co-operative multitasking architecture, and its once-innovative user interface was looking increasingly outdated. A massive development effort to replace it, known asCopland, was started in 1994, but was generally perceived outside Apple to be a hopeless case due to political infighting and conflicting goals. By 1996, Copland was nowhere near ready for release, and the project was eventually cancelled. Some elements of Copland were incorporated intoMac OS 8, released on July 26, 1997.

After considering the purchase ofBeOS — a multimedia-enabled, multi-tasking OS designed for hardware similar to Apple's, the company decided instead to acquire NeXT and useOPENSTEP as the basis for their new OS.Avie Tevanian took over OS development, and Steve Jobs was brought on as a consultant. At first, the plan was to develop a new operating system based almost entirely on an updated version of OPENSTEP, with the addition of a virtual machine subsystem — known as theBlue Box — for running "classic" Macintosh applications. The result was known by the code nameRhapsody, slated for release in late 1998.

Apple expected that developers would port their software to the considerably more powerful OPENSTEP libraries once they learned of its power and flexibility. Instead, several major developers such asAdobe told Apple that this would never occur, and that they would rather leave the platform entirely. This "rejection" of Apple's plan was largely the result of a string of previous broken promises from Apple; after watching one "next OS" after another disappear and Apple's market share dwindle, developers were not interested in doing much work on the platform at all, let alone a re-write.

Changed direction under Jobs

[edit]

Apple's financial losses continued and the board of directors lost confidence in CEOGil Amelio, asking him to resign. The board askedSteve Jobs to lead the company on an interim basis, essentially giving himcarte blanche to make changes to return the company to profitability. When Jobs announced at theWorld Wide Developer's Conference in 1997 that what developers really wanted was a modern version of the Mac OS, which would enable the development of applications to be five to ten times faster, and Apple was going to deliver it, he was met with applause.[11]

Over the next two years, a major effort was applied to porting the original Macintosh API to Unix libraries known asCarbon. Mac OS applications could be ported to Carbon without the need for a complete re-write, making them operate as native applications on the new operating system. Meanwhile, applications written using the older toolkits would be supported using the "Classic" Mac OS 9 environment. Support forC,C++,Objective-C,Java, andPython were added, furthering developer comfort with the new platform.[12][13]

During this time, the lower layers of the operating system (theMach kernel and the BSD layers on top of it[14]) were re-packaged and released under theApple Public Source License. They became known asDarwin. The Darwin kernel provides a stable and flexible operating system, which takes advantage of the contributions of programmers and independent open-source projects outside Apple; however, it sees little use outside the Macintosh community.[citation needed]

During this period, theJava programming language had increased in popularity, and an effort was started to improve Mac Java support. This consisted of porting a high-speed Javavirtual machine to the platform, and exposing macOS-specific "Cocoa" APIs to the Java language.[citation needed]

The first release of the new OS —Mac OS X Server 1.0 — used a modified version of the Mac OS GUI, but all client versions starting with Mac OS X Developer Preview 3 used a new theme known asAqua. Aqua marked a significant shift from the Mac OS 9 interface, which had seen minimal changes since the original Macintosh OS. It introduced full-color scalable graphics, text and graphic anti-aliasing, simulated shading and highlights, transparency, shadows, and animation. A new feature was the Dock, an application launcher which took advantage of these capabilities.

Despite this, Mac OS X maintained a substantial degree of consistency with the traditional Mac OS interface and Apple's ownApple Human Interface Guidelines, with its pull-down menu at the top of the screen, familiar keyboard shortcuts, and support for a single-button mouse. The development of Aqua was delayed somewhat by the switch from OpenStep'sDisplay PostScript engine to one developed in-house that was free of any license restrictions, known asQuartz.[citation needed]

Overview

[edit]
Overview of macOS versions
ReleaseDarwin
version
Release dateLatest releaseCompatibility
VersionNameVersionRelease dateProcessorApplicationKernel
Mac OS X Server 1.0Hera[a]0.1-0.3March 16, 1999Unsupported: 1.2v3October 27, 200032-bit PowerPC32-bit PowerPC32-bit
Mac OS X 10.0Cheetah[a]1.3.1March 24, 2001Unsupported: 10.0.4June 22, 2001
Mac OS X 10.1Puma[a]1.4.1/5September 25, 2001Unsupported: 10.1.5June 6, 2002
Mac OS X 10.2Jaguar6August 24, 2002Unsupported: 10.2.8October 3, 200332/64-bit PowerPC[b]
Mac OS X 10.3Panther7October 24, 2003Unsupported: 10.3.9April 15, 2005
Mac OS X 10.4Tiger8April 29, 2005Unsupported: 10.4.11November 14, 200732/64-bit PowerPC
and Intel
32/64-bit PowerPC
and Intel[c][d]
Mac OS X 10.5Leopard9October 26, 2007Unsupported: 10.5.8August 13, 2009
Mac OS X 10.6Snow Leopard10August 28, 2009Unsupported: 10.6.8July 25, 201132/64-bit Intel32/64-bit Intel
32-bit PowerPC[d]
32/64-bit[17]
OS X 10.7Lion11July 20, 2011Unsupported: 10.7.5October 4, 201264-bit Intel32/64-bit Intel
OS X 10.8Mountain Lion12July 25, 2012[18]Unsupported: 10.8.5August 13, 201564-bit[19]
OS X 10.9Mavericks13October 22, 2013Unsupported: 10.9.5July 18, 2016
OS X 10.10Yosemite14October 16, 2014Unsupported: 10.10.5July 19, 2017
OS X 10.11El Capitan15September 30, 2015Unsupported: 10.11.6July 9, 2018
macOS 10.12Sierra16September 20, 2016Unsupported: 10.12.6September 26, 2019
macOS 10.13High Sierra17September 25, 2017Unsupported: 10.13.6November 12, 2020
macOS 10.14Mojave18September 24, 2018Unsupported: 10.14.6July 21, 2021
macOS 10.15Catalina19October 7, 2019Unsupported: 10.15.7July 20, 202264-bit Intel
macOS 11Big Sur20November 12, 2020Unsupported: 11.7.10September 11, 202364-bit Intel andARM[e]
macOS 12Monterey21October 25, 2021Unsupported: 12.7.6July 29, 2024
macOS 13Ventura22October 24, 2022Unsupported: 13.7.8August 20, 2025
macOS 14Sonoma23September 26, 2023Supported: 14.8.2November 3, 2025
Preview version: 14.8.3 RC 3November 17, 2025
macOS 15Sequoia24September 16, 2024Supported: 15.7.2November 3, 2025
Preview version: 15.7.3 RC 3November 17, 2025
macOS 26Tahoe25September 15, 2025Latest version:26.1November 3, 2025
Preview version: 26.2 beta 3November 17, 2025
Legend:
Unsupported
Supported
Latest version
Preview version
Future version
  1. ^abcInternal codename.
  2. ^ThePower Mac G5 had special Jaguar builds.
  3. ^Tiger did not support 64-bit GUI applications, only 64-bit CLI applications.[15][16]
  4. ^ab32-bit (but not 64-bit) PowerPC applications were supported on Intel processors withRosetta.
  5. ^64-bit Intel applications are supported onApple silicon Macs withRosetta 2. However, Intel-based Macs are unable to run ARM-based applications, such asiOS andiPadOS apps.

Releases

[edit]

With the exception ofMac OS X Server 1.0 and the original public beta, the first several macOS versions were named afterbig cats. Prior to its release,version 10.0 wascode named "Cheetah" internally at Apple, andversion 10.1 was code named internally as "Puma".

After the code name "Jaguar" forversion 10.2 received publicity in the media, Apple began openly using the names to promote the operating system:10.3 was marketed as "Panther",10.4 as "Tiger",10.5 as "Leopard",10.6 as "Snow Leopard",10.7 as "Lion", and10.8 as "Mountain Lion". "Panther", "Tiger", and "Leopard" were registered as trademarks.

Apple registered "Lynx" and "Cougar", but these were allowed to lapse.[20] Apple started using the name of locations in California for subsequent releases:10.9 Mavericks was named afterMavericks, a popular surfing destination;10.10 Yosemite was named afterYosemite National Park;10.11 El Capitan was named for theEl Capitan rock formation in Yosemite National Park;10.12 Sierra was named for theSierra Nevada mountain range; and10.13 High Sierra was named for the area around theHigh Sierra Camps.[21]

In 2016, OS X was renamed to macOS. A few years later, in 2020, with the release ofmacOS Big Sur, the first component of the version number was incremented from 10 to 11, so Big Sur's initial release's version number was 11.0 instead of 10.16, making the version numbers of macOS behave the way the version numbers of Apple's other operating systems do.[22] All subsequent major releases also increased the first component of the version number.

Mac OS X Public Beta

[edit]
Main article:Mac OS X Public Beta

On September 13, 2000, Apple released a $29.95[23] "preview" version ofMac OS X (internally codenamedKodiak) in order to gain feedback from users.[24] It marked the first public availability of theAqua interface, and Apple made many changes to the UI based on customer feedback. Mac OS X Public Beta expired and ceased to function on May 14, 2001.[25]

Mac OS X 10.0 "Cheetah"

[edit]

On March 24, 2001, Apple releasedMac OS X 10.0 (internally codenamedCheetah).[26]The initial version was slow, incomplete, and had very few applications available at the time of its launch, mostly from independent developers. Critics suggested that the operating system was not ready for mainstream adoption, but they recognized the importance of its initial launch as a base to improve upon. Simply releasing Mac OS X was received by the Macintosh community as a great accomplishment, for attempts to completely overhaul the Mac OS had been underway since 1996, and delayed by countless setbacks. Following some bug fixes,kernel panics became much less frequent.

Mac OS X 10.1 "Puma"

[edit]

Mac OS X 10.1 (internally codenamedPuma) was released on September 25, 2001.[27]It has better performance and provided missing features, such as DVD playback. Apple released 10.1 as a free upgrade CD for 10.0 users. Apple released aUS$129 upgrade CD forMac OS 9.

On January 7, 2002, Apple announced that Mac OS X was to be the default operating system for all Macintosh products by the end of that month.[28]

Mac OS X 10.2 Jaguar

[edit]

On August 23, 2002,[29]Apple followed up withMac OS X 10.2Jaguar, the first release to use its code name as part of the branding.[30]It brought great raw performance improvements, a sleeker look, and many powerful user-interface enhancements (over 150, according to Apple[31]), includingQuartz Extreme for compositing graphics directly on anATIRadeon orNvidiaGeForce2 MX AGP-based video card with at least 16 MB of VRAM, a system-wide repository for contact information in the newAddress Book, and an instant messaging client namediChat.[32]TheHappy Mac which had appeared during the Mac OS startup sequence for almost 18 years was replaced with a large grey Apple logo with the introduction of Mac OS X 10.2.

Mac OS X 10.3 Panther

[edit]

Mac OS X Panther was released on October 24, 2003. In addition to providing much improved performance, it also incorporated the most extensive update yet to the user interface. Panther included as many or more new features as Jaguar had the year before, including an updated Finder, incorporating a brushed-metal interface,Fast user switching,Exposé (Window manager),FileVault,Safari, iChat AV (which addedvideoconferencing features to iChat), improvedPortable Document Format (PDF) rendering and much greaterMicrosoft Windows interoperability.[33]Support for some early G3 computers such as thePower Macintosh andPowerBook was discontinued.

Mac OS X 10.4 Tiger

[edit]

Mac OS X Tiger was released on April 29, 2005. Apple stated that Tiger contained more than 200 new features.[34]As with Panther, certain older machines were no longer supported; Tiger requires a Mac with a built-inFireWire port.Among the new features, Tiger introducedSpotlight,Dashboard,Smart Folders, updated Mail program with Smart Mailboxes,QuickTime 7,Safari 2,Automator,VoiceOver,Core Image andCore Video. The initial release of theApple TV used a modified version of Tiger with a different graphical interface and fewer applications and services.[35]

On January 10, 2006, Apple released the firstIntel x86-based Macs along with the 10.4.4 update to Tiger. This operating system functioned identically on thePowerPC-based Macs and the new Intel-based machines, with the exception of the Intel release dropping support for the Classic environment.[35] 10.4.4 introducedRosetta, which translated 32-bit PowerPC machine code to 32-bit x86 code, allowing applications for PowerPC to run on Intel-based Macs without modification.Only PowerPC Macs can be booted from retail copies of the Tiger client DVD, but there is a Universal DVD of Tiger Server 10.4.7 (8K1079) that can boot both PowerPC and Intel Macs.

Mac OS X 10.5 Leopard

[edit]

Mac OS X Leopard was released on October 26, 2007. Apple called it "the largest update of Mac OS X". Leopard supports bothPowerPC- andIntel x86-based Macintosh computers; support for Macs with the G3 processor was dropped, and Macs with the G4 processor required a minimum clock rate of 867 MHz and at least 512 MB ofRAM to be installed. The single DVD works for all supported Macs (including 64-bit machines). New features include a new look, an updated Finder,Time Machine,Spaces,Boot Camp pre-installed,[36] full support for64-bit applications (including graphical applications), new features inMail andiChat, and a number of new security features.

Leopard, on the Intel platform, is the firstOpen Brand UNIX 03 registered version of macOS. It was also the firstBSD-based OS to receive UNIX 03 certification.[3][37] Leopard dropped support for theClassic Environment and all Classic applications,[38] and was the final version of Mac OS X to support the PowerPC architecture.

Mac OS X 10.6 Snow Leopard

[edit]

Mac OS X Snow Leopard was released on August 28, 2009, the last version to be available on disc. Rather than delivering big changes to the appearance and end user functionality like the previous releases ofMac OS X, the development of Snow Leopard was deliberately focused on "under the hood" changes, increasing the performance, efficiency, and stability of the operating system. For most users, the most noticeable changes were a difference in the disk space that the operating system frees up after a clean installation when compared toMac OS X 10.5 Leopard, a more responsiveFinder rewritten inCocoa, fasterTime Machine backups, more reliable and user friendly disk ejects, a more powerful version of the Preview application, and a fasterSafari web browser.

An update also introduced support for theMac App Store, Apple's digital distribution platform for macOS applications and subsequent macOS upgrades.[39] Snow Leopard only supports Macs with Intel CPUs, requires at least 1 GB ofRAM, and drops default support for applications built for thePowerPC architecture. However,Rosetta can be installed as an additional component to retain support for PowerPC-only applications.[40] It is the final version to support 32-bit Intel Macs.

Mac OS X 10.7 Lion

[edit]

Mac OS X Lion (also known as OS X Lion) was released on July 20, 2011. It brought developments made in Apple's iOS, such as an easily navigable display of installed applications (Launchpad) and (a greater use of)multi-touch gestures, to the Mac. This release removedRosetta, making it incapable of running PowerPC applications. It requires 2 GB of memory. Changes made to the graphical user interface (GUI) include the Launchpad (similar to the home screen of iOS and iPadOS devices), auto-hiding scrollbars that only appear when they are being used, and Mission Control, which unifies Exposé, Spaces, Dashboard, and full-screen applications within a single interface.[41]Apple also made changes to applications: they resume in the same state as they were before they were closed (similar to iOS). Documents auto-save by default.

OS X 10.8 Mountain Lion

[edit]

OS X Mountain Lion was released on July 25, 2012. It incorporates some features seen in iOS 5, which includeGame Center, support foriMessage in the newMessages messaging application, and Reminders as a to-do list app separate fromiCal (which is renamed as Calendar, like the iOS app). It also includes support for storingiWork documents iniCloud. 2 GB of memory is required.[42] Application pop-ups are now concentrated on the corner of the screen, and the Center itself is pulled from the right side of the screen. Mountain Lion also includes more Chinese features, including support forBaidu as an option forSafari search engine.[43]Notification Center is added, providing an overview of alerts from applications. It is a desktop version similar to the one in iOS 5.0 and higher. Notes is added, as an application separate from Mail, syncing with itsiOS counterpart[44][45] through the iCloud service. Messages, aninstant messagingsoftware application,[46] replacesiChat.[47]

OS X 10.9 Mavericks

[edit]

OS X Mavericks was released on October 22, 2013, as a free update through theMac App Store worldwide.[48]It placed emphasis on battery life, Finder enhancements, other enhancements for power users, and continued iCloud integration, as well as bringing more of Apple's iOS apps to the OS X platform.iBooks andApple Maps applications were added. Mavericks requires 2 GB of memory to operate. It is the first version named under Apple's then-new theme of places inCalifornia, dubbedMavericks after thesurfing location.[49][50] Unlike previous versions of OS X, which had progressively decreasing prices since 10.6, 10.9 was available at no charge to all users of compatible systems running Snow Leopard (10.6) or later,[51] beginning Apple's policy of free upgrades for life on its operating system and business software.[52]

OS X 10.10 Yosemite

[edit]

OS X Yosemite was released to the general public on October 16, 2014, as a free update through theMac App Store worldwide. It featured a major overhaul of user interface, replaced skeuomorphism with flat graphic design and blurred translucency effects, following the aesthetic introduced with iOS 7. It introduced features called Continuity and Handoff, which allow for tighter integration between paired OS X and iOS devices: the user can handle phone calls or text messages on either their Mac or their iPhone, and edit the same Pages document on either their Mac or their iPad. A later update of the OS included Photos as a replacement foriPhoto andAperture.[citation needed]

OS X 10.11 El Capitan

[edit]

OS X El Capitan was revealed on June 8, 2015, during the WWDC 2015 keynote speech.[53] It was made available as a public beta in July and was made available publicly on September 30, 2015. Apple described this release as containing "Refinements to the Mac Experience" and "Improvements to System Performance" rather than new features. Refinements include public transport built into theMaps application, GUI improvements to theNotes application, as well as adoptingSan Francisco as the system font.Metal API, an application enhancing software, had debuted in this operating system, being available to "all Macs since 2012".[54]

macOS 10.12 Sierra

[edit]

macOS Sierra was announced on June 13, 2016, during the WWDC16 keynote speech. The update brought theSiri assistant to macOS, featuring several Mac-specific features, like searching for files. It also allowed websites to supportApple Pay as a method of transferring payment, using either a nearby iOS device or Touch ID to authenticate. iCloud also received several improvements, such as the ability to store a user's Desktop and Documents folders on iCloud so they could be synced with other Macs on the same Apple ID. It was released publicly on September 20, 2016.[55]

macOS 10.13 High Sierra

[edit]

macOS High Sierra was announced on June 5, 2017, during the WWDC17 keynote speech. It was released on September 25, 2017. The release includes many under-the-hood improvements, including a switch toApple File System (APFS), the introduction ofMetal 2, support forHEVC video, and improvements tovirtual reality support. In addition, numerous changes were made to standard applications including Photos, Safari, Notes, and Spotlight.[56]

macOS 10.14 Mojave

[edit]

macOS Mojave was announced on June 4, 2018, during the WWDC18 keynote speech. It was released on September 24, 2018. Some of the key new features were Dark wallpaper in dark mode, Desktop stacks and Dynamic Desktop, which changes the desktop background image to correspond to the user's current time of day.[57]

macOS 10.15 Catalina

[edit]

macOS Catalina was announced on June 3, 2019, during the WWDC19 keynote speech. It was released on October 7, 2019. It primarily focuses on updates to built-in apps, such as replacing iTunes with separate Music, Podcasts, and TV apps, redesigned Reminders and Books apps, and a new Find My app. It also features Sidecar, which allows the user to use an iPad as a second screen for their computer, or even simulate a graphics tablet with an Apple Pencil.It is the first version of macOS not to support 32-bit applications. The Dashboard application was also removed in the update.[58][59] Since macOS Catalina, iOS apps can run on macOS with Project Catalyst but requires the app to be made compatible[60] unlike ARM-poweredApple silicon Macs that can run all iOS apps by default.[61]

macOS 11 Big Sur

[edit]

macOS Big Sur was announced on June 22, 2020, during the WWDC20 keynote speech.[62] It was released November 12, 2020.[63] The major version number is changed, for the first time since "Mac OS X" was released, making it macOS 11. It bringsARM support, new icons,GUI changes to the system,[64] and other bug fixes.Since macOS 11.2.3, it is no longer possible to install iOS apps by default from an IPA file instead of the Mac App Store on Apple silicon Macs, which now requires third-party software to unlock the functionality.[65][66] Big Sur introducedRosetta 2 to allow 64-bit Intel applications to run on Apple silicon Macs. However, Intel-based Macs are unable to run ARM-based applications, including iOS and iPadOS apps.

macOS 12 Monterey

[edit]

macOS Monterey was announced on June 7, 2021, during the WWDC21 keynote speech.[67] It was released on October 25, 2021.[68] macOS Monterey introduces new features such as Universal Control, which allows users to use a single keyboard and mouse to move between devices; AirPlay, which now allows users to present and share almost anything; the Shortcuts app, also introduced to macOS, gives users access to galleries of pre-built shortcuts, designed for Macs, a service brought from iOS, and users can now also set up shortcuts, among other things.[69] macOS Monterey is the final version of macOS that officially supports macOS Server.

macOS 13 Ventura

[edit]

macOS Ventura was announced on June 6, 2022, during the WWDC22 keynote speech.[70] It was released on October 24, 2022.[71] macOS Ventura introduces Stage Manager, a new and optional window manager, a redesigned settings app, and Continuity Camera, which is a program that allows Mac users to use their iPhone as a camera, and several other new features.[70] It is also the first version of macOS without macOS Server support.

macOS 14 Sonoma

[edit]

macOS Sonoma was announced on June 5, 2023, during the WWDC23 keynote speech. Key changes include a revamp of Widgets, the user lock screen, and a video wallpaper/screensaver feature using Apple TV's screen saver videos.[72] It was released on September 26, 2023.[73]

macOS 15 Sequoia

[edit]

macOS Sequoia was announced on June 10, 2024, during the WWDC24 keynote speech. This release introducedApple Intelligence, with a limited initial feature set focused on basic writing and image generation tools complemented byChatGPT integration. An iPhone Mirroring app for remotely controlling a user's iPhone was included, along with a password manager app, system support for tiling and resizing windows, and various other minor updates to Safari, Maps, Messages and Notes. It was released on September 16, 2024.[74]

macOS 26 Tahoe

[edit]

macOS Tahoe was announced on June 9, 2025, during the WWDC25 keynote speech. It introduced a new design language,Liquid Glass, that's been applied universally on all Apple OSes and devices, added new Phone and Games apps, and improved integration with Apple Intelligence. It was released on September 15, 2025.[75]

Timeline of Macintosh operating systems

[edit]
Timeline of Mac operating systems

See also

[edit]

References

[edit]
  1. ^Sandaruwani, Dilusha (August 6, 2020)."Evolution of Mac OS".Medium.Archived from the original on July 5, 2023. RetrievedJuly 5, 2023.
  2. ^"BSD Overview". Archived fromthe original on November 7, 2018.
  3. ^abThe Open Group."Mac OS X version 10.5 Leopard on Intel-based Macintosh computers certification".Archived from the original on May 11, 2008. RetrievedJune 12, 2007.
  4. ^The Open Group."Mac OS X version 10.6 Leopard on Intel-based Macintosh computers certification".Archived from the original on November 16, 2014. RetrievedJuly 11, 2013.
  5. ^The Open Group."Mac OS X version 10.8 Mountain Lion on Intel-based Macintosh computers certification".Archived from the original on November 16, 2014.
  6. ^The Open Group."Mac OS X version 10.9 Mavericks on Intel-based Macintosh computers certification".Archived from the original on November 4, 2013. RetrievedSeptember 18, 2013.
  7. ^The Open Group."OS X version 10.10 Yosemite on Intel-based Macintosh computers certification".Archived from the original on November 10, 2014. RetrievedNovember 13, 2014.
  8. ^Isaacson, Walter (2011).Steve Jobs.Simon & Schuster. p. 227.ISBN 978-1-4087-0374-8.
  9. ^Sobell, Mark G.A Practical Guide to Linux Commands, Editors, and Shell Programming (3rd ed.). p. 2.
  10. ^Linzmayer, Owen W. (1999).Apple Confidential: The Real Story of Apple Computer, Inc. No Starch Press.ISBN 9781886411289.
  11. ^"Transcript: Steve Jobs at Apple's WWDC 1997".Sebastiaan van der Lans. January 3, 2020. RetrievedOctober 28, 2025.
  12. ^Smith, Tony (March 24, 2011)."Apple Mac OS X: A decade of Ten".The Register. RetrievedOctober 28, 2025.
  13. ^"MacTech | The journal of Apple technology".preserve.mactech.com. RetrievedOctober 28, 2025.
  14. ^A Practical Guide to Linux Commands, Editors, and Shell Programming, 3rd edition by Mark G. Sobell, page 2
  15. ^John Siracusa (April 28, 2005)."Mac OS X 10.4 Tiger".Ars Technica. p. 4. RetrievedFebruary 25, 2007.
  16. ^Apple (March 6, 2006)."Developing 64-bit applications".Apple Developer Connection. Archived fromthe original on September 25, 2007. RetrievedMarch 5, 2007.
  17. ^"Road to Mac OS X Snow Leopard: 64-bit to the Kernel". AppleInsider. October 28, 2008.Archived from the original on September 28, 2015. RetrievedSeptember 28, 2015.
  18. ^"Mountain Lion Available Today From the Mac App Store" (Press release).Apple. July 25, 2012.Archived from the original on October 10, 2017. RetrievedJanuary 2, 2018.
  19. ^"Older 64-bit Macs out of the picture for Mountain Lion".CNET. July 11, 2012.Archived from the original on October 1, 2015. RetrievedSeptember 28, 2015.
  20. ^Trademark #78257226 for Panther, #78269988 for Tiger, #78270003 for Leopard, #78271630 for Cougar and #78271639 for Lynx, all registered in 2004 by Apple Computer, Inc."United States Patent and Trademark Office". Archived fromthe original on December 20, 2006. RetrievedDecember 20, 2006.
  21. ^Ha, Anthony (June 10, 2013)."Apple Has A New, California-Based Naming Scheme For OS X, Starting With OS X Mavericks".TechCrunch.Archived from the original on July 9, 2017. RetrievedSeptember 27, 2023.
  22. ^Mastroianni, Brian (June 13, 2016)."Apple unveils iOS 10, macOS, and more at WWDC 2016".CBS News.Archived from the original on September 25, 2023. RetrievedSeptember 27, 2023.Perhaps one of the announcements that stood out the most was a slight name change. The desktop operating system Mac OS X will now be called macOS to better match with the way the company's other operating systems are named.
  23. ^John Siracusa."Mac OS X Beta – Page 1 – (10/2000)".Ars Technica.Condé Nast Digital.Archived from the original on October 30, 2009. RetrievedMarch 11, 2010.
  24. ^"Makefile".Apple. June 2005. Archived fromthe original on January 14, 2009. RetrievedDecember 15, 2008.RC Release is Kodiak (Public Beta)
  25. ^"Mac OS X Public Beta Expires Today | News". The Mac Observer.Archived from the original on June 8, 2011. RetrievedMarch 11, 2010.
  26. ^Although the version is now called Cheetah by users, rare evidences can be found to prove that it was called so internally. For instance, a Q&A was created in 2005 which mentions it"Technical Q&A".Apple. October 4, 2005.Archived from the original on May 18, 2008. RetrievedDecember 20, 2006.
  27. ^"Cross-Development".Apple. November 11, 2006. Archived fromthe original on May 20, 2007. RetrievedDecember 20, 2006.
  28. ^"Apple Makes Mac OS X the Default Operating System on All Macs" (Press release).Apple. January 7, 2002.Archived from the original on October 10, 2017. RetrievedDecember 3, 2006.
  29. ^"Jaguar "Unleashed" at 10:20 p.m. Tonight" (Press release).Apple. August 23, 2002.Archived from the original on January 3, 2018. RetrievedJanuary 10, 2018.
  30. ^The headline of the press release mention "Jaguar", while the codename was not mentioned for earlier versions. SeeApple.comArchived January 3, 2018, at theWayback Machine, "Jaguar" press release, compared toMac OS X 10.0 press releaseArchived January 3, 2018, at theWayback Machine andMac OS X 10.1 press releaseArchived January 3, 2018, at theWayback Machine
  31. ^"Apple – Mac OS X".Apple. August 29, 2002. Archived fromthe original on August 29, 2002. RetrievedJune 12, 2008.
  32. ^"Apple Previews "Jaguar," the Next Major Release of Mac OS X" (Press release).Apple. May 6, 2002.Archived from the original on January 3, 2018. RetrievedJanuary 10, 2018.
  33. ^"Apple Announces Mac OS X "Panther"" (Press release).Apple. October 8, 2003.Archived from the original on May 4, 2021. RetrievedJanuary 10, 2018.
  34. ^"Apple Unleashes "Tiger Friday at 6:00 p.m." (Press release).Apple. April 28, 2005.Archived from the original on March 22, 2018. RetrievedJanuary 10, 2018.
  35. ^ab"Apple unveils Intel iMacs". AppleInsider. January 2006.Archived from the original on August 4, 2021. RetrievedJanuary 10, 2018.
  36. ^"Apple – BootCamp".Apple. 2006. Archived fromthe original on June 2, 2006. RetrievedJune 5, 2006.
  37. ^"Mac OS X Leopard – Technology – UNIX".Leopard Technology Overview.Apple. Archived fromthe original on June 9, 2011. RetrievedOctober 26, 2007.Leopard is now an Open Brand UNIX 03 Registered Product, conforming to the SUSv3 and POSIX 1003.1 specifications for the C API, Shell Utilities, and Threads.
  38. ^"Do Classic applications work with Mac OS X 10.5 or Intel-based Macs?".Knowledge Base.Apple. January 13, 2006. Archived fromthe original on October 25, 2007. RetrievedOctober 25, 2007.
  39. ^Reisinger, Don (January 6, 2011)."Mac App Store launches on Snow Leopard".CNET.
  40. ^Lynch, Steven (June 12, 2008)."Mac OS X Snow Leopard Drops PowerPC Support".[H]ard|OCP. HardOCP.Archived from the original on September 27, 2011. RetrievedOctober 20, 2010.
  41. ^"Apple – OS X Lion – The world's most advanced desktop operating system".Apple. October 20, 2010.Archived from the original on October 22, 2010. RetrievedOctober 20, 2010.
  42. ^"Apple – OS X Mountain Lion – The world's most advanced desktop operating system".Apple. February 16, 2012.Archived from the original on February 16, 2012. RetrievedFebruary 16, 2012.
  43. ^Panzarino, Matthew (February 16, 2012)."Apple courts China with Sina Weibo, Baidu, Youku and more integrated in Mountain Lion". The Next Web.Archived from the original on March 21, 2012. RetrievedMarch 15, 2012.
  44. ^"OS X Mountain Lion – See everything the new OS X can do".Apple. Section "Notes".Archived from the original on August 15, 2012. RetrievedFebruary 22, 2012.
  45. ^Titlow, John Paul."Apple's Convergence of Desktop and Mobile Continues With Mountain Lion".ReadWriteWeb.SAY Media. Archived fromthe original on April 21, 2012. RetrievedApril 24, 2012.
  46. ^"OS X Mountain Lion – Inspired by iPad. Made for the Mac". Apple.Archived from the original on March 22, 2012. RetrievedMarch 23, 2012.
  47. ^Cheng, Jacqui (July 25, 2012)."OS X Mountain Lion now available via Mac App Store". Ars Technica.Archived from the original on August 27, 2012. RetrievedSeptember 1, 2012.
  48. ^"Apple Releases Developer Preview of OS X Mavericks With More Than 200 New Features" (Press release). Apple Inc. June 10, 2013.Archived from the original on February 13, 2018. RetrievedJune 25, 2020.
  49. ^WWDC 2013 Keynote. Apple Inc. June 10, 2013. Archived fromthe original on February 18, 2014.
  50. ^Ha, Anthony (June 10, 2013)."Apple Has A New, California-Based Naming Scheme For OS X, Starting With OS X Mavericks".TechCrunch.Archived from the original on July 9, 2017.
  51. ^Souppouris, Aaron (October 22, 2013)."OS X Mavericks now available as a free download".The Verge.Archived from the original on October 22, 2013.
  52. ^Gupta, Poornima; Chan, Edwin (October 22, 2013)."Apple unveils iPad Air, new Macs for holidays".Reuters.Archived from the original on April 24, 2016.
  53. ^"Apple Announces OS X El Capitan with Refined Experience & Improved Performance".www.apple.com (Press release).Archived from the original on October 8, 2017. RetrievedJanuary 10, 2018.
  54. ^Dhiraj, Rav (June 2015)."What's New in Metal, Part 1"(PDF).Apple Developer. Apple. p. 84. Archived fromthe original(PDF) on June 17, 2015. RetrievedOctober 21, 2017.
  55. ^"macOS Sierra: Siri, Apple Pay for the Web, and More, Available Now".www.macrumors.com. July 19, 2017.Archived from the original on November 11, 2021. RetrievedJuly 1, 2019.
  56. ^"macOS High Sierra". Apple.Archived from the original on September 11, 2018. RetrievedSeptember 26, 2017.
  57. ^"macOS – Mojave Preview". Apple.Archived from the original on March 20, 2019. RetrievedJune 5, 2018.
  58. ^"macOS Catalina: Just Announced, Coming This Fall".www.macrumors.com. June 27, 2019.Archived from the original on January 21, 2022. RetrievedJuly 1, 2019.
  59. ^"How to find 32-bit applications".Archived from the original on January 25, 2021. RetrievedOctober 11, 2019.
  60. ^"iOS apps will run on macOS with Project Catalyst". June 3, 2019.Archived from the original on January 4, 2022. RetrievedNovember 12, 2021.
  61. ^"iOS apps will run natively on ARM-powered Macs". June 22, 2020.Archived from the original on December 8, 2020. RetrievedNovember 12, 2021.
  62. ^"Apple introduces macOS Big Sur with a beautiful new design" (Press release).Apple Inc. June 22, 2020.Archived from the original on June 22, 2020. RetrievedJune 22, 2020.
  63. ^Haslam, Karen."macOS Big Sur is here now... and so are the problems".Macworld UK.Archived from the original on November 10, 2021. RetrievedNovember 20, 2020.
  64. ^"Apple unveils macOS 11.0 Big Sur, featuring a new aesthetic and redesigned apps".TechCrunch. June 22, 2020.Archived from the original on January 21, 2022. RetrievedJune 22, 2020.
  65. ^"How to run iOS apps on your M1 Mac". January 28, 2021.Archived from the original on October 20, 2022. RetrievedOctober 20, 2022.
  66. ^"How to launch an iOS app on macOS?".fr:Korben. August 11, 2021.Archived from the original on October 20, 2022. RetrievedOctober 20, 2022.
  67. ^Gallagher, William (June 7, 2021)."Apple unveils macOS Monterey at WWDC 2021".AppleInsider.Archived from the original on September 24, 2022. RetrievedSeptember 20, 2022.
  68. ^Fathi, Sami (October 18, 2021)."Apple Releasing macOS Monterey on October 25".MacRumors.Archived from the original on October 18, 2021. RetrievedSeptember 20, 2022.
  69. ^"macOS Monterey: All the New Features Detailed".MacRumors.Archived from the original on June 12, 2021. RetrievedMarch 16, 2022.
  70. ^abMauran, Cecily (June 6, 2022)."Apple WWDC introduces the world to macOS Ventura".Mashable.Archived from the original on September 26, 2022. RetrievedSeptember 20, 2022.
  71. ^Espósito, Filipe (October 24, 2022)."macOS Ventura now available for Mac users with Camera Continuity and Stage Manager".9to5mac.com.Archived from the original on October 24, 2022. RetrievedOctober 24, 2022.
  72. ^"macOS Sonoma brings new capabilities for elevating productivity and creativity".Apple Newsroom. June 5, 2023.Archived from the original on June 5, 2023. RetrievedSeptember 27, 2023.
  73. ^"macOS Sonoma is available today".Apple Newsroom. September 26, 2023.Archived from the original on September 26, 2023. RetrievedSeptember 27, 2023.
  74. ^Clover, Juli (September 16, 2024)."Apple Launches macOS Sequoia With iPhone Mirroring, Passwords App, Window Tiling Updates and More".MacRumors. RetrievedSeptember 16, 2024.
  75. ^"macOS Tahoe Now Available With Liquid Glass Design, Phone App, Spotlight Actions and More".MacRumors. September 15, 2025. RetrievedOctober 2, 2025.

External links

[edit]
Versions
Mac OS X
OS X
macOS
Predecessors
Applications
Core
applications
Developer
Tools
Xcode
Former
Former
Utilities
Discontinued
Technologies,
user interface
Deprecated
Discontinued
  • Italics denote upcoming products.
  •  Category
History
macOS
Mac OS X
Server
TV Software
  • 1
  • 2
  • 3
  • Forks from iOS with 4
iOS
tvOS
audioOS
watchOS
bridgeOS
audioOS
  • 11
  • 12
  • 13
  • Forks from tvOS with 13.4
iPadOS
visionOS
Non-Apple
distributions
Operating systems byApple
Apple II,III,Lisa
Mac
Classic Mac OS
macOS
Other projects
iOS derivatives
iOS
iPadOS
Others
Others
Products
Hardware
Mac
iPod
iPhone
iPad
Other
Software
Operating
systems
Services
Financial
Media
Communication
Retail
Support
Other
Companies
Subsidiaries
Acquisitions
Partnerships
Design andmarketing
Legal issues and
labour relations
Related
People
CEOs
Board chairs
Other
executives
Current
Former
Founders
  • Italics indicate discontinued products, services, or defunct companies.
  • Category
Retrieved from "https://en.wikipedia.org/w/index.php?title=MacOS_version_history&oldid=1323789199"
Category:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp