(没错某懒狗已经4个月没更新了

本文使用走线

为什么要用走线?

Apple 限制在国行 Mac 上使用 Apple Intelligence 和 Xcode LLM(Predictive Code Completion)。如果你使用在中国购买的 Mac,即使你不在中国,你也无法使用 Apple Intelligence 和 Xcode Predictive Code Completion。

设备要求

硬件

Apple Silicon(M1及以后芯片)的Mac

软件

macOS 15.1 beta(未测试macOS15.1正式版,谨慎更新)

非国区Apple ID

安装教程

禁用SIP调试

关机,长按start键选择”选项”进入,登陆,左上角访达栏实用工具选择终端打开,输入

1
csrutil enable --without debug

安装homebrew

官方安装:

1
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

需要魔法

国内镜像

1
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"

通过homebrew安装

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

(需要更新Xcode和XcodeCLI到最新版本,也就是测试版)

卸载(会禁用Apple Intelligence!)

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

先别急着重启

在系统设置里,找到语言与地区,语言设置为English(US),地区设置为United States

是时候重启了

重启后系统语言会变为英语,不出意外的话在Siri/Apple Intelligence&Siri里就能看到Apple Intelligence了,点击”join waitlist”,然后静等通知,这时候只需要”Hey Siri!”Apple Intelligence就会出现了!