12

~/Library/Application Support/Google/Chrome/OptGuideOnDeviceModel/2025.8.11.1/ is the folder.

Within it is a weights.bin that's 4GB.

Screenshot of Mac OS Finder showing the large folder/file

Will I break anything if I delete that?

1
  • 4
    Out of curiosity, did you ever opted-in / allowed Google Chrome to use built-in AI features and use 4 GB of storage? Commented 19 hours ago

2 Answers 2

10

I don't think your answer to your question makes it go away completely at all. It'll definitely come back once you upgrade. The date subfolder it's in suggests it might even be redownloaded more often.

To get rid of it properly, for Windows there's a Chrome policy that can be modified - GenAILocalFoundationalModelSettings - to value 1 in registry or Do not download model in gpedit. I don't know about macOS equivalent, but it should be a policy with the same name in theory.

I also founds mentions of bunch of various flags you can potentially disable to turn the whole feature off, e.g. chrome://flags/#optimization-guide-on-device-model - but I've seen at least 5 other ones mentioned in several sources, with various people claiming for each that they don't work, so yeah - I don't have this file and won't risk enabling anything to test it to avoid AI nonsense on my device.

8

This file is the Gemini Nano that powers the Built-in AI features.

It's used by web APIs like the Prompt API, Translator API, Summarizer API, and sometimes Chrome DevTools.

Yes, according to my own experiments, you can delete the weights.bin file or the OptGuideOnDeviceModel folder. Chrome won't fatally break, but anything relating to Built-in AI will be kinda broken (probably) until you restart the browser.


There's some good developer docs at https://developer.chrome.com/docs/ai/prompt-api

If you want to go nerdy: You can open up chrome://on-device-internals/ and hit "Load Default" and do inference directly with the model.

screenshot of model details in chrome://on-device-internals/

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.