You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello, for reference Google Chrome is now silently downloading a 4gb LLM model locally, this adds up fast on our family computer with multiple users (source: https://pureinfotech.com/stop-chrome-gemini-nano-download-windows-11/, https://www.theregister.com/ai-and-ml/2026/05/07/chrome-silently-installs-a-4-gb-local-llm-on-your-computer/5230893, etc).
The registry tweak to block the download at a policy level appears to be to create a new DWORD32 value at:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\ChromeGenAILocalFoundationalModelSetting, set to value1.There are also flags that can be set in each chrome instance, but this blocks it at the computer level AFAIK. Thank you!
All reactions