Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
It looks like Apple will not release 15.7.6. Run the Terminal command below;
Download software update installers via the Terminal:
softwareupdate --list-full-installers <—to see what's available As of 4-22-2026;

and then your choice;
softwareupdate --fetch-full-installer --full-installer-version 26.5 <—latest Tahoe Beta build 25F5058e
softwareupdate --fetch-full-installer --full-installer-version 26.4.1 <—Tahoe build 25E253
softwareupdate --fetch-full-installer --full-installer-version 15.7.7 <—Sequoia build 24G716
softwareupdate --fetch-full-installer --full-installer-version 15.7.5 <—Sequoia build 24G624
softwareupdate --fetch-full-installer --full-installer-version 14.8.5 <—Sonoma build 23J423

That will download the full installer to your Applications folder.

Install the public beta option in the Software Update pane to get rid of the Tahoe red badge, or one of Bogdanw's solutions. Don't update to Tahoe unless you have a good backup to make a return to Sequoia easy. Many can't stand it, some think it is OK. As usual, YMMV.
Thanks !
The Sequoia build 15.7.7 is still a beta I imagine
BTW it’s very cool to see it through terminal that gives you exactly and updating the amount of the installer you are downloading. Usually I don’t get that
 
Blocking this via hosts is still holding up. Will disable when public release of latest update is up and then redo the hosts file again (takes a second).

Code:
127.0.0.1 gdmf.apple.com

You can block a domain via Terminal as well if you don't want to use a 3rd party tool.
 
Last edited:
It looks like Apple will not release 15.7.6. Run the Terminal command below;
Download software update installers via the Terminal:
softwareupdate --list-full-installers <—to see what's available
I'm not sure I feel ready to go reinstall the whole system just because of the little bug. I might have to wait until 15.7.7 comes out if necessary. Then I'd update to it from where I am now.

For right now it's just that Safari Seed update is showing that looks strange to me. All I want it to make sure I'm on the official channel now and not a beta. Which I seemingly diid or believe I did. Yet I am on beta as it's 15.7.6. Hence the question.

Do I get it right that since I have accidentally installed 15.7.6 beta update then there's no other way to get back to the official channel other than to reinstall the whole system in order to get the official updates?

Could anyone else confirm that please?
 
Do I get it right that since I have accidentally installed 15.7.6 beta update then there's no other way to get back to the official channel other than to reinstall the whole system in order to get the official updates?
Just wait for the official 15.7.6 or 15.7.7 to be released, install it and your Mac will no longer be on the beta channel.
 
  • Like
Reactions: katbel and otetzone
They just released iOS 26.4.2 yesterday with a security fix. The same fix may be pushed out to macOS with 26.4.2 / 15.7.6 as soon as today. That could be the reason that the beta channel version has been bumped up.
 
In case someone doesn't know how to edit the hosts file from Terminal, here is a video demonstratation


In short
Code:
sudo nano /private/etc/hosts
copy-paste 127.0.0.1 gdmf.apple.com at the end
exit & save (CtrlX & Y & Return)
Code:
softwareupdate -l
To revert, delete 127.0.0.1 gdmf.apple.com from hosts and check again for updates.
 
  • Like
Reactions: SDAVE and katbel
Using a MobileAssetAssetAudience string not recognized by macOS, like “Go-Away-Tahoe”, makes upgrades and updates disappear.
This hack seems to still be working after upgrading to 15.7.7. I had to revert the change, upgrade, then reinstate the change, and now softwareupdate is again blissfully unaware of Tahoe.
 
Honestly the easiest is editing the hosts file, you can disable it anytime you want

Unless Apple changes something...
 
  • Like
Reactions: Isamilis
This hack seems to still be working after upgrading to 15.7.7. I had to revert the change, upgrade, then reinstate the change, and now softwareupdate is again blissfully unaware of Tahoe.
I did the same, no problems.
For others updating, do NOT click Update Now next to Sequoia 15.7.7. Click on the circled (i) and deselect Tahoe, select Sequoia, then Update.
 
  • Like
Reactions: katbel
I had to run
sudo defaults write /private/var/root/Library/Preferences/com.apple.MobileAsset.plist MobileAssetAssetAudience -string Go-Away-Tahoe
and it’s gone 🙂
 
I have auto- and beta- off for right now so there's Tahoe 26.5 on top and Sequoia 15.7.7 is down. As I click (i) I can see Tahoe update, Sequoia update and then Safari update that says Seed 3 Developer Preview. Am I the only one? I mean, I cannot trust now if it's only Safari is being beta here or not.



scr1.png


