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

Claude Opus 4.7 Model Card Released
Anthropic has published the Claude Opus 4.7 model card, providing technical documentation for their latest AI model. The source material appears to be a PDF document containing system specifications and technical details.

Concerns Arise Over OpenClaw's Usability and Economic Viability
OpenClaw has been criticized for its high barriers to entry, prohibitive costs, security issues, and misleading memory capabilities. Alternative solutions like the MemU Bot have been recommended.

Micron's $200B Investment Aimed at AI Memory Constraints
Micron commits $200 billion towards addressing AI memory bottlenecks, aiming to enhance AI processing capabilities.

GitHub Copilot Moves to Usage-Based Pricing: The End of Subsidized AI Coding
Microsoft will charge GitHub Copilot users by actual model costs starting June 1, 2026, ending the $20+/month subsidy per user. Agentic AI usage is cited as the reason.