• Congratulations to the Class of 2024 on your results!
    Let us know how you went here
    Got a question about your uni preferences? Ask us here

Turn on Apple Intelligence in macOS Sequoia 15.1 Beta 3 (1 Viewer)

tywebb

dangerman
Joined
Dec 7, 2003
Messages
2,200
Gender
Undisclosed
HSC
N/A
In the macOS Sequoia 15.1 betas Apple previously restricted apple intelligence to the US and device region had to be configured for US for it to work outside the US which creates more difficulties.

But with the new 15.1 beta 3 released today the device region no longer has to be set to US - only the Siri language and device language like this in System Settings:

ai in 15.1 beta 3.png
You have to join a waitlist but it just takes a few minutes
 
Last edited:

tywebb

dangerman
Joined
Dec 7, 2003
Messages
2,200
Gender
Undisclosed
HSC
N/A
Note this does not work in China or EU, at least not yet anyway.
 
Last edited:

tywebb

dangerman
Joined
Dec 7, 2003
Messages
2,200
Gender
Undisclosed
HSC
N/A
apple has just announced that apple intelligence will be updated in december to be compatible with localised language in australia, canada, new zealand, south africa and uk - and then next year in china, france, japan, spain

so for now you still need to change language to us english as i said before, but eventually this won't be necessary

screenshots from

Screen Shot 2024-09-10 at 5.03.11 am.png
Screen Shot 2024-09-10 at 5.03.19 am.png
 
Last edited:

tywebb

dangerman
Joined
Dec 7, 2003
Messages
2,200
Gender
Undisclosed
HSC
N/A
It is likely that apple intelligence with localised english in sequoia will require version 15.2, not 15.1.

So you could expect 15.2 to be released in december, although it isn’t even available as beta yet
 

tywebb

dangerman
Joined
Dec 7, 2003
Messages
2,200
Gender
Undisclosed
HSC
N/A
i also think china, france, japan, spain will have to wait till 15.3 or 15.4
 

tywebb

dangerman
Joined
Dec 7, 2003
Messages
2,200
Gender
Undisclosed
HSC
N/A
so yesterday we had the 15.3 beta 1 and today there was supposed to be a full installer - but there wasn't one.

one can check for the full installers for the sequoia betas with the following code in terminal:

Code:
for file in $(curl -# https://swscan.apple.com/content/catalogs/others/index-15seed-1.sucatalog | grep com_apple_MobileAsset_MacSoftwareUpdate.plist | grep -Evw '(com_apple_MobileAsset_MacSoftwareUpdate.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/com_apple_MobileAsset_MacSoftwareUpdate.plist/InstallAssistant.pkg/g"
done
and for public releases with this:

Code:
for file in $(curl -# https://swscan.apple.com/content/catalogs/others/index-15-1.sucatalog | grep com_apple_MobileAsset_MacSoftwareUpdate.plist | grep -Evw '(com_apple_MobileAsset_MacSoftwareUpdate.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/com_apple_MobileAsset_MacSoftwareUpdate.plist/InstallAssistant.pkg/g"
done
so far the full installers are just for the 15.2

but something strange happened - or perhaps better put, didn't happen. the sonoma 14.7.3 rc 1 was supposed to come out yesterday, but came out today.

the sequoia, sonoma and ventura full installers usually come out the same time

so i reckon the full installer for the 15.3 beta 1 will come out tomorrow

so maybe check with the terminal code tomorrow
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Top