The Definitive Guide to Removing Google Chrome's Hidden Gemini Nano AI Model from Your Mac

By

Overview

If you’re running a Mac with an Apple Silicon or Intel chip, you might have noticed your hard drive space mysteriously disappearing. The culprit? Google Chrome’s Gemini Nano – a 4GB AI model designed to accelerate on-device features like writing assistance and image editing. Starting with Chrome version 126 (released June 2024), this model has been silently downloaded onto millions of machines without explicit user consent. Security researcher Alexander Hanff first spotlighted this issue in May 2024, and while Google later introduced a setting to disable and remove Gemini Nano, that toggle has been slow to roll out, leaving many Mac users stuck with a 4GB space hog they didn’t ask for.

The Definitive Guide to Removing Google Chrome's Hidden Gemini Nano AI Model from Your Mac
Source: www.fastcompany.com

This guide walks you through several methods to banish Gemini Nano from your Mac – whether the official toggle appears in your Chrome settings or not. We’ll cover everything from simple switches to terminal commands, along with common pitfalls to avoid. By the end, you’ll have reclaimed that precious storage and stopped Chrome from re-downloading the model.

Prerequisites

Before you start, ensure you have the following:

These instructions focus on Mac, but Windows users can adapt the flag-based method (step 2). The official toggle (step 1) works on Windows 11 as of Chrome 148.

Step-by-Step Instructions

Method 1: Use the Official Chrome Setting (If Available)

Google has begun rolling out a dedicated toggle called “On-device AI” in Chrome settings. If it’s present in your version, this is the simplest method.

  1. Open Chrome and type chrome://settings in the address bar, then press Enter.
  2. In the left sidebar, click “Advanced” then “System”.
  3. Look for “On-device AI” option. If you see it, toggle it OFF.
  4. A confirmation dialog may appear; click “Turn off”. Chrome will remove the Gemini Nano model immediately.
  5. Verify removal: close and reopen Chrome, then check the file at ~/Library/Application Support/Google/Chrome/OptGuide – the weights.bin file should be gone.

Note: If this toggle is missing, proceed to Method 2 or 3.

Method 2: Disable Gemini Nano via Chrome Flags

Chrome flags are experimental settings that let you override hidden features. This method works regardless of your macOS version.

  1. Type chrome://flags in the address bar and press Enter.
  2. In the search box at the top, type “Gemini” or “Nano”.
  3. You’ll see a flag called “Optimization guide on device model” (or similar). Click the dropdown next to it and select “Disabled”.
  4. Chrome will prompt you to relaunch. Click “Relaunch”.
  5. After relaunch, remove the existing model files (see Removing Leftover Files below).

Why this works: The flag prevents Chrome from loading or downloading the Gemini model. Without it, Chrome won’t recreate weights.bin.

Method 3: Terminal Command – Full Nuke (Advanced)

If flags aren’t enough (e.g., Chrome still re-downloads after updates), use Terminal to delete the model directory and set permissions to block future downloads.

  1. Quit Chrome completely (Cmd+Q).
  2. Open Terminal (Finder > Applications > Utilities > Terminal).
  3. Run the following command to delete the model folder:
    rm -rf ~/Library/Application\ Support/Google/Chrome/OptGuide
  4. Now prevent Chrome from recreating this folder by setting an immutable flag on the parent directory. Run:
    sudo chflags uchg ~/Library/Application\ Support/Google/Chrome/OptGuide
    (You’ll be prompted for your admin password.)
  5. Launch Chrome. The model should be gone, and Chrome will be unable to create a new OptGuide folder.

Important: This lock will prevent any future Chrome updates from writing to that folder. If you ever want to re-enable Gemini Nano, run sudo chflags nouchg ~/Library/Application\ Support/Google/Chrome/OptGuide and then toggle the flag or setting back on.

Removing Leftover Files (All Methods)

Regardless of which method you use, already-downloaded files may remain. Delete them manually:

Common Mistakes

Summary

Google’s Gemini Nano model consumes over 4GB of your Mac’s storage without asking, but you can reclaim that space in three ways. The easiest is the official “On-device AI” toggle in Chrome settings – if you see it. If not, the Chrome flag method reliably prevents future downloads. For a bulletproof solution, the terminal approach permanently locks the model folder. Always delete leftover files first, and remember to check flags after updates. With these steps, you’ll stop paying the “hard-drive tax” for AI you never wanted.

Tags:

Related Articles

Recommended

Discover More

Design System 'Dialects' Urged as Rigid Consistency Fails Real-World Users, Experts WarnRust 1.95.0 Released: New Macro, Match Guards, and MoreEnterprise AI Takes Action: NVIDIA and ServiceNow Unite for Autonomous AgentsWeekly Cybersecurity Roundup: Major Breaches, AI-Powered Threats, and Critical Patches (May 4th)AWS Unveils Game-Changing AI Agents and More at What’s Next Event 2026