Gemini CLI - Open Source AI Agent from Google
Another day, Another Agent CLI 😜
This time it is from Google and it is completely open source similar to OpenAI Codex
At this point, pretty much all the vendors are competing with AI assisted coding agent 🤖
Here are some of the highlights from the gemini-cli:
- Available for free (with personal Google account)
- Generous rate limiting (60 model requests per minute and 1,000 requests per day at no charge)
- Bring your own key support as well
- Search engine access, obviously
- MCP support
- Customizable prompts
And it is licensed under Apache 2.0
How to get started?
Just install the CLI
npm install -g @google/gemini-cli
And login with your personal Google account.
Then enter your prompt and let it do it’s magic 🪄
Sam Witteveen has a really detailed video about it which you might find useful
On a side note, this release reminds me of recent Tweet from Marc 👇
With it’s free usage, Google might potentially try to gain more marketshare.
One thing you should be mindful is that, if you’re using free option (login with Google Account), then your data will be used for model training.
Resources
- https://blog.google/technology/developers/introducing-gemini-cli-open-source-ai-agent/
- https://github.com/google-gemini/gemini-cli?tab=readme-ov-file
Happy building apps!