Skip to main content
TechnologyMay 6, 2026· 3 min read

Google Chrome Silently Downloads 4GB of AI Models: A Controversy Emerges

The line between built-in functionality and invasive behavior has suddenly become very thin for Google Chrome users. According to a detailed analysis published by security researcher Alexander Hanff, known in the community as "That Privacy Guy," the Mountain View browser is systematically and silently downloading an on-device AI model of about 4 GB. The file, named weights.bin, is the beating heart of Gemini Nano, the lightweight version of Google's language model designed to run locally on the user's hardware.

The technology itself promises greater privacy by processing data without sending it to the cloud, but the method of distribution has raised some eyebrows. Hanff documented how the download occurs in the background, with no consent prompt, no information about the file size, or even a simple completion notification. Once Chrome assesses the system's hardware suitability (based on GPU and available memory), it proceeds to write the data into the OptGuideOnDeviceModel directory.

Gemini Nano on Chrome: The Download You Didn't Ask For

To verify the browser's behavior, Hanff used a clean Chrome profile on macOS, monitoring activity through kernel filesystem logs. The results are unequivocal: the browser created the model directory and downloaded the entire 4 GB payload in about 14 minutes, taking advantage of an idle time period with no human interaction.

Users who discover the unusual disk usage and decide to manually delete the folder also encounter an automatic reinstallation mechanism. Chrome, in fact, downloads the model again at the earliest opportunity, unless significant changes are made to the browser's experimental flags or the software is completely uninstalled.

Besides the annoyance for users, the legal implications for Google could be significant, especially in Europe. Hanff argues that this practice openly violates the ePrivacy Directive, which mandates prior and informed consent for writing information to a user's device, as well as the principles of transparency and data minimization established by the GDPR. Beyond privacy, there is the environmental issue: distributing a 4 GB binary on a global scale is not a cost-free operation.

If the rollout reaches a billion users (about 30% of Chrome's installed base), the energy consumed just for the data transfer could reach 240 GWh, with a carbon footprint nearing 60,000 tons of CO2 equivalent. This represents an "externalized" ecological cost that Google imposes on users and the planet to enable features like "Help me write" or fraud detection, which often remain unused by the vast majority of the population.

Finally, while 4 GB may seem negligible in contexts with unlimited fiber optic connections, in many areas of the world where connections are pay-per-use or subject to strict caps, an unauthorized download of this size has direct financial consequences. Users on mobile hotspots or rural satellite connections could find their data traffic exhausted due to a silent update of which they are even unaware. Currently, Google has not released detailed statements on the matter, but pressure from regulators and the technical community could force the Mountain View giant to introduce an explicit opt-in system for its heavier AI features.