MacOS 15.2 打开Apple Intelligence(Apple智能)
在操作之前先拥有以下条件
- 系统为15.2
- 已经登录上了美区ID
- Siri语言地区已设置了美区
一、关闭 SIP
在恢复模式下禁用 SIP :
csrutil disable
添加启动参数
开机后在终端运行启动参数后重启电脑sudo nvram boot-args="amfi_get_out_of_my_way=1"
eligibility_util从发布页面下载并添加可执行权限。
以下命令示例假定下载的文件位于~/Downloads文件夹中。chmod +x ~/Downloads/eligibility_util
执行以下命令
cd ~/Downloads # For XcodeLLM: ./eligibility_util forceDomainAnswer --domain-name OS_ELIGIBILITY_DOMAIN_XCODE_LLM --answer 4 # For Apple Intelligence (macOS 15.1+ required) ./eligibility_util forceDomainAnswer --domain-name OS_ELIGIBILITY_DOMAIN_GREYMATTER --answer 4 # For Cleanup as part of Apple Intelligence feature (macOS 15.1 Beta 3+ required) ./eligibility_util forceDomainAnswer --domain-name OS_ELIGIBILITY_DOMAIN_STRONTIUM --answer 4
在恢复模式下启用,并重新启动SIP。
csrutil enable
删除启动参数
sudo nvram -d boot-args
参考:https://github.com/Kyle-Ye/XcodeLLMEligible?tab=readme-ov-file