CatMe0w / zouxian

Permanent Apple Intelligence + Xcode Predictive Code Completion for Chinese-market Mac computers
MIT License
743 stars 26 forks source link

zouxian 走线

中文版请见这里

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.

Version table

Apple Intelligence

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)

Xcode LLM (Xcode Predictive Code Completion)

From To
Macintosh System 1 14.6 (23G80) No Xcode LLM available
15.0 Beta 1 (24A5264n) 15.1 Beta 1 (24B5009l) Supported

Prerequisites

[!NOTE]
No need to install Xcode if you only want to use Apple Intelligence.

Disclaimer

Disabling SIP can cause some unknown effect. Please use with caution.

Install

Via Homebrew

brew install catme0w/tap/zouxian
sudo brew services start zouxian

Check out the formula if you're interested

Manually

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

Uninstall

Via Homebrew

sudo brew services stop zouxian
sudo rm -rf /opt/homebrew/Cellar/zouxian
brew untap catme0w/tap

Manually

sudo launchctl unload -w /Library/LaunchDaemons/cat.me0w.zouxian.plist
sudo rm /Library/LaunchDaemons/cat.me0w.zouxian.plist
sudo rm /usr/local/bin/zouxian

Acknowledgement

Thanks for those who make this possible together: Cyandev, Lakr233, Sou1gh0st, Yuriko.

License

MIT License