在不完全禁用系统完整性保护(SIP)的情况下,在任意 Mac 设备上使用 Xcode LLM 和 Apple Intelligence 功能。
功能支持说明
• Xcode LLM 需要 macOS 15.0 或更高版本
• Apple Intelligence 需要 macOS 15.1 或更高版本
使用方法
目前有两种实现方案,各有优劣:
方案一:使用 util 工具(推荐)
这种方式只需要临时禁用一次 SIP,具体步骤:
1. 执行以下命令启用 Xcode LLM:
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/scripts/override.sh | bash -s -- install util xcodellm
1. 执行以下命令启用 Apple Intelligence:
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/scripts/override.sh | bash -s -- install util greymatter
方案二:使用 override 文件
这种方式完全不需要禁用 SIP,执行命令即可:
1. 启用 Xcode LLM:
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/scripts/override.sh | bash -s -- install override xcodellm
1. 启用 Apple Intelligence:
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/scripts/override.sh | bash -s -- install override greymatter
常见问题解决
Apple Intelligence 使用建议
为获得最佳体验,建议:
1. 登录美区 Apple ID
2. 将系统地区设置为美国,将英语设置为首选语言
3. 将 Siri 语言设置为英语(美国)
开启流程
1. 进入系统设置 > "Apple Intelligence & Siri"
2. 点击 "Join Apple Intelligence Waitlist" 按钮
3. 等待状态变为 "Joined Waitlist"
4. 继续等待直到状态变为 "Preparing"
5. 收到 "Apple Intelligence is Here" 通知后即可使用
故障排除
如遇到问题,可执行以下命令进行诊断:
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/scripts/override.sh | bash -s -- doctor
注意事项
1. 本项目仅供学习和研究使用
2. 使用本项目需自行承担风险
3. 请遵守相关法律法规
如需了解更多技术细节,欢迎访问项目地址:XcodeLLMEligible[1]
引用链接
[1]
XcodeLLMEligible: https://github.com/Kyle-Ye/XcodeLLMEligible