Mac mini

how-to-downgrade-from-macos-26-tahoe-on-a-new-mac

How to downgrade from macOS 26 Tahoe on a new Mac


Most new Macs can still be downgraded with few downsides. Here’s what to know.

An Ars Technica colleague recently bought a new M4 MacBook Air. I have essentially nothing bad to say about this hardware, except to point out that even in our current memory shortage apocalypse, Apple is still charging higher-than-market-rates for RAM and SSD upgrades. Still, most people buying this laptop will have a perfectly nice time with it.

But for this colleague, it was also their first interaction with macOS 26 Tahoe and the Liquid Glass redesign, the Mac’s first major software design update since the Apple Silicon era began with macOS 11 Big Sur in 2020.

Negative consumer reaction to Liquid Glass has been overstated by some members of the Apple enthusiast media ecosystem, and Apple’s data shows that iOS 26 adoption rates are roughly in line with those of the last few years. But the Mac’s foray into Liquid Glass has drawn particular ire from longtime users (developers Jeff Johnson and Norbert Heger have been tracking persistently weird Finder and window resizing behavior, to pick two concrete examples, and Daring Fireball’s John Gruber has encouraged users not to upgrade).

My general approach to software redesigns is to just roll with them and let their imperfections and quirks become background noise over time—it’s part of my job to point out problems where I see them, but I also need to keep up with new releases whether I’m in love with them or not.

But this person has no such job requirement, and they had two questions: Can I downgrade this? And if so, how?

The answer to the first question is “yes, usually,” and Apple provides some advice scattered across multiple documentation pages. This is an attempt to bring all of those steps together into one page, aimed directly at new Mac buyers who are desperate to switch from Tahoe to the more-familiar macOS 15 Sequoia.

Table of Contents

A preemptive warning about security updates and older versions of macOS

Before we begin: Apple handles macOS updates differently from iOS updates. Eventually, Apple requires devices that support the latest iOS and iPadOS versions to install those updates if they want to continue getting security patches. That means if your iPhone or iPad can run iOS or iPadOS 26, it needs to be running iOS or iPadOS 26 to stay patched.

Older macOS versions, on the other hand, are updated for around three years after they’re initially released. The first year, they get both security patches and new features. The next two years, they get security patches and new versions of the Safari browser. Macs running older-but-supported macOS versions also generally continue to get the same firmware updates as those running the latest macOS version.

Generally, we’d recommend against using macOS versions after security updates have dried up. For macOS 15 Sequoia, that will happen around September or October of 2027. Apple also sometimes leaves individual vulnerabilities unpatched on older operating systems; only the latest releases are guaranteed to get every patch. If you can look past the elements of Tahoe’s design that bother you most, staying on it is the safest option.

You can follow steps similar to the ones in this guide to downgrade some Macs to even older versions of macOS, but I wouldn’t recommend it; macOS 14 Sonoma will get security and Safari updates for only another six months or so, which isn’t long enough to justify spending the time to install it.

What we won’t cover is how to transfer data you want to keep from your Tahoe install to an older version of macOS. We’re assuming you have a new and relatively pristine Mac to downgrade, one that you haven’t loaded up with data other than what you already have synced to iCloud.

Can my Mac downgrade?

Mostly, yes. Any Mac with an M4 family chip or older, including the M4 MacBook Air and everything else in Apple’s current lineup, should support the current version of Sequoia (as of this writing, 15.7.4, with Safari 26.3).

As a rule of thumb, Macs will not run any version of macOS older than the one they shipped with when they launched. Apple provides security updates for older versions of macOS, but it doesn’t bother backporting drivers and other hardware support from newer versions to older ones.

The only Mac to launch since Tahoe was released is the M5 MacBook Pro, so owners of that system will need Tahoe or newer. If Apple puts out new Macs in early March as expected, those Macs will also only work with Tahoe or newer, and downgrades won’t be possible.

Although we’re mainly talking about new Macs here, these steps should all be identical for any Apple Silicon Mac, from the original M1 computers on up. If you buy a recently used Mac that ships with Tahoe installed, a downgrade still works the same way. We won’t cover the steps for installing anything on an Intel Mac—vanishingly few of them support Tahoe in the first place, and most people certainly shouldn’t be buying them at this late date.

Option one: A bootable USB installer

Apple hasn’t shipped physical install media for macOS in 15 years, but each downloadable installer still includes the bits you need to make a bootable USB install drive. And while late-Intel-era Macs with Apple T2 chips briefly made booting from external media kind of a pain, Apple Silicon Macs will boot from a USB drive just as easily and happily as early Intel-era Macs did.

