Google’s Gemini CLI for Beginners - A free, open source agent that lives in your computer
by Ara Zhang, Dec 9, 2025

Google Just Dropped a Free AI Tool for Developers: Gemini CLI
This new tool from Google seriously levels up the terminal experience.
Gemini CLI brings the power of Gemini 2.5 Pro right into your command line — making it incredibly easy to interact with Google’s latest AI model directly from the terminal. Whether you're writing or debugging code, doing deep research, generating content, or just automating some repetitive tasks, Gemini CLI makes it all feel seamless.
I've been playing around with it, and honestly, it’s one of the most developer-friendly AI tools I’ve seen from a big tech company in a while.
A few things I’d highlight:
1. It’s open source (Apache 2.0 license)
You can dive into the code, tweak it, extend it, or just explore how it works. This is a great move by Google — especially for folks who care about transparency and customizability.
2. 1,000 requests per day, 60 per minute — for free
This is wild. That’s the most generous free usage allowance I’ve seen for an AI agent so far. You don’t need a paid plan to get real work done with this.
3. It works with Gemini Code Assist in VS Code
If you’re already using Gemini Code Assist, Gemini CLI slots right in. Use it in VS Code or the terminal — whatever fits your workflow. Same model, same capabilities.
4. Lightweight and actually useful for small daily dev tasks
This isn’t some clunky overbuilt agent. It’s a slim utility that runs smoothly and integrates well into existing workflows. Want to ask a quick question, write a snippet, or troubleshoot something? Just drop a prompt in the terminal.
5. It’s extensible
Built on top of open protocols like MCP, it’s designed for tinkering. You can extend it with your own tools, customize prompts, or even run it non-interactively in scripts.
Who is this for?
Honestly, any developer who spends time in the terminal. If you like using tools that just work, you’ll appreciate how Gemini CLI feels. It’s not trying to replace your IDE or dominate your environment — it’s just there when you need it.
It also feels like a smart move from Google to build trust with devs by offering this much power for free and open-sourcing the whole thing. Between Gemini CLI and Code Assist, they're clearly aiming to become a serious player in the AI coding tools space.
If you want to try it out:
Official announcement & guide: Google Blog
GitHub repo: google-gemini/gemini-cli
Setup takes just a couple minutes. Let me know what you think if you give it a go — I’m curious to hear how others are using it.