Thehistory ofmacOS,Apple's currentMacoperating system formerly namedMac OS X until 2011 and thenOS X until 2016, began with the company's project to replace its"classic" 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 itsMac 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 theRoman 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. It was built using the technologies Apple acquired from NeXT, but did not include the signatureAqua user interface (UI). The desktop version aimed at regular users—Mac OS X 10.0—shipped in March 2001. Since then, several more distinct desktop and server editions of macOS have been released. Starting withMac OS X 10.7 Lion,macOS Server is no longer offered as a standalone operating system; instead, server management tools are available for purchase as an add-on. The macOS Server app was discontinued on April 21, 2022, and will stop working onmacOS 13 Ventura or later. Starting with theIntel build ofMac OS X 10.5 Leopard, most releases have been certified as Unix systems conforming to theSingle UNIX Specification.[3][4][5][6][7]
Lion was referred to by Apple as "Mac OS X Lion" and sometimes as "OS X Lion"; Mountain Lion was officially referred to as just "OS X Mountain Lion", with the "Mac" being completely dropped. The operating system was further renamed to "macOS" starting with macOS Sierra.
macOS retained the major version number 10 throughout its development history until the release ofmacOS 11 Big Sur in 2020.
Mac OS X 10.0 and 10.1 were given names ofbig cats as internal code names ("Cheetah" and "Puma"). Starting with Mac OS X 10.2 Jaguar, big-cat names were used as marketing names; starting with OS X 10.9 Mavericks, names of locations inCalifornia were used as marketing names instead.
The current major version,MacOS Sequoia, was announced on June 10, 2024, atWWDC 2024 and released on September 16 of that year.
AfterApple removedSteve Jobs from management in 1985, he left the company and attempted to create the "next big thing", with funding fromRoss Perot[8] and himself. 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]
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.
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 that what developers really wanted was a modern version of the Mac OS, and Apple was going to deliver it[citation needed], he was met with applause.
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.[citation needed]
During this time, the lower layers of the operating system (theMach kernel and the BSD layers on top of it[11]) 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]
Version | Release Name | Darwin version | Processor support | Application support | Kernel | Date announced | Release date | Most recent version | |
---|---|---|---|---|---|---|---|---|---|
Unsupported:Rhapsody Developer Release | Grail1Z4/Titan1U (internal codename) | Unknown | 32-bitPowerPC andIntel | 32-bit PowerPC and Intel | 32-bit | January 7, 1997[12] | August 31, 1997 | DR2 (May 14, 1998) | |
Unsupported:Mac OS X Server 1.0 | Hera (internal codename) | 32-bit PowerPC | 32-bit PowerPC | January 5th, 1999[13] | March 16, 1999 | 1.2v3 (October 27, 2000) | |||
Unsupported: Mac OS X Developer Preview | Unknown | May 11, 1998[14] | March 16, 1999 | DP4 (April 5, 2000) | |||||
Unsupported:Mac OS X Public Beta | Kodiak[15] (internal codename) | May 15, 2000[16] | September 13, 2000 | — | |||||
Unsupported:Mac OS X 10.0 | Cheetah (internal codename) | 1.3.1 | January 9, 2001[17] | March 24, 2001 | 10.0.4 (4Q12) (June 22, 2001) | ||||
Unsupported:Mac OS X 10.1 | Puma (internal codename) | 1.4.1/5 | July 18, 2001[18] | September 25, 2001 | 10.1.5 (5S60) (June 6, 2002) | ||||
Unsupported:Mac OS X 10.2 | Jaguar | 6 | 32/64-bit PowerPC[Note 1] | May 6, 2002[19] | August 24, 2002 | 10.2.8 (October 3, 2003) | |||
Unsupported:Mac OS X 10.3 | Panther | 7 | June 23, 2003[20] | October 24, 2003 | 10.3.9 (7W98) (April 15, 2005) | ||||
Unsupported:Mac OS X 10.4 | Tiger | 8 | 32/64-bit PowerPC and Intel | 32/64-bit PowerPC and Intel[Note 2][Note 3] | May 4, 2004[21] | April 29, 2005 | 10.4.11 (November 14, 2007) | ||
Unsupported:Mac OS X 10.5 | Leopard | 9 | June 26, 2006[22] | October 26, 2007 | 10.5.8 (9L31a) (August 13, 2009) | ||||
Unsupported:Mac OS X 10.6 | Snow Leopard | 10 | 32/64-bit Intel | 32/64-bit Intel 32-bit PowerPC[Note 3] | 32/64-bit[23] | June 9, 2008[24] | August 28, 2009 | 10.6.8 (10K549) (July 25, 2011) | |
Unsupported:Mac OS X 10.7 | Lion | 11 | 64-bit Intel | 32/64-bit Intel | October 20, 2010[25] | July 20, 2011 | 10.7.5 (11G63) (October 4, 2012) | ||
Unsupported:OS X 10.8 | Mountain Lion | 12 | 64-bit[26] | February 16, 2012[27] | July 25, 2012[28] | 10.8.5 (12F2560) (August 13, 2015) | |||
Unsupported:OS X 10.9 | Mavericks | 13 | June 10, 2013[29] | October 22, 2013 | 10.9.5 (13F1911) (July 18, 2016) | ||||
Unsupported:OS X 10.10 | Yosemite | 14 | June 2, 2014[30] | October 16, 2014 | 10.10.5 (14F2511) (July 19, 2017) | ||||
Unsupported:OS X 10.11 | El Capitan | 15 | June 8, 2015[31] | September 30, 2015 | 10.11.6 (15G22010) (July 9, 2018) | ||||
Unsupported:macOS 10.12 | Sierra | 16 | June 13, 2016[32] | September 20, 2016 | 10.12.6 (16G2136) (September 26, 2019) | ||||
Unsupported:macOS 10.13 | High Sierra | 17 | June 5, 2017 | September 25, 2017 | 10.13.6 (17G14042) (November 12, 2020) | ||||
Unsupported:macOS 10.14 | Mojave | 18 | June 4, 2018 | September 24, 2018 | 10.14.6 (18G9323) (July 21, 2021) | ||||
Unsupported:macOS 10.15 | Catalina | 19 | 64-bit Intel | June 3, 2019 | October 7, 2019 | 10.15.7 (19H2026) (July 20, 2022) | |||
Unsupported:macOS 11 | Big Sur | 20 | 64-bit Intel andARM[Note 4] | June 22, 2020 | November 12, 2020 | 11.7.10 (20G1427) (September 11, 2023) | |||
Unsupported:macOS 12 | Monterey | 21 | June 7, 2021 | October 25, 2021 | 12.7.6 (21H1320) (July 29, 2024) | ||||
Supported:macOS 13 | Ventura | 22 | June 6, 2022 | October 24, 2022 | 13.7.6 (22H527) (May 12, 2025) | ||||
Supported:macOS 14 | Sonoma | 23 | June 5, 2023 | September 26, 2023 | 14.7.6 (23H527) (May 12, 2025) | ||||
Latest version:macOS 15 | Sequoia | 24 | June 10, 2024 | September 16, 2024 | 15.5 (24F74) (May 12, 2025) | ||||
Preview version:macOS 26 | Tahoe | 25 | June 9, 2025 | Late 2025[33] | 26.0 beta 3 (25A5306g) (July 7, 2025) | ||||
Legend: Unsupported Supported Latest version Preview version Future version |
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.[36] 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.[37]
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.[38] All subsequent major releases also increased the first component of the version number.
On September 13, 2000, Apple released a $29.95[39] "preview" version ofMac OS X (internally codenamedKodiak) in order to gain feedback from users.[40] 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.[41]
On March 24, 2001, Apple releasedMac OS X 10.0 (internally codenamedCheetah).[42]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 (internally codenamedPuma) was released on September 25, 2001.[43]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.[44]
On August 23, 2002,[45]Apple followed up withMac OS X 10.2Jaguar, the first release to use its code name as part of the branding.[46]It brought great raw performance improvements, a sleeker look, and many powerful user-interface enhancements (over 150, according to Apple[47]), 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.[48]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 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.[49]Support for some early G3 computers such as thePower Macintosh andPowerBook was discontinued.
Mac OS X Tiger was released on April 29, 2005. Apple stated that Tiger contained more than 200 new features.[50]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.[51]
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.[51] 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 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,[52] 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][53] Leopard dropped support for theClassic Environment and all Classic applications,[54] and was the final version of Mac OS X to support the PowerPC architecture.
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.[55] 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.[56] It is the final version to support 32-bit Intel Macs.
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.[57]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 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.[58] 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.[59]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, synching with itsiOS counterpart[60][61] through the iCloud service. Messages, aninstant messagingsoftware application,[62] replacesiChat.[63]
OS X Mavericks was released on October 22, 2013, as a free update through theMac App Store worldwide.[64]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.[65][66] 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,[67] beginning Apple's policy of free upgrades for life on its operating system and business software.[68]
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 El Capitan was revealed on June 8, 2015, during the WWDC 2015 keynote speech.[69] 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".[70]
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.[71]
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.[72]
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.[73]
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.[74][75] Since macOS Catalina, iOS apps can run on macOS with Project Catalyst but requires the app to be made compatible[76] unlike ARM-poweredApple silicon Macs that can run all iOS apps by default.[77]
macOS Big Sur was announced on June 22, 2020, during the WWDC20 keynote speech.[78] It was released November 12, 2020.[79] 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,[80] 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.[81][82] 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 Monterey was announced on June 7, 2021, during the WWDC21 keynote speech.[83] It was released on October 25, 2021.[84] 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.[85] macOS Monterey is the final version of macOS that officially supports macOS Server.
macOS Ventura was announced on June 6, 2022, during the WWDC22 keynote speech.[86] It was released on October 24, 2022.[87] 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.[86] It is also the first version of macOS without macOS Server support.
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.[88] It was released on September 26, 2023.[89]
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.[90]
macOS Tahoe was announced on June 9, 2025, during the WWDC25 keynote speech.
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.
RC Release is Kodiak (Public Beta)
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.