This guide covers how to download models for Apple Intelligence, not just the new Siri UI. Be warned, the process is complex and may not be worth the effort for most users.
- Writing Tools
- Memories
- Reduce Interruptions
- Image Eraser
- Other tools available in official Apple Intelligence
- Slightly better Siri
- New UI
Example: Ask about the iPhone/iPad User Guide or play a specific song on Spotify, which older Siri could not do.
- π§± Face ID will be temporarily bricked (fixable, see Fixing Face ID).
- πΊ May affect Standby/AOD (not confirmed).
- π§ Proceed at your own risk! Modifying your device's MobileGestalt can brick your device if done incorrectly.
If you're just looking for the new UI, this tutorial is NOT for you.
To enable ο£Ώ Intelligence on older devices, the following steps are required:
- Add generative model capability to
MobileGestalt
. - Bypass eligibility checks for Apple Intelligence (regional and waitlist).
- Temporarily spoof your device to appear as a newer model (like iPhone 16 Pro) so that Apple servers allow the model download.
Once the models are downloaded, reverting the spoofing keeps Apple Intelligence working as if the phone always supported it.
- iPhone XS or newer
- Running iOS/iPadOS 18.1 Beta 4 or 18.1 Public Beta
- Device Region set to the US
- Language set to English (No UK, Indian, etc.)
- Nugget
- MisakaX
- Basic understandig of plist file.
-
Set Apple Account Region to United States:
- Visit: Apple Account Management
- Country/Region: Set to United States.
- Payment method: None.
-
Billing Address:
- First Name: xx
- Last Name: xx
- Address: xx
- City: Miami
- State: Florida
- ZIP Code: 33101
- Phone Number: (Your number)
-
Backup your MobileGestalt file using the shortcut and save it somewhere safe.
-
Open the
.plist
file using any text editor. -
Spoof ProductType and Region: Note: Instead of fixing the Siri disappearance problem later, we will address it now.
- Search for the following string and save the original value for revert later.
- Replace the device identifier under this line with:
For iPad:<key>h9jDsbgj7xIVeIQ8S3/X3Q</key> <string>iPhone17,2</string>
<key>h9jDsbgj7xIVeIQ8S3/X3Q</key> <string>iPad17,2</string>
- Change the region of the phone to US:
And:<key>h63QSdBCiT/z0WU6rdQv6Q<key> <string>US<string>
<key>zHeENZu+wbg7PUprwNwBWg</key> <string>LL/A</string>
-
Add Generative Model capability:
-
After this line:
<key>CacheExtra</key> <dict>
Add the following two lines:
<key>A62OafQ85EJAiiqKn4agtg</key> <integer>1</integer>
-
-
Apply the modified MobileGestalt
.plist
file using Nugget:- Apply Tab
- Choose Gestalt File
- Apply
- Phone Reboot
File path of MG:
/var/containers/Shared/SystemGroup/systemgroup.com.apple.mobilegestaltcache/Library/Caches/com.apple.MobileGestalt.plist
- Ensure you meet regional requirements in Requirements and in settings you have apple inteligence instead of Siri (don't open).
- Open MisakaX
- Select the modified MobileGestalt file click on "Apple Intelligence (Extra)".
Repeat this step if needed.
- Reboot your device and connect to Wi-Fi.
- Wait up to 5 minutes after booting.
- Open and close the Settings App.
- Go to the Apple Intelligence & Siri page.
- Set Apple Intelligence language to English: United States.
- Toggle Apple Intelligence off and back on to trigger the download.
- Phone gets very hot.
- Check Settings > General > iPhone/iPad Storage:
- Apple Intelligence should increase from ~44MB to ~2.2GB-3GB.
- Once Apple Intelligence is fully downloaded, get your modified MobileGestalt file from Part 1.
- Change the ProductType key and Region back to your correct device (e.g., iPhone14,2 IT, T/A).
- Find the correct model at Apple Device Database.
- Reapply with nugget the modified
.plist
file and reboot. - Connect to Wi-Fi and wait ~15 minutes for AI (Siri) to restart.
- If Apple Intelligence appears and disappears after the revert of original data, use Nugget to apply the "Disable Regional Restrictions" option.
Or Just edit:
And:<key>h63QSdBCiT/z0WU6rdQv6Q<key> <string>US<string>
<key>zHeENZu+wbg7PUprwNwBWg</key> <string>LL/A</string>
- Avoid storage-related modifications in your gestalt file, as it may break functionality.
- You can also tweak feature flags for Siri, PrivateCloudCompute, TextComposer, etc.
- @Gen
- @sneakyf1shy / @f1shy-dev
- @XeZrunner
- @34306
- @lemin
- @legallywanted
- @JJTech
Thanks to Apple for making this process so complex!