Run Chrome’s tiny Gemma4 (aka Gemini Nano) directly on PC without GPU
Summary
A developer created a Chrome extension called Dobby that runs Google's Gemma4 (Gemini Nano) locally on PC without needing a GPU, requiring only Chrome and 16GB RAM. The extension provides a simple interface to interact with the model for tasks like spell checking or summarizing.
Similar Articles
@_ar9av: So apparently Google ships a Gemini Nano 4B LLM (context limit : 9216 tokens) baked into chrome I tried to expose it ou…
A developer discovered Google's Gemini Nano 4B LLM built into Chrome and created an OpenAI-compatible API wrapper for local use, eliminating the need for API keys or external calls.
Google's new Gemma 4 12B model is designed to run on any laptop with 16GB of RAM
Google releases Gemma 4 12B, a compact AI model optimized for local laptop use with only 16GB of RAM, featuring multi-token prediction and streamlined multimodal capabilities for text, audio, and images.
Google’s Gemma 4 12B just dropped - here’s how to run it locally on your Mac
Google released Gemma 4 12B, an Apache 2.0 open-source multimodal model supporting text, vision, and audio with a 256K context window. The article provides a guide for running it locally on Macs using Ollama, LM Studio, or llama.cpp.
You don't need a GPU to run gemma-4-26B-A4B
The author demonstrates that the Gemma-4-26B-A4B model runs efficiently on a CPU-only system using Koboldcpp, achieving 7 tokens per second on an old desktop, suggesting that powerful GPUs may not be necessary for local LLM inference.
Running Gemma 4 26B at 5 tokens/SEC on a 13-year-old Xeon with no GPU
A developer successfully runs Google's Gemma 4 26B mixture-of-experts model at about 5 tokens per second on a 13-year-old dual Xeon server without a GPU, using a modified version of ik_llama.cpp that works without AVX2 instructions.