Skip the Siri AI Waitlist on Mac with this Shortcut

If you're waiting for Siri AI, you can bypass the feature flag on macOS using a Terminal command โ€“ this shortcut allows you to run the script (and undo it, if you want).

If youโ€™re stuck waiting on the Siri AI waitlist, you can shortcut the line with this shortcut that disables (and re-enables) the feature flag to download the new Siri features.

Part of my new Siri AI folder of shortcuts in my Shortcuts Library, โ€œSkip the Siri AI Waitlistโ€ uses the Terminal command folks have been sharing online to tell your Mac that itโ€™s time to download the new Siri data, and then reboot once itโ€™s finished so everything is enabled properly. Hereโ€™s whatโ€™s in the Run Shell Script action:

sudo defaults write "/Library/Preferences/FeatureFlags/Domain/GenerativeModels.plist" \
  "EnhancedSiriWaitlist" -dict Enabled -bool NO

sudo chown root:wheel "/Library/Preferences/FeatureFlags/Domain/GenerativeModels.plist"
sudo chmod 644 "/Library/Preferences/FeatureFlags/Domain/GenerativeModels.plist"

plutil -p "/Library/Preferences/FeatureFlags/Domain/GenerativeModels.plist"
sudo reboot

The shortcut also includes a Disable option so that you can re-enable the feature flag and disable Siri AI โ€“ I donโ€™t want to provide a sudo command without the option to undo it:

sudo defaults delete "/Library/Preferences/FeatureFlags/Domain/GenerativeModels.plist" EnhancedSiriWaitlist
sudo reboot

I also designed the shortcut to accept text as input, so you could simply type Enable or Disable when running from Spotlight.

I should note, this doesnโ€™t automatically skip the waitlist on iPhone or iPad. On those platforms, I found that changing the voice, waiting for it to download, changing back, and then restarting worked. Itโ€™s also not clear if having access on the Mac helped with iOS at all, but I figured it couldnโ€™t hurt.

Get the Skip the Siri AI Waitlist shortcut in my Siri AI folder in the Shortcuts Library.

P.S. My thanks to indie developer Joost van den Akker for sharing the waitlist screenshot for the header image โ€“ check out his apps on his website.

Posts You Might Like

If Apple wants its headset to win, it needs to reinvent the app ยป
David Pierce of The Verge takes a look at Apple's approach to apps in lieu of a rumored headset โ€“ and how the ecosystem needs to change.
New in the Shortcuts Library: Keynote shortcuts
If you're a fan of Apple's presentation tool, these shortcuts are for you โ€“ create from themes, open presentations in Rehearse and Show Mode, and create presentations from your own custom theme.
How to create speaker groups for HomePod using Shortcuts
Smart Tech Today 8: Goodnight, Sonos: Voice-Controlled Computing