This method will be the easiest for most people because it only requires you to own a single Mac—the one you’re downgrading.

Create the USB installer

Downloading the Sequoia installer through Software Update. Downloading this way serves as an additional compatibility check; your Mac won’t download any version of macOS too old for it to run.

Credit: Andrew Cunningham

Downloading the Sequoia installer through Software Update. Downloading this way serves as an additional compatibility check; your Mac won’t download any version of macOS too old for it to run. Credit: Andrew Cunningham

To make a USB installer, you’ll need a 32GB or larger USB flash drive and the downloadable macOS Sequoia installer. A 16GB drive was large enough for macOS for many years, but Sequoia and Tahoe are too large by a couple of gigabytes.

Apple’s support page here links to every downloadable macOS installer going back to 2011’s 10.7 Lion. In Tahoe, the macOS Sequoia link takes you to the App Store, which then bounces you to Software Update in the Settings app. This process has enough points of failure that it may not work the first time; try clicking the “Get” button in the App Store again and it usually goes.

If you’re downloading the installer from within macOS Tahoe, you’ll see a pop-up when the download completes, telling you that the installer can’t be run from within that version of macOS. Since we’ll be running it off of its own USB stick, you can safely ignore this message.

While the installer is downloading, install and prepare your USB drive. Open Disk Utility, click the View button, and select “show all devices.” Click the root of your USB drive under the “external” header in the left sidebar, and click the Erase button in the upper-right control area.

Change the disk’s name to whatever you want—I use “MyVolume” so I don’t have to change Apple’s sample terminal commands when copying the installer files—and make sure the Format is set to Mac OS Extended (Journaled) and the Scheme is set to GUID Partition Map. (That’s not an error; the macOS installer still wants an HFS+ filesystem rather than APFS.)

The handy thing is that if you have a larger USB drive, you can create installers for multiple macOS versions by partitioning the disk with the Partition button. A 64GB drive split into three ~21GB partitions could boot Tahoe, Sequoia, and another past or future macOS version; I just have it split into two volumes so I can boot Sequoia and Tahoe installers from the same drive.

Running the Terminal command to create our macOS 15 Sequoia boot drive.

Credit: Andrew Cunningham

Running the Terminal command to create our macOS 15 Sequoia boot drive. Credit: Andrew Cunningham

Once the Sequoia installer is in your Applications folder, run a Terminal command to copy the installer files. Apple has commands for each version of macOS on this page. Use this one for Sequoia:

sudo /Applications/Install macOS Sequoia.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume

If you named the USB drive something other than MyVolume when you formatted it, change the name in the command as well. Note that names with spaces require a backslash before each space.

The Terminal will prompt you for your password and ask you to type Y to confirm. It will then reformat the drive and copy the files over. The time this takes will vary depending on the speed of the USB drive you’re using, but for most USB 3 drives, it should only take a few minutes to create the installer. When the Terminal command is done running, leave the disk inserted and shut down your Mac.

Using the USB installer

With your Mac powered down and the USB installer drive inserted, press and hold the power button on your Mac (the Touch ID button on any laptop or the dedicated power button on a desktop) until the text under the Apple logo changes to “loading startup options.” You should see the macOS Sequoia installer listed alongside Macintosh HD as a boot option; highlight it and click Continue. If you don’t see the Sequoia installer, you may need an extra step—highlight Options, then click Continue, and we’ll talk more about this momentarily.

Once booted, the Sequoia installer will automatically launch the macOS installer to do an in-place upgrade, which isn’t what we want. Hit Command+Q to quit the installer and click through the confirmation, and you’ll get the typical menu of recovery environment options; from here, launch Disk Utility, click the top level of the internal Macintosh HD disk, and click Erase. Click through the prompts to erase the Mac and restart.

My own macOS USB installer from my beloved Micro Center.

Credit: Andrew Cunningham

My own macOS USB installer from my beloved Micro Center. Credit: Andrew Cunningham

After the Mac restarts, you’ll need an Internet connection to activate it before you can do anything else with it; connect using the Wi-Fi menu in the top-right, typing in your network SSID and password manually if the menu doesn’t auto-populate. This will activate your Mac and get you back to the recovery environment menu.

Here, select the Sequoia installer and click through the prompts—you should be able to install Sequoia on the now-empty Macintosh HD volume with no difficulty. From here, there’s nothing else to do. Wait until the installation completes, and when it’s ready, it will boot into a fresh Sequoia install, ready to be set up.

