Gemini CLI is an open-source AI agent that brings the power of Gemini directly
into your terminal. It provides lightweight access to Gemini, giving you the
most direct path from your prompt to our model.
New preview releases will be published each week at UTC 2359 on Tuesdays. These
releases will not have been fully vetted and may contain regressions or other
outstanding issues. Please help us test and install with preview tag.
npm install -g @google/gemini-cli@preview
Stable
New stable releases will be published each week at UTC 2000 on Tuesdays, this
will be the full promotion of last week’s preview release + any bug fixes
and validations. Use latest tag.
npm install -g @google/gemini-cli@latest
Nightly
New releases will be published each day at UTC 0000. This will be all changes
from the main branch as represented at time of release. It should be assumed
there are pending validations and issues. Use nightly tag.
npm install -g @google/gemini-cli@nightly
📋 Key Features
Code Understanding & Generation
Query and edit large codebases
Generate new apps from PDFs, images, or sketches using multimodal capabilities
Debug issues and troubleshoot with natural language
Automation & Integration
Automate operational tasks like querying pull requests or handling complex
rebases
Gemini CLI
Gemini CLI is an open-source AI agent that brings the power of Gemini directly into your terminal. It provides lightweight access to Gemini, giving you the most direct path from your prompt to our model.
Learn all about Gemini CLI in our documentation.
🚀 Why Gemini CLI?
📦 Installation
See Gemini CLI installation, execution, and releases for recommended system specifications and a detailed installation guide.
Quick Install
Run instantly with npx
Install globally with npm
Install globally with Homebrew (macOS/Linux)
Install globally with MacPorts (macOS)
Install with Anaconda (for restricted environments)
Release Cadence and Tags
See Releases for more details.
Preview
New preview releases will be published each week at UTC 2359 on Tuesdays. These releases will not have been fully vetted and may contain regressions or other outstanding issues. Please help us test and install with
previewtag.Stable
previewrelease + any bug fixes and validations. Uselatesttag.Nightly
nightlytag.📋 Key Features
Code Understanding & Generation
Automation & Integration
Advanced Capabilities
GitHub Integration
Integrate Gemini CLI directly into your GitHub workflows with Gemini CLI GitHub Action:
@gemini-cliin issues and pull requests for help with debugging, explanations, or task delegation🔐 Authentication Options
Choose the authentication method that best fits your needs:
Option 1: Login with Google (OAuth login using your Google Account)
✨ Best for: Individual developers as well as anyone who has a Gemini Code Assist License. (see quota limits and terms of service for details)
Benefits:
Start Gemini CLI, then choose Login with Google and follow the browser authentication flow when prompted
If you are using a paid Code Assist License from your organization, remember to set the Google Cloud Project
Option 2: Gemini API Key
✨ Best for: Developers who need specific model control or paid tier access
Benefits:
Option 3: Vertex AI
✨ Best for: Enterprise teams and production workloads
Benefits:
For Google Workspace accounts and other authentication methods, see the authentication guide.
🚀 Getting Started
Basic Usage
Start in current directory
Include multiple directories
Use specific model
Non-interactive mode for scripts
Get a simple text response:
For more advanced scripting, including how to parse JSON and handle errors, use the
--output-format jsonflag to get structured output:For real-time event streaming (useful for monitoring long-running operations), use
--output-format stream-jsonto get newline-delimited JSON events:Quick Examples
Start a new project
Analyze existing code
📚 Documentation
Getting Started
Core Features
/help,/chat, etc).Tools & Extensions
Advanced Topics
Troubleshooting & Support
/bugcommand to report issues directly from the CLI.Using MCP Servers
Configure MCP servers in
~/.gemini/settings.jsonto extend Gemini CLI with custom tools:See the MCP Server Integration guide for setup instructions.
🤝 Contributing
We welcome contributions! Gemini CLI is fully open source (Apache 2.0), and we encourage the community to:
See our Contributing Guide for development setup, coding standards, and how to submit pull requests.
Check our Official Roadmap for planned features and priorities.
📖 Resources
Uninstall
See the Uninstall Guide for removal instructions.
📄 Legal
Built with ❤️ by Google and the open source community