Google Chrome Installed a 4GB AI Model on Your PC
haebom
77 points
63 comments
July 06, 2026
Related Discussions
Found 5 related stories in 826.8ms across 14,015 title embeddings via pgvector HNSW
- Google Chrome silently installs a 4 GB AI model on your device without consent john-doe · 1356 pts · May 05, 2026 · 86% similar
- Google Chrome silently installs 4 GB Gemini Nano AI model without consent Gedxx · 19 pts · May 06, 2026 · 79% similar
- Chrome's AI features may be hogging 4GB of your computer storage birdculture · 102 pts · May 10, 2026 · 76% similar
- Google's new Gemma 4 12B model is designed to run on any laptop with 16GB of RAM Bender · 12 pts · June 03, 2026 · 57% similar
- Google limits Meta's use of its Gemini AI models root-parent · 150 pts · June 28, 2026 · 52% similar
Discussion Highlights (19 comments)
ChrisArchitect
Story from May; Discussions: https://news.ycombinator.com/item?id=48019219 https://news.ycombinator.com/item?id=48050964
taf2
i love the built in AI - i created this tic tac toe game with an AI trash talking opponent -> https://taf2.github.io/ai-tic-tac-toe-trash-talk/
guilhermeasper
IMO If you're into tech and still use Chrome*, that's on you. If you are not, you probably don't really care unless you need extra space on your PC. *Except in your job, since you probably obligated to use.
intellectronica
In their defense, it's an astonishingly good model for this size and you can use it for all sorts of cool stuff. Little demo of using this local model to inject AI into a page with a monkeyscript: https://www.youtube.com/watch?v=MPi33D8DoQ0&t=3000s
skybrian
This looks like AI-written blather, but it links to an article with useful information by someone who actually checked: https://tech.yahoo.com/ai/gemini/articles/fact-check-google-...
elorant
I removed the model and then removed Chrome too. Good effing riddance.
sheept
Any page can silently trigger an additional multi-gigabyte download for Chrome users by just calling this API: await LanguageModel.create() Since the model is installed once per browser, LanguageModel.availability() could probably also be used for fingerprinting.
jrflo
Ever since IO earlier this year when google showed their AI strategy I switched to firefox and duckduckgo and couldn't be happier with the decision. I am by no means anti-AI but users should be able to choose when they want to use these tools, google seems to want to shove it down everyone's throat.
maxloh
To prevent Chrome from automatically downloading the model, go to Settings → On-device AI.
rvnx
You can try the model here: https://chromeai.org/ -> Press the left edit button to start a new context. It's free, multi-language, well tested, respecting privacy (no cloud needed), nothing extra to install. Quite nice actually. Like what iPhones do, and everybody is ok with it. Chrome is not just a browser, it's a Window (ahem) to the web, almost an operating system considering the wide scope. Average game is 80 GB, Call of Duty 200 GB+, etc It's a quite oriented title: Google Chrome silently installs a 4 GB AI model on your device without consent The same news can be read as: Amazing, Chrome now includes a fully offline AI so you don't have to send your secrets to ChatGPT A proper journalist would have found the middle ground, explained that this is by default, can be made optional and to raise the issue to Google as "Cons: this uses bandwidth and user is not aware of it".
judge2020
Only problem is that it doesn’t prompt “do you want to download this/enable AI”, right? Otherwise, local AI is exactly what most people want instead of needing to pay rent to big tech companies for AI use*. Open-weight models would also be nice, but I imagine the people who care about that _and_ want to use Chrome are using Chromium or de-googled Chromium. * other than how everyone is already paying rent in the form of increased energy costs due to increased demand from this massive ramp of data center development everywhere, regardless of if they want to use AI or not
imnes
From a year ago. They talked about adding the ability for Chrome to install Gemini Nano on-demand when a web app wants to use it. I guess this is the next step, making it always available by default. Practical built-in AI with Gemini Nano in Chrome https://www.youtube.com/watch?v=CjpZCWYrSxM
dang
Google Chrome silently installs a 4 GB AI model on your device without consent - https://news.ycombinator.com/item?id=48019219 - May 2026 (1143 comments)
satvikpendem
I personally use Firefox mainly due to extension support so I don't experience this. However, as a developer, the embedded Gemma local model in Chrome is vastly better to be included as a one time download than it is to download an AI model for every site you visit, as AI and especially local AI becomes increasingly more common. It is the same idea that Apple and Android and Windows have with their built-in foundation models in the OS. So in that case I can appreciate what Chrome is doing, as it will be saving a lot of bandwidth over time. People have asked me what use cases this has, and I've been making little apps with on-device AI such as a calorie estimator and tracker for food, or a page summarizer or translated (the latter of which Firefox actually already has using a local model). Why pay for a cloud model when the user has a perfectly good model themselves?
ghurtado
The amount of Google bootlickers and sycophants in this thread is genuinely concerning.
mrinterweb
I'm a big fan of local models, and moving inference from the cloud to local machines is great, but there's a couple potential problems with this. LLMs take significant (V)RAM resources to run (which is in short supply on consumer hardware), and we don't know that Google won't send local conversation logs to their own servers (kind of surprised if they don't). So if you think you're having a private local conversation in Chrome, I wouldn't be so sure.
gumby271
I'm sorry but the AI model that was forced to write this article is struggling to explain why this is a problem. I get that a chrome update that suddenly balloons to 4gb+ is stupid, that's fair, but I'm not sure I understand the rest of the issues. They don't like the off-device AI features Google is forcing into everything, but they also don't like the on-device AI features since they don't do enough? Aside from taking up a lot of space as a web browser, I'm not sure I get it. Their explanation that Apple's version of this is fine but Google's isn't is wild too.
pentagrama
I checked, and I do have the 4GB file on my system. The “Local AI” toggle is enabled. Chrome never asked for my consent to enable it. Screenshot: https://imgur.com/a/S4WTHxM The 4GB file is located in C:\Users\[user]\AppData\Local\Google\Chrome\User Data\OptGuideOnDeviceModel\2025.8.8.1141 Screenshot: https://imgur.com/a/wvTqfQM
imnes
Serious question - why would Google need to ask user consent to push a new feature / update to Chrome? There's been a lot of new tech introduced through Chrome and eventually widely adopted and available everywhere. Without requiring user consent. QUIC + HTTP/3, WebP, Service Workers / PWAs, WASM, WebRTC, View Transitions API This feels like just another step of "make this new capability widely available so developers can adopt it if they want." This one seems to be all on-device local capabilities. Not calling additional APIs or sending data off-device. Is the argument just around "Don't use 4gb of drive space without asking me first"? What other issues does this introduce?