If you didn’t see your Sequoia installer in the boot menu before and you clicked the Options gear instead, it usually means that FileVault encryption or Find My was enabled on the Mac—maybe you signed into your Apple account when you were initially setting up Tahoe before you decided you wanted nothing to do with it.

When you boot into the recovery environment, you’ll be asked to select a user you know the password for, which will unlock the encrypted disk. If all you want to do is erase the Mac and make it bootable from your USB stick, don’t worry about this; just select Recovery Assistant from the menu, select Erase Mac, and click through the prompts. Then, use the steps above to boot from your USB stick, and you should be able to install a fresh copy of whatever macOS version you want to the now-erased internal drive.

The nuclear option: A DFU restore

Normally, a bootable USB installer does everything you need it to do. It wipes the data from your Mac’s internal storage and replaces it with new data. But occasionally you need to drill a little deeper, either because your Mac becomes unresponsive or you’ve been running beta software and want to switch back to a stable release. Or just because other steps haven’t worked for you.

The nuclear option for resetting a Mac is a DFU (or Device Firmware Upgrade) restore. Based on the restore process for iPhones and iPads, a DFU restore uses a compressed IPSW archive that contains not only the macOS system files but also firmware files for all Apple Silicon Macs. The USB installer just replaces macOS; the DFU restore replaces everything from the firmware on up. (These are also the same files used to create macOS virtual machines using Apple’s Virtualization Framework.)

Because a DFU restore can only be performed on a Mac that’s booted into a special DFU mode, you’ll need a second Mac with a USB-C or Thunderbolt port, plus a USB-C cable. Apple says the USB-C charging cable included with Macs will work for this but not to use a Thunderbolt cable; I’ve used a generic USB-C cable, and it has worked fine.

The first step is to download the relevant IPSW file from Apple. This page on the Mr. Macintosh site is the one I have bookmarked because it’s a good repository of virtually every macOS IPSW file Apple has ever released, including beta versions for when those are useful.

First, download the macOS 15.6.1 IPSW file linked on that page (and here) to your host Mac (Apple stops releasing IPSW files for older OSes once newer ones have been released, so this is the newest file you’ll be able to get for macOS 15). Both iPhones and iPads have model-specific IPSW files, but for macOS, there’s just one image that works with all Macs.

On the Mac you’re trying to restore—we’ll call it the “target Mac” for simplicity’s sake—figure out which of its USB-C ports is the designated DFU port. There’s only one that will work, and it’s usually the leftmost or rightmost port. Plug one end of the USB-C cable into that DFU port and the other into any USB-C port on your host Mac and follow Apple’s instructions for how to boot the system into DFU mode.

A Mac in DFU mode will need permission before your Mac can work with it.

Credit: Andrew Cunningham

A Mac in DFU mode will need permission before your Mac can work with it. Credit: Andrew Cunningham

When it’s successfully booted into DFU mode, your host Mac will see the target Mac, and you’ll see the same notification you get any time you plug in USB accessories for the first time. Allow it to connect, open a Finder window, and scroll down the left-hand sidebar until you get to “Mac” under the Locations heading.

The Finder’s DFU interface is pretty simple—a picture, a line of text, and two buttons. We want to restore, not revive, the Mac. Clicking the Revive Mac button will normally download and install the latest macOS version from Apple. But you can force it to use a different IPSW file—like the Sequoia one we just downloaded—by holding down the Option key as you click it. Navigate to the IPSW file, open it, and allow the restore process to begin.

This will take some time; you can track progress in the first phase in the Finder window. After a few minutes, the Mac you’re restoring will light back up, and you can watch its progress there. Once the target Mac reboots with its signature chime, the process is complete.

Because the IPSW file is for an outdated version of Sequoia, the first thing you’ll want to do is hit Software Update for the latest Sequoia and Safari versions; you’ll be offered a Tahoe upgrade, but you obviously won’t want to do that after the trouble you just went through. Scroll down to “other updates,” and you’ll be offered all the non-Tahoe updates available.

Downgrader’s remorse?

You will run into a handful of downsides when running an older version of macOS, especially if you’re trying to use it with iPhones and/or iPads that have been updated to version 26.

Most of the awkwardness will involve new features introduced in Messages, Notes, Reminders, and other Apple apps that sync between devices. The Messages app in Sequoia doesn’t support background images or polls, and it handles spam filtering slightly differently. They’re minor absences and annoyances, mostly, but they’re still absences and annoyances.

