Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

asus389

macrumors 6502
Sep 11, 2019
335
228
USA
iPhone 6s (all models), iPhone 7 (all models), iPhone SE (1st generation), iPad Air 2, iPad mini (4th generation), and iPod touch (7th generation)

I suspect they will patch serious security issues if they need to. Its tough to say though. They've been doing N-1 with iOS even though they do N-2 with Mac OS.
 
  • Like
Reactions: Pinkyyy 💜🍎

HobeSoundDarryl

macrumors G5
I guess this is going to be the last update my 2017 iMac is going to get 😭

But for 5 days you get to enjoy the most up-to-date (public release) macOS ever. ;)

And then there's always Open Core to make it keep up in spite of Apple Corp. choices: a bit more Wild West, but absolute proof that older hardware can actually keep up longer than the corp wants to allow.
 

Darren.h

macrumors 6502
Apr 15, 2023
362
612
Yeah. The Monterey one is not the same as RC3 (build 21G814). This release is build 21G816

Likewise for Ventura. The RC3 was build 22G116. The release is 22G120.

Unlike the previous Monterey RCs this one did not come as a delta update (at least not for me). It is downloading the full 11GB version which is taking much longer. That's just to go from 21G814 to 21G816 - like killing an ant with a sledgehammer.

However if you didn't get the Monterey 12.7 RCs then going from 12.6.9 (build 21G726) to 12.7 should come as a delta.

Anyway the full installers are here:

Monterey 12.7 build 21G816: https://swcdn.apple.com/content/dow...3dpjg6ii9i5bjkhihj59qxaj/InstallAssistant.pkg

Ventura 13.6 build 22G120: https://swcdn.apple.com/content/dow...e9rflzb3z3pr6vbp0gxyk2eh/InstallAssistant.pkg

The Ventura one also comes with an ipsw: https://updates.cdn-apple.com/2023F...1820931/UniversalMac_13.6_22G120_Restore.ipsw
WOW. thanks. today it looks like the MR Macintosh site is completely gone for downloading macOS images.

Hope your around to provide a link to macOS 14 on the 26th.
 
  • Like
Reactions: Pinkyyy 💜🍎

tywebb13

macrumors 68030
Apr 21, 2012
2,957
1,650
WOW. thanks. today it looks like the MR Macintosh site is completely gone for downloading macOS images.

Hope your around to provide a link to macOS 14 on the 26th.
Relying on websites to provide links is not the quickest way. You can get them yourself directly from apple servers by running this in terminal. They provide similar but not identical results.

For InstallAssistants:

Sonoma

