Apple Releases Fourth Public Beta of macOS Ventura 13.5

Apple today released the fourth beta of macOS Ventura 13.5 to its public beta testing group, allowing the general public to try out the software ahead of its official launch. The macOS Ventura 13.5 public beta comes a day after Apple provided the fourth beta to developers.

Ventura Macs Feature Red
Public beta testers can download the macOS 13.5 Ventura update from the Software Update section of the System Preferences app after installing the proper profile from Apple's beta software website.

There is no word as of yet on what's included in macOS Ventura 13.5, and no notable new features were found in the developer betas.

macOS 13.5 will be one of the last updates to the macOS Ventura operating system as Apple prepares for the fall launch of macOS Sonoma.

Related Forum: macOS Sonoma

Popular Stories

apple tv 4k new orange

New Apple TV Expected Later This Year With These New Features

Saturday July 12, 2025 3:09 pm PDT by
A new Apple TV is expected to be released later this year, and a handful of new features and changes have been rumored for the device. Below, we recap what to expect from the next Apple TV, according to rumors. Rumors Faster Wi-Fi Support The next Apple TV will be equipped with Apple's own combined Wi-Fi and Bluetooth chip, according to Bloomberg's Mark Gurman. He said the chip supports ...
Apple Watch Ultra 2 Complications

Apple Watch Ultra 3: What to Expect

Sunday July 13, 2025 10:30 am PDT by
The long wait for an Apple Watch Ultra 3 is nearly over, and a handful of new features and changes have been rumored for the device. Below, we recap what to expect from the Apple Watch Ultra 3:Satellite connectivity for sending and receiving text messages when Wi-Fi and cellular coverage is unavailable 5G support, up from LTE on the Apple Watch Ultra 2 Likely a wide-angle OLED display that ...
iPhone 17 Pro in Hand Feature Lowgo

iPhone 17 Pro Coming Soon With These 16 New Features

Friday July 11, 2025 12:40 pm PDT by
Apple's next-generation iPhone 17 Pro and iPhone 17 Pro Max are only two months away, and there are plenty of rumors about the devices. Below, we recap key changes rumored for the iPhone 17 Pro models. Latest Rumors These rumors surfaced in June and July:A redesigned Dynamic Island: It has been rumored that all iPhone 17 models will have a redesigned Dynamic Island interface — it might ...
iphone 16 pro ghost hand

5 Reasons to Skip This Year's iPhone 17 Pro

Thursday July 10, 2025 4:54 am PDT by
Apple will launch its new iPhone 17 series in two months, and the iPhone 17 Pro models are expected to get a new design for the rear casing and the camera area. But more significant changes to the lineup are not expected until next year, when the iPhone 18 models arrive. If you're thinking of trading in your iPhone for this year's latest, consider the following features rumored to be coming...
top stories 2025 07 12

Top Stories: iPhone 17 Pro Rumors, iOS 26 Beta 3, and More

Saturday July 12, 2025 6:00 am PDT by
The iOS 26 public beta release is quickly approaching, while developers have recently gotten their hands on a third round of betas that has seen Apple continue to tweak features, design, and functionality. We're also continuing to hear rumors about the iPhone 17 lineup that is now just about right around the corner, while Apple's latest big-budget film appears to be taking off, so read on...
iPhone 14 Pro Dynamic Island

iPhone 17 May See 'Significant' Dynamic Island Changes

Monday July 14, 2025 12:11 am PDT by
The iPhone's Dynamic Island experience is set to undergo "significant evolution" over the next few years, according to a new rumor. Earlier this month, a report suggested that the iPhone 17 lineup will feature a redesigned Dynamic Island user interface, but little else was explained about the software changes. Now, the leaker known as "Majin Bu" appears to have corroborated this, commenting ...

Top Rated Comments

tywebb13 Avatar
27 months ago
The full installers are available now for

Ventura 13.5 beta 4 build 22G5059d
Monterey 12.6.8 RC 2 build 21G716
Big Sur 11.7.9 RC 2 build 20G1416

Rather than put links here, here is a way to display them in Terminal. I include the one for Sonoma too for completeness sake, although there is no new Sonoma today.

So to display the links to InstallAssistant.pkg in Terminal use these commands:

Sonoma

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

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

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

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

These commands are more useful than actual links because they can be reused in the future for future betas too.

There will be many InstallAssistant.pkg's listed but usually the most recent applicable ones should be at or near the end of the lists.
Score: 5 Votes (Like | Disagree)
Realityck Avatar
27 months ago

More like 3 years, Big Sur is still getting updates.
Perhaps it's better to say you get system updates for previous two MacOS's during the current OS reign. :D
But when Sonoma launches then support for Big Sur would drop off with occasional security patches and Safari updates. So you are correct its more like 3 years.
Score: 4 Votes (Like | Disagree)
Ilde Avatar
27 months ago
Hi,
It looks like not many people is still interested in Monterey betas or updates. I'm running macOS Sonoma beta 2 and, in my humble opinion, is one of the initial betas running smooth and not too buggy so far, since my first contact with Mojave beta releases. This is what I think when counting the fewer posts on the latests articles in this site.

Regards,
Score: 4 Votes (Like | Disagree)
Realityck Avatar
27 months ago

There it is with the usual 1 day delay after the developer beta - I am done with Ventura, want the Sonoma public beta, hopefully within the next couple weeks or so
That is true, last year the PB arrived July 11th.
Score: 3 Votes (Like | Disagree)
johto Avatar
27 months ago
I'm still rocking Monterey. Not in a rush to upgrade.
Score: 3 Votes (Like | Disagree)
Realityck Avatar
27 months ago

So there will be no more security updates to Ventura after Sonoma launches?
You usually have 2 years of security/Safari updates after a newer OS launches.
Score: 3 Votes (Like | Disagree)