At least for the time being, though, you’ll find Sequoia pretty well-supported by most of Apple’s ecosystem. Core services like iCloud and iMessage aren’t going anywhere; Xcode still supports Sequoia, as does every Apple Creator Studio app update aside from the new Pixelmator Pro. App support may eventually drop off, but there’s not a lot that requires the latest and greatest version of macOS.

If and when you decide it’s time to step up to a newer version of macOS, Tahoe (or whatever macOS 27 is called) will be there in Software Update waiting for you. You’ll need to install a new version eventually if you want to keep getting app updates and security patches. But you don’t have to yet.

Photo of Andrew Cunningham

Andrew is a Senior Technology Reporter at Ars Technica, with a focus on consumer tech including computer hardware and in-depth reviews of operating systems like Windows and macOS. Andrew lives in Philadelphia and co-hosts a weekly book podcast called Overdue.

How to downgrade from macOS 26 Tahoe on a new Mac Read More »

in-a-replay-of-2019,-apple-says-a-single-desktop-mac-will-be-manufactured-in-the-us

In a replay of 2019, Apple says a single desktop Mac will be manufactured in the US

The bulk of the supply chain for phones, tablets, computers, game consoles, and most other tech is still overwhelmingly reliant on overseas manufacturers. Most of Apple’s A- and M-series chips are still made in TSMC’s factories in Taiwan, and while TSMC is making some of its chips in the US, it has resisted efforts to bring more of its capacity to the US. Facilities for manufacturing memory, storage, and displays are also mostly located overseas. And that’s before you even start thinking about the facilities where all of these components are assembled into finished products.

There are signs that more chip manufacturing, at least, is coming to the US. Apple itself says that it will buy roughly 100 million chips manufactured at TSMC’s facilities in Arizona; these 4nm factories can’t make the newest A- and M-series chips, but they can make the older Apple A16 (still used in the low-end iPad) and the Apple S10 chip used in Apple Watches. Intel, itself the beneficiary of multiple sources of external investment, is still working on new factories in Ohio and elsewhere; memory manufacturer Micron is using some of its AI-fueled profits to build domestic factories as well.

But Apple’s Mac Pro announcement in 2019 wasn’t the first step toward domestic manufacturing for the company’s biggest-selling hardware, and it’s hard to see today’s announcement ushering in a major change to Apple’s manufacturing strategy, either. The Mac mini is almost certainly more popular than the Mac Pro, but it’s not nearly as big a deal as domestic iPhone, iPad, or MacBook manufacturing would be.

In a replay of 2019, Apple says a single desktop Mac will be manufactured in the US Read More »

macos-26-tahoe:-the-ars-technica-review

macOS 26 Tahoe: The Ars Technica Review

Game Overlay

The Game Overlay in macOS Tahoe. Credit: Andrew Cunningham

Tahoe’s new Game Overlay doesn’t add features so much as it groups existing gaming-related features to make them more easily accessible.

The overlay makes itself available any time you start a game, either via a keyboard shortcut or by clicking the rocketship icon in the menu bar while a game is running. The default view includes brightness and volume settings, toggles for your Mac’s energy mode (for turning on high-performance or low-power mode, when they’re available), a toggle for Game Mode, and access to controller settings when you’ve got one connected.

The second tab in the overlay displays achievements, challenges, and leaderboards for the game you’re playing—though only if they offer Apple’s implementation of those features. Achievements for games installed from Steam, for example, aren’t visible. And the last tab is for social features, like seeing your friends list or controlling chat settings (again, when you’re using Apple’s implementation).

More granular notification summaries

I didn’t think the Apple Intelligence notification summaries were very useful when they launched in iOS 18 and macOS 15 Sequoia last year, and I don’t think iOS 26 or Tahoe really changes the quality of those summaries in any immediately appreciable way. But following a controversy earlier this year where the summaries botched major facts in breaking news stories, Apple turned notification summaries for news apps off entirely while it worked on fixes.

Those fixes, as we’ve detailed elsewhere, are more about warning users of potential inaccuracies than about preventing those inaccuracies in the first place.

Apple now provides three broad categories of notification summaries: those for news and entertainment apps, those for communication and social apps, and those for all other kinds of apps. Summaries for each category can be turned on or off independently, and the news and entertainment category has a big red disclaimer warning users to “verify information” in the individual news stories before jumping to conclusions. Summaries are italicized, get a special icon, and a “summarized by Apple Intelligence” badge, just to make super-ultra-sure that people are aware they’re not taking in raw data.

