Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

pdfu

macrumors regular
Original poster
When Siri AI is enabled, macOS 27 adds a contextual "lightweight UI" when you type or select text. The floating button can expand into Ask Siri, Edit with Siri and Writing tools, or other contextual actions.

1787840896219.png


To disable it, run the following command in the Terminal:

Bash:
sudo mkdir -p /Library/Preferences/FeatureFlags/Domain && \
sudo defaults write /Library/Preferences/FeatureFlags/Domain/WritingTools LightweightUI_macOS -dict Enabled -bool false

and restart your Mac. To restore:

Bash:
sudo defaults delete /Library/Preferences/FeatureFlags/Domain/WritingTools LightweightUI_macOS
 
If you use Adobe InDesign, the Siri button is the same nuisance as ID's "Text Adornment" icon that pops up at the absolute worst possible locations and makes it quite difficult to work around.
 
  • Like
Reactions: zevrix
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.