Code:
for file in $(curl -# https://swscan.apple.com/content/catalogs/others/index-14seed-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 Info.plist | grep -Evw '(Info.plist.integrityDataV1|InstallInfo.plist)' | sed -e s/"<string>"//g -e s/"<\/string>"//g -e s/\ //g); do
    curl -# $file | egrep -EA 1 '(>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/Info.plist/InstallAssistant.pkg/g"
done

Ventura

Code:
for file in $(curl -# https://swscan.apple.com/content/catalogs/others/index-13seed-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 Info.plist | grep -Evw '(Info.plist.integrityDataV1|InstallInfo.plist)' | sed -e s/"<string>"//g -e s/"<\/string>"//g -e s/\ //g); do
    curl -# $file | egrep -EA 1 '(>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/Info.plist/InstallAssistant.pkg/g"
done

Monterey

Code:
for file in $(curl -# https://swscan.apple.com/content/catalogs/others/index-12seed-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 Info.plist | grep -Evw '(Info.plist.integrityDataV1|InstallInfo.plist)' | sed -e s/"<string>"//g -e s/"<\/string>"//g -e s/\ //g); do
    curl -# $file | egrep -EA 1 '(>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/Info.plist/InstallAssistant.pkg/g"
done

Big Sur

Code:
for file in $(curl -# https://swscan.apple.com/content/catalogs/others/index-10.16seed-10.16-10.15-10.14-10.13-10.12-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog | grep Info.plist | grep -Evw '(Info.plist.integrityDataV1|InstallInfo.plist)' | sed -e s/"<string>"//g -e s/"<\/string>"//g -e s/\ //g); do
    curl -# $file | egrep -EA 1 '(>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/Info.plist/InstallAssistant.pkg/g"
done

For released mac ipsws use this:

Code:
curl https://mesu.apple.com/assets/macos/com_apple_macOSIPSW/com_apple_macOSIPSW.xml | grep ipsw | sort -u | sed 's/<string>//g' | sed 's/<\/string>//g' | grep -v protected

and for released ios etc ipsws:

Code:
curl http://ax.phobos.apple.com.edgesuite.net/WebObjects/MZStore.woa/wa/com.apple.jingle.appserver.client.MZITunesClientCheck/version | grep ipsw | sort -u | sed 's/<string>//g' | sed 's/<\/string>//g' | grep -v protected
This ios one is considerably more complicated. Use ⌘F and ⌘G to search by build number and/or device identifier

For beta ipsws log into https://developer.apple.com/download/ if you are a registered developer (but they should already know this)
 
Last edited:

RS125R

macrumors newbie
Mar 27, 2013
11
5
"According to Apple's release notes, ‌macOS Ventura‌ 13.6 introduces important bug fixes and security updates. Apple recommends that all users install the software."

Where does Apple state "bug fixes". The release notes only state "security updates". Odd that Apple makes this a point release...just saying.
 
  • Like
Reactions: Pinkyyy 💜🍎

iAssimilated

Contributor
Apr 29, 2018
1,233
6,052
the PNW
"According to Apple's release notes, ‌macOS Ventura‌ 13.6 introduces important bug fixes and security updates. Apple recommends that all users install the software."

Where does Apple state "bug fixes". The release notes only state "security updates". Odd that Apple makes this a point release...just saying.

Apple has done this the last couple of years, Big Sur and Monterey .6 releases were mostly nothing releases as well. It is almost like... "hey, the new macOS is almost out, so it is time to release the .6 version of last year's macOS".

Same goes for the .7 releases of Big Sur and Monterey. So, nothing odd IMHO.
 

tywebb13

macrumors 68030
Apr 21, 2012
2,957
1,650

MrCrowbar

macrumors 68020
Jan 12, 2006
2,234
519
I'm stuck on the "1 Update Available ... checking for Updates" thing. Kinda aggravating.
 

Attachments

  • Screenshot 2023-09-22 at 09.45.39.jpg
    Screenshot 2023-09-22 at 09.45.39.jpg
    19.7 KB · Views: 53

MrGuder

macrumors 68040
Nov 30, 2012
3,026
2,012
I just got the Ventura update for my 15” MacBook Pro.

I’m still waiting for them to update Catalina for my late 2012 Mac mini.
 

Insidious

macrumors regular
Dec 6, 2017
133
127
I just got the Ventura update for my 15” MacBook Pro.

I’m still waiting for them to update Catalina for my late 2012 Mac mini.
Big Sur is done now too. I recommend OpenCore Legacy Patcher. I have the same Mini and am currently running Monterey on it. Big Sur works with it really well and I'm quite happy with Monterey's performance. I might move to Ventura soon, maybe even Sonoma, depending on how OCLP's support is going.
 

m4v3r1ck

macrumors 68030
Nov 2, 2011
2,583
529
The Netherlands
Relying on websites to provide links is not the quickest way. You can get them yourself directly from apple servers by running this in terminal. They provide similar but not identical results.

Could you please elaborate this, specially about the difference in results? TIA!
 

tywebb13

macrumors 68030
Apr 21, 2012
2,957
1,650
Could you please elaborate this, specially about the difference in results? TIA!
The sucatalogs occasionally contain some updates which might be in some but not the others.

For example in the past some of the monterey betas could only be found in the monterey sucatalog, but not the others.
 
  • Like
Reactions: m4v3r1ck
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.