Enables Apple Intelligence + Xcode code completion on Chinese Macs
Top 40.8% on sourcepulse
This project provides a persistent solution to enable Apple Intelligence and Xcode Predictive Code Completion on Mac computers originally sold in China, which are otherwise geo-restricted. It targets users of Chinese-market Macs who wish to access these advanced AI features, regardless of their current location.
How It Works
The solution works by installing a launchd
daemon that overrides system eligibility checks for Apple Intelligence and Xcode's LLM features. This bypasses the region-locking mechanism imposed by Apple, allowing users to leverage these AI capabilities. The method is based on a guide by Cyandev and aims for persistence across reboots.
Quick Start & Requirements
brew install catme0w/tap/zouxian
followed by sudo brew services start zouxian
. Manual installation involves downloading a script and a plist file.csrutil enable --without debug
). For Apple Intelligence, a non-China Apple ID, US region, and English (US) language are required. Xcode must be installed and run once for predictive code completion.Highlighted Details
Maintenance & Community
The project acknowledges several contributors, including Kyle-Ye, Cyandev, Lakr233, Sou1gh0st, and Yuriko.
Licensing & Compatibility
Limitations & Caveats
Disabling SIP reduces system security and may render iOS apps and Apple Pay unusable. The project's compatibility with future macOS versions beyond macOS 15.4 Beta 1 is not guaranteed, as indicated by the version table.
5 months ago
Inactive