What’s the newest technique to disable Siri by way of Terminal on Ventura? I am alright to do SIP disable and re-enable later.

I’ve tried

sudo plutil -replace Disabled -bool true /System/Library/LaunchAgents/com.apple.Siri.agent.plist
sudo plutil -replace Disabled -bool true /System/Library/LaunchAgents/com.apple.siriactionsd.plist
sudo plutil -replace Disabled -bool true /System/Library/LaunchAgents/com.apple.siriknowledged.plist
sudo plutil -replace Disabled -bool true /System/Library/LaunchAgents/com.apple.sirittsd.plist
sudo plutil -replace Disabled -bool true /System/Library/LaunchAgents/com.apple.assistantd.plist

sudo rm -rf /System/Library/CoreServices/Siri.app

sudo defaults write /System/Library/LaunchAgents/com.apple.Siri.plist Disabled -bool true
sudo defaults write com.apple.Siri StatusMenuVisible -bool false
sudo defaults write com.apple.Siri UserHasDeclinedEnable -bool true
sudo defaults write com.apple.assistant.help 'Assistant Enabled' 0

defaults write com.apple.Siri StatusMenuVisible -bool false
defaults write com.apple.Siri UserHasDeclinedEnable -bool true
defaults write com.apple.assistant.help 'Assistant Enabled' 0


sudo killall -HUP cfprefsd
sudo killall SystemUIServer
sudo reboot now

However dont assume these work, i get errors about learn solely

Perhaps there’s a script that disables ineffective telemetry companies on Ventura?

Marius is a brand new contributor to this website. Take care in asking for clarification, commenting, and answering.
Try our Code of Conduct.


You will need to
log in to reply this query.