Did you know a 4GB AI model might already be sitting inside your Chrome profile without you ever clicking “install”?
A privacy researcher says that file is not hidden malware or cache clutter, but part of Google Chrome’s on-device AI system linked to Google Chrome.
A Hidden 4GB File Appearing Inside Chrome Profiles Without Notice
Security researcher Alexander Hanff, known online as “The Privacy Guy”, claims Chrome silently downloads a large AI model file named ‘weights.bin’ into a folder called ‘OptGuideOnDeviceModel’.
On a fresh Chrome profile, he observed the browser creating a temporary directory, downloading components, and assembling the full model locally in around 15 minutes.
No prompt was shown, and no user action was required.
The same behaviour has reportedly been observed on Windows 11, macOS (including Apple Silicon), and Ubuntu systems, with some users only noticing it after unexplained storage spikes.
Why the File Keeps Coming Back After Deletion
The file is associated with Google’s on-device AI system, including Gemini Nano, which supports certain Chrome features.
It typically sits in paths such as:
- Windows: `%LOCALAPPDATA%\Google\Chrome\User Data\OptGuideOnDeviceModel\weights.bin`
- macOS and Linux: equivalent Chrome profile directories
Users who delete it often find it reappears after restarting Chrome.
Hanff reports that unless specific settings are changed, the browser simply downloads it again in the background.
Reports of unexplained storage usage linked to this file have been circulating in developer forums for over a year, suggesting it may have been quietly present on many systems without user awareness.
What Gemini Nano Is Used For in Chrome
The model is designed to power on-device AI features in Chrome, including writing assistance, scam detection, page summarisation, smart paste suggestions, and tab organisation tools.
However, users may assume these features run entirely locally.
In practice, Chrome’s “AI Mode” in the address bar routes queries to cloud servers, meaning the local model is not always involved in user-facing AI interactions.
Google states the model helps enable “important security capabilities” and developer APIs, and may be automatically removed if device storage is low.
As Google explains in its support documentation:
Chrome may download on-device generative AI models in the background so features remain ready when needed.
Consent, Privacy Rules, and Legal Questions Raised
Hanff argues the behaviour raises legal concerns under European privacy law, pointing to rules requiring clear, informed consent before storing data on a user’s device.
He references both the ePrivacy Directive and GDPR principles around transparency and data protection by design.
He also compares the case to recent claims involving Anthropic’s Claude Desktop software, where he alleges browser integrations were installed without explicit user approval.
Google has defended the approach, saying:
“We’ve offered Gemini Nano for Chrome since 2024 as a lightweight, on-device model… Chrome may download on-device Generative AI models in the background, so features that rely on these on-device models stay ready for use.”
The company also said users can now disable and remove the model in settings, and that it will no longer download once turned off.
Environmental Impact and Scale Concerns
Hanff warns that distributing a 4GB model across Chrome’s global user base could carry a significant environmental footprint.
With billions of installations, he estimates emissions could range between 6,000 and 60,000 tonnes of CO₂-equivalent, depending on download scale and infrastructure usage.
Source: The Privacy Guy
He argues that even if each download is small individually, the cumulative effect becomes meaningful at Chrome’s scale.
How Users Can Check or Remove the Model
Users who want to verify whether the model is installed can type:
`chrome://on-device-internals`
This page shows whether the AI model is present and how much storage it uses.
Removal depends on browser settings:
- Chrome Settings → System → “Turn On-device AI on or off” (if available)
- Some users report using `chrome://flags` to disable related features
- Advanced users have also tried registry or file-level restrictions on Windows, though results vary
However, deleting the folder alone is not always permanent, as Chrome may re-download the model unless the feature itself is disabled.