中文版请见这里。
Apple restricted the access to Apple Intelligence and Xcode LLM (Predictive Code Completion) feature on China models of Mac. That is, if you are using a Mac bought in China, even if you are not in China, you will not be able to use Apple Intelligence or Xcode Predictive Code Completion.
If you are unfortunate to be in this situation, now it is time take your Mac on a journey of [Zouxian](https://en.wikipedia.org/wiki/Zouxian(phenomenon))_.
Persistent solution after rebooting, based on Cyandev's guide.
From | To | |
---|---|---|
Macintosh System 1 | 15.0 Beta 4 (24A5298h) | No Apple Intelligence available |
15.1 Beta 1 (24B5009l) | 15.1 Beta 1 (24B5009l) | Supported (requires zouxian >= v0.2.0) |
From | To | |
---|---|---|
Macintosh System 1 | 14.6 (23G80) | No Xcode LLM available |
15.0 Beta 1 (24A5264n) | 15.1 Beta 1 (24B5009l) | Supported |
csrutil enable --without debug
command in recovery mode).[!NOTE]
No need to install Xcode if you only want to use Apple Intelligence.
Disabling SIP can cause some unknown effect. Please use with caution.
brew install catme0w/tap/zouxian
sudo brew services start zouxian
Check out the formula if you're interested
sudo curl https://raw.githubusercontent.com/CatMe0w/zouxian/master/zouxian.sh -o /usr/local/bin/zouxian
sudo chmod +x /usr/local/bin/zouxian
sudo curl https://raw.githubusercontent.com/CatMe0w/zouxian/master/cat.me0w.zouxian.plist -o /Library/LaunchDaemons/cat.me0w.zouxian.plist
sudo launchctl load -w /Library/LaunchDaemons/cat.me0w.zouxian.plist
sudo brew services stop zouxian
sudo rm -rf /opt/homebrew/Cellar/zouxian
brew untap catme0w/tap
sudo launchctl unload -w /Library/LaunchDaemons/cat.me0w.zouxian.plist
sudo rm /Library/LaunchDaemons/cat.me0w.zouxian.plist
sudo rm /usr/local/bin/zouxian
Thanks for those who make this possible together: Cyandev, Lakr233, Sou1gh0st, Yuriko.
MIT License