Apple Releases Second macOS Tahoe 26.4 Public Beta - MacRumors
Skip to Content

Apple Releases Second macOS Tahoe 26.4 Public Beta

Apple today provided public beta testers with the second releases of upcoming macOS Tahoe 26.4, tvOS 26.4, and watchOS 26.4 updates for testing purposes. The public betas comes a day after Apple provided the beta to developers, and a week after Apple seeded the first betas.

macOS Tahoe 26 Thumb
After signing up for beta testing on Apple's beta site, public beta testers can download the updates using the Software Update section in the settings app for each update.

‌macOS Tahoe‌ 26.4 includes several new features. The Compact tab layout has been reimplemented in Safari for those who missed having the option in earlier versions of ‌macOS Tahoe‌, and there is a new Charge Limit feature that lets Mac users select a maximum charge level that ranges from 80 percent to 100 percent.

Apple silicon Mac users will see now see warnings about apps that are still using Rosetta 2, because Apple is phasing out Rosetta after macOS 27. ‌macOS Tahoe‌ is also the final version of macOS that will run on Intel-based Macs, and Apple is working to remove all lingering Intel features.

We could see additional features in upcoming versions of ‌macOS Tahoe‌ 26.4, such as new emoji characters. Apple is expected to test the update for the next several weeks, with a launch planned for the spring.

Related Roundup: macOS Tahoe
Related Forum: macOS Tahoe

Popular Stories

macOS Tahoe 26 Feature

Apple Releases macOS Tahoe 26.5.1 to Fix Shutdown Issue Affecting Enterprise Users on M5 Macs

Monday June 1, 2026 10:31 am PDT by
Apple today released macOS Tahoe 26.5.1, a small update to the macOS Tahoe operating system that came out last year. macOS Tahoe 26.5.1 comes three weeks after Apple released macOS Tahoe 26.5. Mac owners can download the software by opening the System Settings app and then navigating to the Software Updates section. According to Apple's release notes for the update, macOS Tahoe 26.5.1...
macOS Tahoe 26 Thumb 2

macOS Tahoe 26.5 Release Candidate Now Available

Monday May 4, 2026 10:14 am PDT by
Apple today provided the release candidate version of an upcoming macOS Tahoe 26.5 update to developers for testing purposes, with the update coming a week after Apple seeded the fourth beta. Developers can download the macOS Tahoe 26.5 update by opening up the System Settings app, selecting the General category, and then choosing Software Update. Beta Updates will need to be enabled, and a...
macOS Tahoe 26 Thumb 2

macOS Tahoe 26.5 Now Available

Monday May 11, 2026 10:04 am PDT by
Apple today released macOS Tahoe 26.5, the fifth major update to the macOS Tahoe operating system. macOS Tahoe 26.5 comes seven weeks after Apple released macOS Tahoe 26.4. Mac users can download the new software by opening up the System Settings app and navigating to the Software Update section. macOS Tahoe 26.5 adds a Suggested Places section to the search interface in the Apple Maps...

Top Rated Comments

SaxPlayer Avatar
14 weeks ago

Well it did for SnowLeopard, the first non Rosetta supporting OS that ditched power PC emulation
Ah. Snow Leopard. The last version of macOS that "just worked". Happy memories.
Score: 5 Votes (Like | Disagree)
drumcat Avatar
14 weeks ago
I still don't know what's worth upgrading over. I'm still getting things done in Sequoia, and I don't see the point.
Score: 5 Votes (Like | Disagree)
14 weeks ago
Be careful with this beta. The developer one on Monday has some significant issues, especially with tools like AdGuard, Malwarebytes, etc. I had several crashes and reboots of my M1 MacBook Pro.
Score: 4 Votes (Like | Disagree)
14 weeks ago

I easily found the IPSW file, but where is the full installer available?
most recent tahoe public beta full installer link will be revealed in terminal if you run

for file in $(curl -# https://swscan.apple.com/content/catalogs/others/index-26beta-1.sucatalog | grep com_apple_MobileAsset_MacSoftwareUpdate.plist | grep -Evw '(com_apple_MobileAsset_MacSoftwareUpdate.plist.integrityDataV1)' | sed -e s/"<string>"//g -e s/"<\/string>"//g -e s/\ //g); do
curl -s $file | egrep -A 1 -m 2 '(>Build<|OSVersion)' | sed -e s/"<string>"//g -e s/"<\/string>"//g -e s/\ //g | sed -e s/"<key>"//g -e s/"<\/key>"//g -e s/\ //g
echo $file | sed -e "s/com_apple_MobileAsset_MacSoftwareUpdate.plist/InstallAssistant.pkg/g"
done

this is more useful than just giving you a link to a particular beta because you can use the same code to get future betas too.
Score: 3 Votes (Like | Disagree)
k1121j Avatar
14 weeks ago
I wonder if removing the intel stuff will make it operate better for Apple silicon. Hmm
Score: 3 Votes (Like | Disagree)
14 weeks ago

Just say No to this beta, especially if it's your daily driver. If you are having trouble installing, you are lucky, it's the "universe" trying to tell you not to. 🙅
I think you may be right!
Score: 2 Votes (Like | Disagree)