Back to News
Advertisement

Ask HN: Is it impossible to disable Siri on macOS 27?

ssemidror about 3 hours ago 23 comments

DE version is available. Content is displayed in original English for accuracy.

I disabled Siri in the Settings app, and then further disabled Siri and its extensions in Settings > Screen Time.

Next, I disabled all Siri-related and Apple Intelligence-related services as per https://github.com/OleksandrKrupko/mac-os-debloat

But after restarting, I could still see a "Siri" process running in Activity Monitor. Upon further inspection, I found that it is the "Siri AI.app".

These "features", together with Apple's Personal Context sound very similar to Microsoft's Recall.

Does anyone have the same experience? Is it really impossible to fully turn off Siri, Siri AI, Apple Intelligence and all related services and features on macOS 27?

Advertisement

⚡ Community Insights

Discussion Sentiment

62% Positive

Analyzed from 791 words in the discussion.

Trending Topics

#siri#app#mac#apple#process#set#running#still#called#disable

Discussion (23 Comments)Read Original on HackerNews

nottorp•about 2 hours ago
Just as a note, from what I see the problem is not only the privacy implications but also that the local AI comes with a baggage amounting to 10% of the space on the base mac models. Which is already severely limited.
threetonesun•about 2 hours ago
I have not found the local/remote hand off to be very reliable either, so tasks that used to be almost instantaneous for Siri are now spinning to the point where I assume they failed. A simple 2 minute timer took almost 30 seconds to set the other day.
nottorp•about 1 hour ago
You're brave. I'm still on Sequoia.
Nata_Elisym•about 2 hours ago
In Screen Time -> Content and Privacy, there's a setting to switch Siri to 'Siri Classic' which strips out the Apple Intelligence-backed behavior specifically.
semidror•about 2 hours ago
Instead of "Siri Classic", I selected the "Don’t Allow Siri" option, but it didn't help. The "Siri" (Siri AI.app) process keeps running regardless.
pixl97•about 1 hour ago
Sounds like Apple hired some of the Microsoft project managers.
chuckadams•about 2 hours ago
I've been daily-driving a mac for 10 years now and I've only ever triggered Siri by accident. I do use it pretty regularly on the phone, mostly to set timers, get directions, and call contacts, but I've been well trained over these years to not expect it to be capable of more than that.
lloydatkinson•about 1 hour ago
I remember it being pretty useful on phone. Now, it can't even "like" a song when I'm driving and I want it to add a song to my Spotify favourites list. It could do a few months ago, now it refuses with "sorry there was a problem with the app".

I've had to resort to asking it to take a screenshot so I can go find the song later. Three quarters of the time it never saves the screenshot though, despite seeing the screen flash out of the corner of my eye.

nozzlegear•14 minutes ago
> now it refuses with "sorry there was a problem with the app".

> I want it to add a song to my Spotify favourites list

There's your problem

baggy_trough•about 1 hour ago
Your training is now out of date.
galad87•about 1 hour ago
The process that shows the Spotlight UI is now the one called "Siri", previously it was called "Spotlight".
semidror•about 1 hour ago
Thanks, that's an interesting observation! When I double-clicked on the "Siri" process in Activity Monitor, I saw that it's an app called "Siri AI".

If the "Siri AI" app has replaced Spotlight, then I wonder if Apple keeps building "personal context" despite Siri and Apple Intelligence being disabled.

It for sure doesn't sound well to disable Siri and still see a "Siri" process.

jzemeocala•40 minutes ago
if you dont want a car with the hood welded shut.....Dont buy a car with the hood welded shut.

plenty of better operating systems out their

victorbjorklund•10 minutes ago
Silly argument. It’s more like buying a BWM and being happy with everything expect a stupid decision like placement of the handbrake. Of course you can complain about it.
stackghost•32 minutes ago
I don’t particularly care for MacOS but Apple’s hardware is generally best in class, particularly for battery life, touchpad, and other laptop specifics.
VCFundedGenYer•about 2 hours ago
I've love to disable Apple Intelligence just to get the space back. It's murdering my Mac Mini.
kccqzy•about 1 hour ago
There’s the old trick of setting your computer language to be different from the Siri language. I get the following error message when I open Siri in Settings:

> Apple Intelligence requires that Mac and Siri are set to the same language. Currently your Mac is set to English (United States) and Siri is set to English (Canada).

I think at one point they may have removed this limitation but then they reintroduced it in macOS 27.0.

semidror•about 1 hour ago
Yes, I did something similar: prior to disabling Siri, I set Siri's language to French and kept the system language set to English (UK), but the Siri AI.app ("Siri" process in Activity Monitor) just keeps running despite Siri being indicated as disabled in Settings.

If you are on macOS 27, could you please open Activity Monitor, search (filter) for "siri" and see if a process called "Siri" is still running?

kccqzy•about 1 hour ago
You are right. The UI shows Siri disabled and offers to turn it on, but the process is still running. That process seems to change its name based on whether the UI thinks Siri is enabled; it can be called either just "Siri" or "Siri AI" but it’s the same executable.
dosisking•about 2 hours ago
Resistance is futile.
danfritz•about 2 hours ago
I didn't check it yet but I hope being in EU macOS 27 upgrade is basically small UI tweaks and thats it :D

Still holding off for now

wpm•about 2 hours ago
Try disabling any of the launchd tasks related to it, odds are theres a service that starts at boot/login regardless of any user-facing setting that do nothing if they're all turned off (just like iCloud related daemons).

Odds are you'll probably run into something that requires you to disable SIP, like I did when I got tired of mediaanalysisd eating up CPU cycles on a 2018 Mac mini.

semidror•about 1 hour ago
Thanks, I believe this is what the debloat script mentioned in my post does. I manually executed the `launchctl bootout` and `launchctl disable` commands on all Siri and AI-related services in the https://github.com/OleksandrKrupko/mac-os-debloat/blob/main/... script, but the "Siri" process ("Siri AI.app") still keeps running even after restarting.

The Siri AI.app is read-only, so I could not even remove it. But perhaps it would be possible to boot into Recovery, mount the system partition as rw and delete the Siri AI.app from the filesystem?

P.S. I did also disable mediaanalysisd and photoanalysisd, and those are NOT running. However, the Siri AI.app does keep running...

avazhi•about 2 hours ago
Sequoia will be taken from my cold dead hands.
semidror•about 1 hour ago
Same here. Unfortunately, if you use Xcode to develop for iOS, then Apple basically forces you to install macOS 27 to be able to develop for the new iPhones. The iPhone 18 Pro requires Xcode 27, and Xcode 27 won't run on Sequoia.

If anyone knows how to make the iPhone 18 Pro work with Xcode 26 on Sequoia, and in turn with iOS 27, I (and I'm sure many other people) would be very happy to hear how!

alt227•34 minutes ago
This is how Apple have forced Mac upgrades for the last 20 years, there is no way round it other than to comply and buy yourself a new Mac.
Advertisement