国行Mac使用AppleIntelligence
(没错某懒狗已经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 | brew install catme0w/tap/zouxian |
(需要更新Xcode和XcodeCLI到最新版本,也就是测试版)
卸载(会禁用Apple Intelligence!)
1 | sudo brew services stop zouxian |
先别急着重启
在系统设置里,找到语言与地区,语言设置为English(US),地区设置为United States
是时候重启了
重启后系统语言会变为英语,不出意外的话在Siri/Apple Intelligence&Siri里就能看到Apple Intelligence了,点击”join waitlist”,然后静等通知,这时候只需要”Hey Siri!”Apple Intelligence就会出现了!
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Niko的小博客!