Enabling new Siri interface in iOS 18 Beta
It works with any iPhone running iOS 18, even an iPhone SE.What it looks like in iOS:
Tutorial for iOS:
Tutorial by BetaProfiles.
Download link for iOS_18_Siri.cowperation: https://bit.ly/siri-18
Download link for Cowabunga lite: https://github.com/leminlimez/CowabungaLite/releases/tag/v2.1.1
Download link for iOS_18_Siri.cowperation: https://bit.ly/siri-18
Download link for Cowabunga lite: https://github.com/leminlimez/CowabungaLite/releases/tag/v2.1.1
Enabling new Siri interface in macOS Sequoia
What it looks like in macOS:
Tutorial for macOS
On macOS, it's as easy as a single command:
To disable it on macOS:
Bash:
defaults write com.apple.assistant bypassDeviceSupportsSAE -bool true; sudo killall Siri; sudo killall SystemUIServer;
To disable it on macOS:
Bash:
defaults write com.apple.assistant bypassDeviceSupportsSAE -bool false; sudo killall Siri; sudo killall SystemUIServer;
Last edited: