This directory contains scripts to disable Apple Intelligence functionality on macOS Sequoia 15.1+.
The script disables the following Apple Intelligence features:
- Main Apple Intelligence toggle
- Writing Tools (AI-powered text editing)
- Siri AI enhancements
- Predictive text completion
- Automatic spelling correction
./disable_apple_intelligence.shFollow the prompts
Restart your Mac for complete effect
To reclaim approximately 7GB of storage used by AI models:
- Restart your Mac into recovery mode.
- Open Disk Utility and mount your Data volume
- Open Terminal and run:
rm -rf /Volumes/Data/System/Library/AssetsV2/com_apple_MobileAsset_UAF_FM_GenerativeModels rm -rf /Volumes/Data/System/Library/AssetsV2/com_apple_MobileAsset_UAF_FM_Visual
- Reboot your system
To re-enable Apple Intelligence, run:
defaults write com.apple.CloudSubscriptionFeatures.optIn "545129924" -bool true
defaults write com.apple.HIToolbox AppleTextWritingToolsEnabled -bool true
defaults write NSGlobalDomain NSAutomaticTextCompletionEnabled -bool true- OS: macOS Sequoia 15.1+ (Validated on macOS 26)
- Hardware: Apple Silicon Macs (M1, M2, M3, M4) (Validated on M4)
- The script only modifies user preferences via
defaultscommands - No system files are deleted (except in Recovery Mode step)
- Changes are reversible