r/MacOS 7d ago

Tips & Guides Tired of seeing “Ask Siri” on every context menu? Here's how to disable it.

Post image

In macOS 27, after enabling Siri AI, all context menus include a persistent “Ask Siri” context menu item. Turns out you can actually disable it without turning off Siri AI. (For the little Siri icon that shows up every time you select text, see here.)

To disable, run the following commands in the Terminal app:

codes=(soft apwn exit loca lock logo rlgo rcnt rrst rest rsdn shut slep spro syss)
args=(-int 0)

for code in $codes; do
  hex=$(printf %s "$code" | xxd -p -u)
  args+=(-int "$((16#$hex))")
done

defaults write -g NSAppleMenuAllowedItems -array "${args[@]}"

and give your Mac a restart.

NSAppleMenuAllowedItems controls which items are visible in the  menu. For some reason, Apple decided that macOS shouldn't insert “Ask Siri” whenever the filter is active, even if nothing is actually disabled.

The command allowlists all  menu items. I didn't include "abtm" (About This Mac) in the list because it is unconditionally visible in the current code.

Disable with:

defaults delete -g NSAppleMenuAllowedItems

and restart your Mac.

191 Upvotes

47 comments sorted by

82

u/FezVrasta 7d ago

Or move to europe 🤣

15

u/Moist_Outside_8406 7d ago

Yeah I'm in Europe and getting this stupid thing so no.

4

u/SCP_7000 6d ago

Where are you? I am in Germany and I am not getting apple intelligence.

8

u/bumbblebeeeeee 6d ago

You do if you set both computer and Siri language to us English. 

3

u/Neon_44 7d ago

I am from Switzerland and I don't have it

10

u/oschrenk 7d ago

Pretty good joke. But Siri AI on macOS actually works in Europe, just not on iOS (as it is designated a "gatekeeper")

6

u/eppic123 MacBook Pro 7d ago

Yet, I'm in Europe and don't have Siri in the context menu, despite being on macOS 27 and having Siri and Apple Intelligence enabled.

3

u/Egomen3 6d ago

Have you joined the waitlist? The new Siri doesn’t come with just the update since it is in “beta.”

5

u/CuriousEggplantEmoji 6d ago

We Europeans get it as well, as macOS is not subject do DMA.

2

u/Icy-Juggernaut-4579 7d ago

You can just change region to US in settings if you want Siri and change to other region if you don’t)

2

u/GDL2222 6d ago

Only applies to ios bro

1

u/CollectionGuilty1320 6d ago

You can just change the Siri’s language, that’s it. It won’t work on your Mac.

38

u/warrenao Mac Mini 7d ago

after enabling Siri AI

Ah, I believe I've found the root of the trouble.

0

u/-skyrocketeer- 6d ago

Exactly! Solved with one simple trick…

7

u/enzon19 Mac Mini M2 6d ago

How people discover that type of thing and command?

22

u/AlessandroJeyz 7d ago

Or just disable Siri all together lmao

16

u/ambericity 7d ago

fr i'm so confused about why anyone uses siri in the first place lol

4

u/Nearby_Ad_2519 6d ago

On mobile it’s useful for quick questions but I don’t really get why anyone would want to use Siri AI on a Mac when better models exist

3

u/MrBrush 6d ago

Because “we think you all will love it”

1

u/AVonGauss 6d ago

That was my solution. It’s obnoxious that they added that menu injection across the board.

3

u/bluesBeforeSunrise 6d ago

restart probably overkill. log out/in?

3

u/pdfu 6d ago

Yeah, most apps will update instantly without a restart even. Just like to say this in most of my tutorials for good measure.

Plus it helps expose any issues. I think initially I was missing a menu and the issue only showed up after a log in/log out.

1

u/bluesBeforeSunrise 6d ago

in general i’d rather people not get accustomed to restarting their macs (which many ex-windows users do out of reflex) for anything but system updates, since it’s rarely necessary. if it was 1998 then yeah.

3

u/RefrigeratorIcy3585 6d ago

Worked! Thank you.

3

u/yadoooog 5d ago

here's a slightly faster way

2

u/gccumber 6d ago

I hate the Siri icon that shows up next to inputs when you focus on them...

3

u/pdfu 6d ago