Personally, I think if Apple can’t fix the root of the problem in a situation like this, then it’s best to take the feature out of iOS and macOS entirely rather than risk giving even one person information that’s worse or less accurate than the information they already get by being a person on the Internet in 2025.

As we wrote a few months ago, asking a relatively small on-device language model to accurately summarize any stack of notifications covering a wide range of topics across a wide range of contexts is setting it up to fail. It does work OK when summarizing one or two notifications, or when summarizing straightforward texts or emails from a single person. But for anything else, be prepared for hit-or-miss accuracy and usefulness.

Relocated volume and brightness indicators

The pop-ups you see when adjusting the system volume or screen brightness have been redesigned and moved. The indicators used to appear as large rounded squares, centered on the lower half of your primary display. The design had changed over the years, but this was where they’ve appeared throughout the 25-year existence of Mac OS X.

Now, both indicators appear in the upper-right corner of the screen, glassy rectangles that pop out from items on the menu bar. They’ll usually appear next to the Control Center menu bar item, but the volume indicator will pop out of the Sound icon if it’s visible.

New low battery alert

Tahoe picks up an iPhone-ish low-battery alert on laptops. Credit: Andrew Cunningham

Tahoe tweaks the design of macOS’ low battery alert notification. A little circle-shaped meter (in the same style as battery meters in Apple’s Batteries widgets) shows you in bright red just how close your battery is to being drained.

This notification still shows up separately from others and can’t be dismissed, though it doesn’t need to be cleared and will go away on its own. It starts firing off when your laptop’s battery hits 10 percent and continues to go off when you drop another percentage point from there (it also notified me without the percentage readout changing, seemingly at random, as if to annoy me badly enough to plug my computer in more quickly).

The notification frequency and the notification thresholds can’t be changed, if this isn’t something you want to be reminded about or if it’s something you want to be reminded about even earlier. But you could possibly use the battery level trigger in Shortcuts to customize your Mac’s behavior a bit.

Recovery mode changes

A new automated recovery tool in macOS Tahoe’s recovery volume. Credit: Andrew Cunningham

Tahoe’s version of the macOS Recovery mode gets a new look to match the rest of the OS, but there are a few other things going on, too.

If you’ve ever had a problem getting your Mac to boot, or if you’ve ever just wanted to do a totally fresh install of the operating system, you may have run into the Mac’s built-in recovery environment before. On an Apple Silicon Mac, you can usually access it by pressing and holding the power button when you start up your Mac and clicking the Options button to start up using the hidden recovery volume rather than the main operating system volume.

Tahoe adds a new tool called the Device Recovery Assistant to the recovery environment, accessible from the Utilities menu. This automated tool “will look for any problems” with your system volume “and attempt to resolve them if found.”

Maybe the Recovery Assistant will actually solve your boot problems, and maybe it won’t—it doesn’t tell you much about what it’s doing, beyond needing to unlock FileVault on my system volume to check it out. But it’s one more thing to try if you’re having serious problems with your Mac and you’re not ready to countenance a clean install yet.

The web browser in the recovery environment is still WebKit, but it’s not Safari-branded anymore, and it sheds a lot of Safari features you wouldn’t want or need in a temporary OS. Credit: Andrew Cunningham

Apple has made a couple of other tweaks to the recovery environment, beyond adding a Liquid Glass aesthetic. The recovery environment’s built-in web browser is simply called Web Browser, and while it’s still based on the same WebKit engine as Safari, it doesn’t have Safari’s branding or its settings (or other features that are extraneous to a temporary recovery environment, like a bookmarks menu). The Terminal window picks up the new Clear theme, new SF Mono Terminal typeface, and the new default 120-row-by-30-column size.

A new disk image format

Not all Mac users interact with disk images regularly, aside from opening them up periodically to install an app or restore an old backup. But among other things, disk images are used by Apple’s Virtualization framework, which makes it relatively simple to run macOS and Linux virtual machines on the platform for testing and other things. But the RAW disk image format used by older macOS versions can come with quite severe performance penalties, even with today’s powerful chips and fast PCI Express-connected SSDs.