scr2.png

upd. Suggested solution. Since it's 15 GB then it's possible to download just the system update without Safari update and then you'd probably never see those developer seed Safaris anymore. I took a chance to download the latest update from mr.Macintosh just to be sure I'm not getting a beta again.

upd2. It worked. The file taken from mr.macintosh upgraded the system while downgrading Safari back to version 18.6. I read recently that Safari 18 was kind of better than 26. Safari v26.4 is being offered at the time.
 
Last edited:
After installing the full Sequoia 15.7.7 I still have Safari 18.6.
I thought it could come with a Safari update but it didn’t . So far not looking for troubles 😉
 
  • Like
Reactions: Isamilis
macOS Tahoe 26.5 was released with Safari 26.5 (21624.2.5.11.4).
Safari 26.5 for macOS Sequoia should be released today or in the next few days.
To get the pkg link directly from Apple:

Code:
 curl -s https://swscan.apple.com/content/catalogs/others/index-15-14-13-12-10.16-10.15-10.14-10.13-10.12-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog | grep Safari26 | grep SequoiaAuto.pkg | sed -e s/"<string>"//g -e s/"<\/string>"//g -e s/\ //g

It should return a link like the one for Safari 26.4 https://swcdn.apple.com/content/downloads/32/31/089-21148-A_MOH69C8V74/r4ydf515vphkki2g7apqvndk08ze51q61n/Safari26.4SequoiaAuto.pkg
 
Any idea how to get a download link for Command Line Tools for Xcode 26.4? Or 26.5 if/when it's released?
It’s not just one pkg, there are several (pkgutil --pkgs | grep "com.apple.pkg.CLTools*") and I don’t think they are in the regular update catalog. The last I see are from 28 May 2025.

082-41241 in https://swscan.apple.com/content/ca...ion-snowleopard-leopard.merged-1.sucatalog.gz

I’ll look more closely when an update is released. I have Command Line Tools for Xcode 26.3 installed on 27.02.2026.
 
Successfully installed 15.7.7 today from Recovery, my usual MO since I like to do a thorough repair disk on each volume first. I did not remove the config profiles or revert the change to MobileAsset.plist prior.
After the auto restart, Software Update again showed Tahoe. I re-did the command line change to MobileAsset.plist, and all is as before- no Tahoe 🙂 The "Automatically" sub-panel in SU shows the same effect as before with the config profiles installed:
 

Attachments

  • Screenshot 2026-05-13 at 11.42.15.jpg
    Screenshot 2026-05-13 at 11.42.15.jpg
    90.7 KB · Views: 24
Can you please explain how to install an update from Recovery? You are using softwareupdate --install from Terminal?
I'll see if I can take some screenshots while in Recovery, but the gist of it is:
When booted into Recovery mode, after I do my Disk Utility thing and then quit it, Recovery then shows its main panel of choices, one of which is "install Sequoia" I select my internal SSD with Sequoia already on it from the presented volume choices, and then hit the install button. It then automatically re-installs the latest version.
 
I'll see if I can take some screenshots while in Recovery, but the gist of it is:
When booted into Recovery mode, after I do my Disk Utility thing and then quit it, Recovery then shows its main panel of choices, one of which is "install Sequoia" I select my internal SSD with Sequoia already on it from the presented volume choices, and then hit the install button. It then automatically re-installs the latest version.
Isn’t that a bit destructive, erasing changes like the Command Line Tools installed?
I’ll try in a virtual machine to see what happens.
 
Safari 26.5 for Sequoia is now available, but the Safari26.5SequoiaAuto pkg didn't work for me, it said it needed "additional components". I've watched /Library/Updates/ while installing Safari 26.5 from System Settings and no additional packages were downloaded.
 
  • Like
Reactions: katbel
Safari 26.5 for Sequoia is now available, but the Safari26.5SequoiaAuto pkg didn't work for me, it said it needed "additional components". I've watched /Library/Updates/ while installing Safari 26.5 from System Settings and no additional packages were downloaded.
I'm seeing Safari 26.5 offered for OTA update in System Settings. Have you tried updating that way?

BTW, I'm seeing Safari even though I have Go-Away-Tahoe still set, but I haven't tried to install yet.
 
I'm seeing Safari 26.5 offered for OTA update in System Settings. Have you tried updating that way?

BTW, I'm seeing Safari even though I have Go-Away-Tahoe still set, but I haven't tried to install yet.
Yes, I've successfully installed it. I removed Go-Away-Tahoe without checking if Safari was available with it set.
 
  • Like
Reactions: Grumpus
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.