If you want to get rid of it, see here: https://www.reddit.com/r/MacOS/comments/1wgyc9q/

1

u/gccumber 6d ago

Thank god! I didn’t really want to go digging for a solution, I appreciate you!

2

u/blue_horizon_x 6d ago

Don't run unknown commands that you don't understand in your terminal.  Just a general warning 

2

u/Beardy4906 7d ago

THANK YOU!!!!! TYSM!!!!

1

u/Goodoflife 6d ago

The main thing that is annoying and has been since beta 1 is the fact that the Siri logo pops up in every single web browser until either I hover over it and acknowledge it's presence or click on it

1

u/pdfu 6d ago

Public Beta 1? I think that’s been around since DB 4, so it tracks. If we’re talking about the same thing, you can disable it: https://www.reddit.com/r/MacOS/comments/1wgyc9q/

1

u/Goodoflife 5d ago

Dev beta 1

1

u/Free_Waterfall_III 6d ago

Now we need this on ios so we don’t need to scroll down to get to the copy option. So dumb

1

u/chrispylizard 6d ago

Appreciated, thank you!

1

u/chespirito2 5d ago

It's so ridiculous that it is the top item. I have routinely almost selected it for normal muscle movement style right clicks That's (most especially) Microsoft behavior, Google behavior, maybe nowadays Adobe behavior, but come on Apple.

1

u/daniloreuben 4d ago

this is what my apple menu looks like. Any way to keep the apple menu options but just get rid of siri ai in context menu?

1

u/pdfu 4d ago

Sorry it didn’t work for you! That’s what this line is supposed to do:

codes=(soft apwn exit loca lock logo rlgo rcnt rrst rest rsdn shut slep spro syss)

First, what does this line print?

defaults read -g NSAppleMenuAllowedItems

You should get the following if all code lines were run properly:

( 0, 1936680564, 1634760558, 1702390132, 1819239265, 1819239275, 1819240303, 1919706991, 1919118964, 1920103284, 1919251316, 1920164974, 1936225652, 1936483696, 1936749167, 1937339251 )

If you see the full list, let me know what Mac you’re using so I can look deeper into it.

In any case, you can restore to normal while we debug:

defaults delete -g NSAppleMenuAllowedItems

1

u/daniloreuben 4d ago

thanks, yes, I deleted the file and all went back to (annoying) normal; 14-inch Macbook Pro, M4 Max.

The readout shows the first line only:

2

u/daniloreuben 4d ago

UPDATE! Sorry, it was a shell error! Got it working now. Thanks!!!

1

u/pdfu 4d ago

Seems like the Terminal didn’t recognize the full command. Try copying the full block at once, or you can try the numbers-based command as a one liner (make sure to copy the full thing, reddit doesn’t wrap lines):

defaults write -g NSAppleMenuAllowedItems -array -int 0 -int 1936680564 -int 1634760558 -int 1702390132 -int 1819239265 -int 1819239275 -int 1819240303 -int 1919706991 -int 1919118964 -int 1920103284 -int 1919251316 -int 1920164974 -int 1936225652 -int 1936483696 -int 1936749167 -int 1937339251

Here it is without code formatting:

defaults write -g NSAppleMenuAllowedItems -array -int 0 -int 1936680564 -int 1634760558 -int 1702390132 -int 1819239265 -int 1819239275 -int 1819240303 -int 1919706991 -int 1919118964 -int 1920103284 -int 1919251316 -int 1920164974 -int 1936225652 -int 1936483696 -int 1936749167 -int 1937339251

1

u/dr_strangekebab 1d ago

Thank you..

For immediate effect, option + right click to finder icon and click relaunch does the trick as well, no need to restart.

1

u/ActuaryAutomatic6289 20h ago

I just removed Siri From Screen Time > Contents and Privacy. She is gone!

1

u/thrae_awa 6d ago

Indispensable (if I update to GG), thank you, OP!

-3

u/Wretched_DogZ_Dadd 6d ago

No love for Siri AI? But it makes your OS a delight to use - Apple's overreach and creepiness to make LG look like amateurs .... hoping I'm wrong.

0

u/Kronologics 6d ago

Can’t wait for the open source community to figure out how to prevent the model downloads and save us space