Enter the Apple Sparse Image Format, or ASIF. Apple’s developer documentation says that because ASIF images’ “intrinsic structure doesn’t depend on the host file system’s capabilities,” they “transfer more efficiently between hosts or disks.” The upshot is that reading files from and writing files to these images should be a bit closer to your SSD’s native performance (Howard Oakley at The Eclectic Light Company has some testing that suggests significant performance improvements in many cases, though it’s hard to make one-to-one comparisons because testing of the older image formats was done on older hardware).

The upshot is that disk images should be capable of better performance in Tahoe, which will especially benefit virtual machines that rely on disk images. This could benefit the lightweight virtualization apps like VirtualBuddy and Viable that mostly exist to provide a front end for the Virtualization framework, as well as virtualization apps like Parallels that offer support for Windows.

Quantum-safe encryption support

You don’t have a quantum computer on your desk. No one does, outside of labs where this kind of technology is being tested. But when or if they become more widely used, they’ll render many industry-standard forms of encryption relatively easy to break.

macOS 26 Tahoe: The Ars Technica Review Read More »

apple’s-m4,-m4-pro,-and-m4-max-compared-to-past-generations,-and-to-each-other

Apple’s M4, M4 Pro, and M4 Max compared to past generations, and to each other

The M4 Max is also the only chip where memory bandwidth and RAM support changes between the low- and high-end versions. The low-end M4 Max offers 410GB/s of memory bandwidth, while the fully enabled M4 Max offers 546GB/s.

For completeness’ sake, there is a third version of the M4 that Apple ships, with nine CPU cores, 10 GPU cores, and 8GB of RAM. But the company is only shipping that version of the chip in M4 iPad Pros with 256GB or 512GB of storage, so we haven’t included it in the tables here.

Compared to the M2 and M3

CPU P/E-cores GPU cores RAM options Display support (including internal) Memory bandwidth
Apple M4 (low) 4/4 8 16/24GB Up to two 120GB/s
Apple M4 (high) 4/6 10 16/24/32GB Up to three 120GB/s
Apple M3 (high) 4/4 16 8/16/24GB Up to two 102.4GB/s
Apple M2 (high) 4/4 10 8/16/24GB Up to two 102.4GB/s

One interesting thing about the M4: This is the first time that the low-end Apple Silicon CPU has increased its maximum core count. The M1, M2, and M3 all used a 4+4 split that divided evenly between performance and efficiency cores, but the M4 can include six efficiency cores instead.

That’s not a game-changing development performance-wise (the “E” in “E-core” does not stand for “exciting”), but we’ve seen over and over again in chips from Apple, Intel, and others that adding more efficiency cores does meaningfully improve CPU performance in heavily multithreaded tasks.

CPU P/E-cores GPU cores RAM options Display support (including internal) Memory bandwidth
Apple M4 Pro (low) 8/4 16 24/48/64GB Up to three 273GB/s
Apple M4 Pro (high) 10/4 20 24/48/64GB Up to three 273GB/s
Apple M3 Pro (high) 6/6 18 18/36GB Up to three 153.6GB/s
Apple M2 Pro (high) 8/4 19 16/32GB Up to three 204.8GB/s

The M4 Pro is the most interesting year-over-year upgrade, though this says more about the M3 Pro than anything else. As we noted last year, it was a bit of an outlier, the only one of the M3-generation chips with fewer transistors than its predecessor. A small decrease in GPU cores and a large decrease in high-performance CPU cores explains most of the difference. The result was a very power-efficient chip, but also one that was more of a sidestep from the M2 Pro than a real upgrade.

Apple’s M4, M4 Pro, and M4 Max compared to past generations, and to each other Read More »

apple’s-first-mac-mini-redesign-in-14-years-looks-like-a-big-aluminum-apple-tv

Apple’s first Mac mini redesign in 14 years looks like a big aluminum Apple TV

Apple’s week of Mac announcements continues today, and as expected, we’re getting a substantial new update to the Mac mini. Apple’s least-expensive Mac, the mini, is being updated with new M4 processors, plus a smaller design that looks like a cross between an Apple TV box and a Mac Studio—this is the mini’s first major design change since the original aluminum version was released in 2010. The mini is also Apple’s first device to ship with the M4 Pro processor, a beefed-up version of the M4 with more CPU and GPU cores, and it’s also the Mac mini’s first update since the M2 models came out in early 2023.

The cheapest Mac mini will still run you $599, which includes 16GB of RAM and 256GB of storage; as with yesterday’s iMac update, this is the first time since 2012 that Apple has boosted the amount of RAM in an entry-level Mac. It’s a welcome upgrade for every new Mac in the lineup that’s getting it, but the $200 that Apple previously charged for the 16GB upgrade makes an even bigger difference to someone shopping for a $599 system than it does for someone who can afford a $999 or $1,299 computer.

