Google Chrome Installs 4 GB Gemini Nano AI Model Silently – No User Consent

Google Chrome is silently installing its Gemini Nano AI model — weighing in at roughly 4 GB — on user devices without asking for permission. The model, part of Google's on-device AI push, is being downloaded in the background and stored locally, which can eat up significant disk space on unsuspecting machines.
How It Works
According to reports, Chrome is downloading the model as part of its built-in AI features (like smart compose or summarization), but the installation happens automatically. Users are not prompted, and there is no clear opt-in flow. The model is stored under Chrome's local data directory, typically ~/.config/google-chrome/GeminiNano/ on Linux or the equivalent on other OSes.
- Size: ~4 GB for the full model download.
- No Consent: The download begins without user interaction or notification.
- Background Process: Happens via a Chrome updater service or built-in component updater.
What You Can Do
If you want to remove the model or prevent the download, you can:
- Disable Chrome's AI features via
chrome://settings/safetyCheckorchrome://flags/#optimization-guide-on-device-model. - Delete the model folder manually:
rm -rf ~/.config/google-chrome/GeminiNano/(Linux/Mac) or the corresponding Windows path. - Use an enterprise policy: Set
OptimizationGuideOnDeviceModelEnabledto false.
This is a significant privacy and storage concern, especially for users on limited data plans or constrained disk space. Developers and power users should check their systems immediately.
📖 Read the full source: HN AI Agents
👀 See Also

DeepSeek Withholds Latest AI Model from Nvidia and AMD
DeepSeek is withholding its latest AI model from U.S. chipmakers including Nvidia and AMD, according to Reuters sources. The article has 19 points and 3 comments on Hacker News.

Claude Opus 4.6 Blocks Kaggle Competition Workflow for Code Review
A developer reports Claude Opus 4.6 is now blocking legitimate Kaggle competition workflows where Claude audits reasoning traces for SFT training data validation. The user was working on the NVIDIA Nemotron Reasoning Challenge when safety filters flagged substitution cipher examples.

AI Detection Tools Push Students to Use AI Defensively, Study Finds
AI detection tools in education are causing students to intentionally write worse to avoid false positives, with some students turning to AI tools defensively to check if their own writing will be flagged.

Claude Code v2.1.152: /code-review --fix, plugin disallowed-tools, MessageDisplay hook
Claude Code v2.1.152 introduces /code-review --fix to apply suggestions to your working tree, /reload-skills, MessageDisplay hook, and plugin disallowed-tools in frontmatter. Also fixes long-session styling degradation, MCP dedup, and cache reporting.