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

MacRumors

macrumors bot
Original poster
Apr 12, 2001
67,961
38,673


Apple today seeded the second beta of an upcoming macOS Sonoma 14.4 update to public beta testers, allowing non-developers to test the software ahead of its launch. The second public beta comes a week after Apple released the first public beta.

macos-sonoma-4.jpg

Beta testers can opt-in through the Software Update section of the System Settings app. Under Beta updates, simply toggle on the Sonoma Public Beta. Note that you must sign up to participate on Apple's beta testing website.

macOS Sonoma 14.4 introduces some of the features in the iOS 17.4 beta, such as new emoji characters. We don't know what Mac-specific features are included, but nothing new has been found in the developer betas so far.

Article Link: Apple Seeds Second Public Beta of macOS Sonoma 14.4
 
  • Like
Reactions: roncron
The Sonoma 14.4 beta 2 build number is 23E5191e

Yesterday the ipsw was available for the developer beta from the apple developer center at https://developer.apple.com

Now the full installer is also available.

The full installers for the ventura 13.6.5 rc 2 build 22G610 and monterey 12.7.4 rc 2 build 21H1111 are also available now too.

To get the full installer InstallAssistant.pkg you can run these commands in Terminal and the relevant links and build numbers will be revealed:

Sonoma:

Code:
for file in $(curl -# https://swscan.apple.com/content/catalogs/others/index-14seed-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-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-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

It seems that quite often (but not always) even developers have to wait till public betas are released before full installers become available.
 
Last edited:
The Sonoma 14.4 beta 2 build number is 23E5191e

Yesterday the ipsw was available for the developer beta from the apple developer center at https://developer.apple.com

Now the full installer is also available.

The full installers for the ventura 13.6.5 rc 2 build 22G610 and monterey 12.7.4 rc 2 build 21H1111 are also available now too.

To get the full installer InstallAssistant.pkg you can run these commands in Terminal and the relevant links and build numbers will be revealed:

Sonoma:

Code:
for file in $(curl -# https://swscan.apple.com/content/catalogs/others/index-14seed-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-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-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

It seems that quite often (but not always) even developers have to wait till public betas are released before full installers become available.

Thaks for this. One can also run on terminal


softwareupdate --list-full-installers

you will get a list of installer versions avaiable. Then Fetch the particular version using below command for example 14.4. Whichever build version is displayed earlier for that version from previous command will be downloaded.

I see 14.4 is available: * Title: macOS Sonoma Beta, Version: 14.4, Size: 13118139KiB, Build: 23E5191e, Deferred: NO

softwareupdate --fetch-full-installer --full-installer-version 14.4


-RB
 
Reposted from the dev thread

Comparison of 14.4 beta 2 to previous 14.4 beta

macOS 14.4 beta 2 (23E5191e)
  • Safari Version 17.4 (19618.1.13.11.5)
  • System Firmware Version: 10151.100.753 (M1 based Macs)
  • Darwin Kernel Version 23.4.0: Sat Jan 27 14:22:59 PST 2024; root:xnu-10063.100.633~14/RELEASE_ARM64_T8103 arm64
macOS 14.4 beta (23E5180j)
  • Safari Version 17.4 (19618.1.11.11.3)
  • System Firmware Version: 10151.100.738.0.1 (M1 based Macs)
  • Darwin Kernel Version 23.4.0: Fri Jan 12 22:41:06 PST 2024; root:xnu-10063.100.610.0.2~19/RELEASE_ARM64_T8103 arm64
* Apple Music/TV now 1.4.4.38 was 1.4.4.29

12 days later then first beta

AppKit

Resolved Issues

  • Fixed an issue where center or right aligned NSTextField appears blurry. (120819010)
  • Fixed: Resolves an issue where pointer style does not update when browsing in Safari. (121131986)

Core ML

New Features

  • ML Program models that are loaded with MLComputeUnits.cpuOnly will use a new high performance CPU backend that takes advantage of Accelerate framework’s BNNS library (114037934)

CreateML

Resolved Issues

  • Fixed: When using the transfer learning algorithm option, the CreateML app and framework object detection template might fail to converge and cause poor model quality and produce more than expected false positives. (114480994)

Finder

Resolved Issues

  • Fixed: Resolves an issue where tiling a window causes the desktop picture to turn black. (118044617)

Messages

Known Issues

  • Stickers (Memoji and 3rd party) might appear blank. (120994483)

Software Updates

Known Issues

  • Updates to macOS 14.4 starting from macOS 11.0–12.3.1 will not work. (120548971)
    Workaround: Update to macOS 12.4 or later prior to updating to macOS 14.4.

StoreKit

New Features

  • You can use the productDescriptionHidden(_ API to configure the visibility of product descriptions in ProductView, StoreView and SubscriptionStoreView instances within a view hierarchy. When building with Xcode 15.3, you can use this view modifier even if your app is running on iOS 17.0, iPadOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, visionOS 1.0, or later.
    If you implement your own product view style, you can support this new view modifier by checking the descriptionVisibility property on the configuration value. (110414819) (FB12261973)
  • You can use SubscriptionStoreView to present promotional offers by adding the subscriptionPromotionalOffer(offer:signaturemodifier.
    If you’re already using inAppPurchaseOptions(_ modifier to support promotional offers for StoreKit views, you should adopt the new API instead when your app is running on iOS 17.4, iPadOS 17.4, macOS 14.4, tvOS 17.4, watchOS 10.4, visionOS 1.1 or later. Do not use both APIs to apply a promotional offer for the same view. (115358806)

Resolved Issues

  • Fixed: The isEligibleForIntroOffer property and isEligibleForIntroOffer(for method now reflect ineligibility in cases where a customer would otherwise be eligible for the offer if they weren’t actively subscribed. This means a customer which is not currently eligible for an introductory offer may become eligible in the future.
    Customers who redeem an introductory offer for a given subscription group will continue to never be eligible for another introductory offer in that subscription group. You can detect this case this by checking if any one transaction with a matching subscriptionGroupID has the type property on offer set to introductory. (103604770) (FB11889732)

SwiftUI

New Features

  • Table now supports dynamic numbers of columns with the new TableColumnForEach. (79492167) (FB9189673)

Resolved Issues

  • Fixed: DatePicker in macOS reset focus to the first date component when its bound date changes and timeZone is overriden in the environment. (97376561)

Weather

Known Issues

  • Weather might crash on launch on Intel macOS hardware. (121294923)
 
Last edited:
Will this fix the problem Sonoma had with exFAT external drives? Maybe an earlier update fixed it, but it's been a huge pain for people when Sonoma failed to connect with drives formatted in exFAT.
 
Why does Apple insists to use the CGI/fake wallpapers? I doesn't look good and it hurts my eyes.
I miss the real world photos of seas and mountains.
On my Mac, I have a really innovative feature in macOS where I can change the wallpaper for any image I want.
 
Warning... public beta 2... Critical memory leak with WindowServer when using this build as a host with Chrome Remote Desktop. It will pile up almost 750MB/sec until your system just halts and can no longer quit apps. I gotta work on my macbook locally instead of remote due to this :(
 
Just a comparison of how three latest versions of web browsers fare as far as speedometer2.1 testing using a 24" M1 iMac running MacOS beta 2. Faster AS Macs will see higher number results.

Using https://browserbench.org/Speedometer2.1/

Safari - Version 17.4 (19618.1.13.11.5)
475
Brave - Version 1.62.162 Chromium: 121.0.6167.164 (Official Build ) (arm64)
440
Firefox - Version 122.0.1 (64 bit)
377
 
Just a comparison of how three latest versions of web browsers fare as far as speedometer2.1 testing using a 24" M1 iMac running MacOS beta 2. Faster AS Macs will see higher number results.

Using https://browserbench.org/Speedometer2.1/

Safari - Version 17.4 (19618.1.13.11.5)
475
Brave - Version 1.62.162 Chromium: 121.0.6167.164 (Official Build ) (arm64)
440
Firefox - Version 122.0.1 (64 bit)
377
Safari 14.4 score on my MacBook Air M2 = 234 Why!
 
Safari 14.4 score on my MacBook Air M2 = 234 Why!
Check your ISP speed and latency from your wireless router. I get for example 383 on a iPad Mini 6 in another room of 422 Mbps down with 17ms latency with wifi6 5 ghz used. Make sure Safari Is not being impacted by some system process hogging CPU or memory in activity monitor.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.