The M4 Pro Mac mini starts at $1,399, a $100 increase from the M2 Pro version. Both models go up for preorder today and will begin arriving on November 8.

A brand-new design for a little box

The new Mac mini is larger than the Apple TV by a bit—5×5 inches instead of 3.66×3.66 inches—but its proportions are roughly similar. That makes its footprint significantly smaller than the old mini (and the current Studio), which was 7.75×7.75 inches. But it’s also a fair bit taller: 2 inches, up from 1.4 inches.

Like the Studio, it’s made primarily of aluminum and has a pair of 10 Gbps USB-C ports on the front, plus an indicator light and a headphone jack for connecting headphones or speakers. On the back, it sheds all of its remaining USB-A ports in favor of Thunderbolt/USB-C ports (note that, like some Mac Studio models, the ports on the back have Thunderbolt capabilities and the ones on the front don’t). Compared to the old M2 mini, this is a net gain of one rear Thunderbolt port, but you’re giving one up compared to the M2 Pro Mac mini—the extra ports on the front should make up for this, but it’s worth noting if you have something connected to every single Thunderbolt port on your current box. All Mac mini models still include a gigabit Ethernet port and a full-size HDMI port, so USB-A is the only port you’ll need a dongle for that you didn’t need one for before.

Apple’s first Mac mini redesign in 14 years looks like a big aluminum Apple TV Read More »

report:-first-wave-of-m4-macs,-including-smaller-mac-mini,-coming-november-1

Report: First wave of M4 Macs, including smaller Mac mini, coming November 1

Reliable rumors have suggested that M4 Macs are right around the corner, and now Bloomberg’s Mark Gurman is forecasting a specific launch date: November 1, following a late-October announcement that mirrors last year’s Halloween-themed reveal for the first M3 Macs.

This date could be subject to change, and not all the products announced in October would necessarily launch on November 1—lower-end Macs are more likely to launch early, and higher-end models would be more likely to ship a bit later in the month.

The list of what to expect is the same as it has been for a while: refreshed 14- and 16-inch MacBook Pros with M4, M4 Pro, and M4 Max chips, a new M4 version of the 24-inch iMac, and an M4 update to the Mac mini that leapfrogs the M3 entirely. These will all be the first Macs to get the M4, following its unexpected introduction in the iPad Pro earlier this year.

The refreshed Mac mini is the most interesting of the new models—it’s said to come with a fully revamped design for the first time since the aluminum unibody version was released in 2010. The new Mac mini is said to be closer in size to an Apple TV box, but it will retain an internal power supply that doesn’t require a bulky external brick. The Mac mini lineup should still be split between two slightly different machines: one entry-level model with a basic M4 chip, and a higher-end M4 Pro version that bridges the gap between the Mac mini and the Mac Studio.

Report: First wave of M4 Macs, including smaller Mac mini, coming November 1 Read More »

apple-reportedly-plans-updated-m4-mac-mini-that’s-actually-mini

Apple reportedly plans updated M4 Mac mini that’s actually mini

mac nano —

What was “mini” in 2010 is not particularly mini in 2024.

Apple's M2 Pro Mac mini.

Enlarge / Apple’s M2 Pro Mac mini.

Andrew Cunningham

Apple hasn’t updated its Mac mini desktop lineup since the beginning of 2023, when it added M2 and M2 Pro chips and discontinued the last of the Intel models. Bloomberg’s Mark Gurman reports that the update drought will end later this year, when the mini will skip right from the M2 to the M4, something he originally reported back in April.

But the mini will reportedly come with more than just new chips: it will also get a new, smaller design, which Gurman says will be closer in size to an Apple TV box (specifically, he says it may be a bit taller, but will have a substantially smaller footprint). The new mini could have “at least three USB-C ports,” as well as a power connector and an HDMI port.

This would be Apple’s first overhaul of the Mac mini’s design since the original aluminum unibody version was released back in June of 2010. That model did include a slot for a built-in SuperDrive DVD burner, something Apple dropped from later models as optical drives became less necessary, but the M2 Mac mini has the same basic design and the same footprint as that Core 2 Duo Mac mini introduced over a decade ago.

