Update: Apple has patched this in iOS 18.1 Beta 5, so you can use the .ipsw file to update to iOS 18.1 Beta 4 and apply this method.
This method will allow you to get Apple Intelligence on your device (of course, this includes unsupported devices), BUT only the new Siri UI will work. Additionally, Siri will be slightly improved, similar to the Apple Intelligence experience on the current iPhone 15 Pro.
Other Apple Intelligence features, such as Writing Tools, Memories Movie, Reduce Interruptions, Clean Up, Summarize Notifications, and Smart Reply, basically wonât work, so donât expect this method to enable those features on your device.
A Few Things to Note Before Starting
I donât recommend doing this on your primary device, and this is only for those who are willing to accept any potential risks. Do at your own risk.
Face ID will temporarily stop working, but donât worryâit wonât break Face ID on your device. Iâll guide you through how to get Face ID working again after enabling Apple Intelligence on your device.
Although Iâve successfully tested this on an iPhone 13 Pro Max running iOS 18.1 Beta 4, I canât guarantee it will work on other devices.
Preparation Steps
Update to iOS 18.1 Developer Beta 4 or iOS 18.1 Public Beta
The good news is that this method works with the latest iOS 18.1 Developer Beta 4 and iOS 18.1 Public Beta. You need to update your device to this version before starting.
Back Up Your Device
After updating to iOS 18.1 Beta 4, make sure to back up your device using iTunes/Finder or iCloud. I recommend doing a backup on a Mac or Windows PC to ensure all your data is safe.
I am not responsible for any data loss, so youâve been warned.
Export MobileGestalt.plist File
Youâll need to export the com.apple.MobileGestalt.plist
file from your iPhone or iPad using the shortcut below. Simply download the shortcut, run it on your device, then choose where to save the file in the Files app. After that, locate the file path in the Files app and AirDrop the com.apple.MobileGestalt.plist
file to your Mac, or email it to yourself and download it on a Windows PC.
Temporarily Disable Find My iPhone/iPad
Youâll need to temporarily disable Find My iPhone/iPad, but donât worryâyou can turn it back on right after youâve enabled Apple Intelligence on your device.
To disable Find My iPhone, go to Settings â [Your name] â Find My â turn off Find My iPhone/iPad.
Download the Necessary Tools
Youâll need to download MisakaX v2.2 and Nugget v2.2 and install both tools on your Mac or Windows PC.
If youâre using Windows, make sure to install iTunes from this link (not the one from the Microsoft Store) for both tools to work properly.
Start Getting Apple Intelligence
Step 0
Skip this step if youâve never used MisakaX/MitokoX/Nugget before.
If youâve previously used MisakaX/MitokoX/Nugget with your device using the MobileGestalt.plist file, you need to reset this file. Connect your device to a Mac or Windows PC, and choose âRegenerate MobileGestalt (Reset)â in MisakaX or âReset Mobile Gestaltâ in the Apply tab of Nugget.
Then restart your device.
Step 1: Edit Your MobileGestalt File
-
Make sure you have a backup of the
com.apple.MobileGestalt.plist
file you exported earlier in the preparation steps. -
Open the com.apple.MobileGestalt.plist file using a text editor, like Sublime Text.
-
Search for
h9jDsbgj7xIVeIQ8S3/X3Q
and change the string value below it toiPhone17,3
. If youâre using an iPad, change it toiPad16,3
. This should look like this:
This step tricks the operating system into identifying your device as an iPhone 16 (or iPad Pro 11-inch M4), allowing it to download the necessary AI models. This is also why Face ID will temporarily stop working. -
Search for
A62OafQ85EJAiiqKn4agtg
in the com.apple.MobileGestalt.plist file. If it doesnât exist, add the following:
<key>A62OafQ85EJAiiqKn4agtg</key>
<integer>1</integer>
Insert this code right after the following line:
<key>CacheExtra</key>
<dict>
The result should look like this:
- Save the edited file.
- Use Nugget to import the modified com.apple.MobileGestalt.plist file back to your device. Connect your device to your Mac or Windows PC, open Nugget, go to the Apply tab, click the âChoose Gestalt Fileâ button, select the edited file, and click âApply Changes.â Your device will then restart.
Step 2: Bypass the âJoined Waitlistâ
Once your device restarts, wait about 30 seconds for the system to stabilize. Then, go to Settings and check if the Siri menu has changed to Apple Intelligence & Siri. If it hasnât, try restarting your device a couple of times and wait about 30 seconds again.
Even though you can now see the Apple Intelligence & Siri option in Settings, you wonât be able to toggle it on or off because itâs stuck on âJoined Waitlist.â
Follow these steps to bypass the âJoined Waitlistâ:
- Open MisakaX on your Mac or Windows PC.
- Click the Select MobileGestalt File button and choose your edited com.apple.MobileGestalt.plist file.
- Click the Apple Intelligence (extra) button.
- Wait for your device to restart.
- Go to Settings â Apple Intelligence & Siri and check if Apple Intelligence is enabled. If you see âTurn On Apple Intelligence,â tap it, select Not Now, exit Settings, and go back to Apple Intelligence & Siri. You should now see the toggle switch for Apple Intelligence. If not, repeat the steps.
If youâre still stuck on âJoined Waitlist.â, try navigating to /var/db/eligibilityd
on your Mac (for quicker access, use the shortcut Shift + Command + G and paste the path in Finder), open eligibility.plist
file with a text editor, then copy all the code below into this file, then save it.
eligibility.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>OS_ELIGIBILITY_DOMAIN_CALCIUM</key>
<dict>
<key>os_eligibility_answer_source_t</key>
<integer>1</integer>
<key>os_eligibility_answer_t</key>
<integer>2</integer>
<key>status</key>
<dict>
<key>OS_ELIGIBILITY_INPUT_CHINA_CELLULAR</key>
<integer>2</integer>
</dict>
</dict>
<key>OS_ELIGIBILITY_DOMAIN_GREYMATTER</key>
<dict>
<key>context</key>
<dict>
<key>OS_ELIGIBILITY_CONTEXT_ELIGIBLE_DEVICE_LANGUAGES</key>
<array>
<string>en</string>
</array>
</dict>
<key>os_eligibility_answer_source_t</key>
<integer>1</integer>
<key>os_eligibility_answer_t</key>
<integer>4</integer>
<key>status</key>
<dict>
<key>OS_ELIGIBILITY_INPUT_DEVICE_LANGUAGE</key>
<integer>3</integer>
<key>OS_ELIGIBILITY_INPUT_DEVICE_REGION_CODE</key>
<integer>3</integer>
<key>OS_ELIGIBILITY_INPUT_EXTERNAL_BOOT_DRIVE</key>
<integer>3</integer>
<key>OS_ELIGIBILITY_INPUT_GENERATIVE_MODEL_SYSTEM</key>
<integer>3</integer>
<key>OS_ELIGIBILITY_INPUT_SHARED_IPAD</key>
<integer>3</integer>
<key>OS_ELIGIBILITY_INPUT_SIRI_LANGUAGE</key>
<integer>3</integer>
</dict>
</dict>
</dict>
</plist>
If that doesnât work, check the options for âApple Intelligence (18.1 Beta, All Devices)â and âDisable Shutter Soundâ in MisakaX, then Apply again. Hopefully, that will fix it.
Step 3: Turn On Apple Intelligence
Make sure youâve set the language of your iPhone or iPad to English (United States) and the Siri language to English (United States) to enable Apple Intelligence.
I have a detailed post with instructions on how to do this here.
- Ensure your device is connected to Wi-Fi (not cellular data) and that Low Power Mode is turned off.
- Turn on Apple Intelligence in Apple Intelligence & Siri.
- Wait about 15 minutes for the AI models to download onto your device. During this time, your device may heat up, and you can track the download progress in Settings â General â iPhone/iPad Storage. Scroll down and tap iOS/iPadOS, and youâll see Apple Intelligence start at around 44.9 MB. Congratulations! The AI models are being downloaded onto your deviceâjust wait until it reaches 2.49 GB or 3 GB.
Once thatâs done, you can now try out the new Siri on your device.
Restore Face ID
After enabling Apple Intelligence, the final step is to get Face ID working again.
- Open the com.apple.MobileGestalt.plist file that you edited in Step 1.
- Find the line
h9jDsbgj7xIVeIQ8S3/X3Q
and change the string value below it fromiPhone16,2
back to your original device model, and save it. For example, in my case, it wasiPhone14,3
. If youâre unsure of your device model, you can find it on https://ipsw.dev.
- Open Nugget, go to the Apply tab, click Choose Gestalt File, select your newly edited com.apple.MobileGestalt.plist file, and click Apply Changes. Your device will restart.
- Once your device has restarted, wait about 5 minutes for the AI models to download again to your device.
And thatâs it! You now have both Face ID and Apple Intelligence working on your device.
Common Issues
Siri Not Available
If you receive the message âSiri not available. Connect to Wi-Fi to complete Siri downloadâ but part of the new Siri UI has already appeared on your device, it means the AI model hasnât been fully downloaded to your device.
To check if the AI model has been downloaded, go to Settings - General â iPhone/iPad Storage, scroll down, tap on iOS/iPadOS, and the Apple Intelligence section should be between 2.49 GB to 3 GB.
To fix this, make sure youâve edited the com.apple.MobileGestalt.plist
file as outlined in step 1 so your system recognizes your device as an iPhone 15 Pro, which will allow the AI model to download.
Stuck on âJoined Waitlistâ for a long time
If youâre stuck at âJoined Waitlistâ in step 2, try checking the box next to âApple Intelligence (18.1 Beta, All Devices)â in MisakaX and then click âApplyâ. Your device will restart, and you should be able to enable Apple Intelligence.
If that doesnât work, try selecting other options in MisakaX, such as âDisable Shutter Sound,â while still selecting âApple Intelligence (18.1 Beta, All Devices)â, and click Apply again.
For Users in the EU and China
Apple Intelligence is currently unavailable in the EU and China. If youâre in one of these regions, hereâs what you can do:
For EU Users:
- Create a new Apple account with the region set to UAE (United Arab Emirates) or Canada, as these countries do not require a credit card. Use this new account to sign into the App Store while keeping your iCloud account active.
- To log in to the App Store with a different Apple account, go to Settings â [Your Name] â Media & Purchases.
Alternatively, you can change your App Store region without creating a new account by opening the App Store, tapping your profile picture in the top-right corner, then tapping your name, selecting Country/Region, and switching to UAE or Canada.
For China Users:
Select the âDisable Shutter Soundâ option in MisakaX, then tap Apply to restart. This will change your deviceâs region from China to another country, allowing you to proceed with enabling Apple Intelligence.
Credit and Thanks
Big thanks to f1shy-dev for sharing this method.
Thanks to @little_34306 and @straight-tamago for the MisakaX tool.
Also, thanks to @leminlimez for the Nugget tool.