Intel and other PC makers have been releasing computers smaller than the Mac mini for years now, starting with Intel’s (discontinued, then handed off) NUC desktops and proliferating from there. Often, these systems would save space by including an external power brick, while the mini has always used an integrated power supply. But the Apple TV, also powered by Apple Silicon chips and also with an internal power supply, suggested that it was possible to design a physically smaller system without making that particular design compromise.

Though the design is changing, Apple’s general approach to the Mac mini is staying the same as it is now. There will be a base model with a regular Apple M4 processor in it, and an upgraded model with the yet-to-be-released M4 Pro in it to help bridge the gap between the low-end mini and the more powerful Mac Studio. If the new mini has dramatically fewer ports than current models, that would also be a point of differentiation, though hopefully it would continue to include enough USB-C ports to support multiple external monitors along with other accessories.

Gurman doesn’t know whether Apple will change the pricing of the Mac mini to go with the new design, though he does think the new mini “may be cheaper to make.”

The new Mac minis will reportedly be available later in the year, though the M4 Pro models could be announced or released later than the standard M4 models. Gurman says that new iMac and MacBook Pro models with M4-series chips could release “as early as this year,” while M4 MacBook Airs would wait for the spring of 2025, and Mac Studio and Mac Pro desktops wouldn’t be updated until “the middle of next year.”

The M4 chip was introduced in this year’s iPad Pro refresh, just a few months after the launch of the M3; this was the first time one of Apple’s M-series processors debuted in anything other than a Mac.

Apple reportedly plans updated M4 Mac mini that’s actually mini Read More »

apple-reportedly-plans-m4-mac-mini-for-late-2024-or-early-2025,-skipping-the-m3

Apple reportedly plans M4 Mac mini for late 2024 or early 2025, skipping the M3

leapfrog —

But this would be a faster turnaround time than we saw for the M3 or the M2.

The M2 Pro Mac mini.

Enlarge / The M2 Pro Mac mini.

Andrew Cunningham

Bloomberg’s Mark Gurman thinks that Apple’s M4 chips for Macs are coming sooner rather than later—possibly as early as “late this year,” per a report from earlier this month. Now Gurman says Apple could completely skip the M3 generation for some Macs, most notably the Mac mini.

To be clear, Gurman doesn’t have specific insider information confirming that Apple is planning to skip the M3 mini. But based on Apple’s alleged late-2024-into-early-2025 timeline for the M4 mini, he believes that it’s “probably safe to say” that there’s not enough space on the calendar for an M3 mini to be released between now and then.

This wouldn’t be the first time an Apple Silicon Mac had skipped a chip generation—the 24-inch iMac was never updated with the M2, instead jumping directly from the M1 to the M3. The Mac Pro also skipped the M1 series, leapfrogging from Intel chips to the M2.

But if the M4 does come out by the end of 2024, it would be a much faster turnaround than we’ve seen for other Apple Silicon chips so far. Roughly a year and a half passed between the introduction of the first M1 Macs in late 2020 and the first M2 Macs in the summer of 2022; about the same amount of time passed between mid-2022 and the late-2023 introduction of the first M3 Macs. If Apple holds to a more typical 18-month gap between the first M3 Macs and the first M4 Macs, there’s still plenty of time for an M3-based Mac mini refresh to be released.

Apple last updated the Mac mini in January of 2022, replacing the M1 model with an M2 version and introducing a new variant with an M2 Pro chip that included more Thunderbolt ports, better external display support, and better CPU and GPU performance. Most of Apple’s desktops—both Mac minis, as well as the Mac Studio and Mac Pro—are still using Apple’s M2 chips, while all of the laptops and the iMac have gotten an M3 refresh at this point.

Gurman’s previous reporting on the M4 suggests that it will be an “AI-focused” chip series, which probably means that it will beef up the processors’ Neural Engine to power the on-device generative AI features that are expected to come with iOS 18 and Apple’s other major operating system updates this year. Apple already has a head start on the PC ecosystem in this respect—all of the M-series chips and A-series chips going all the way back to 2017’s A11 Bionic have included a version of the Neural Engine. Intel and AMD’s processors have only begun to include similar neural processing units (NPUs) within the last year or so.

Gurman hasn’t reported on the M4 series’ specifications, but he has said it will include at least three performance tiers: a base model codenamed “Donan,” a midrange version codenamed “Brava,” and a high-end model codenamed “Hidra.” It remains to be seen which of these chips would replace the Pro, Max, and Ultra processors in current-generation M2 and M3 Macs.

Apple reportedly plans M4 Mac mini for late 2024 or early 2025, skipping the M3 Read More »