Gemini CLI
Description
[](https://github.com/google-gemini/gemini-cli/actions/workflows/ci.yml) [](https://github.com/google-gemini/gemini-cli/actions/workflows/chained_e2e.yml) [](https://www.npmjs.com/package/@google/gemini-cli)
Installation
curl -s https://raw.githubusercontent.com/google-gemini/gemini-cli/main/GEMINI.md -o ~/.claude/agents/GEMINI.md README
Gemini CLI
[](https://github.com/google-gemini/gemini-cli/actions/workflows/ci.yml) [](https://github.com/google-gemini/gemini-cli/actions/workflows/chained_e2e.yml) [](https://www.npmjs.com/package/@google/gemini-cli) [](https://github.com/google-gemini/gemini-cli/blob/main/LICENSE) [](https://codewiki.google/github.com/google-gemini/gemini-cli?utm_source=badge&utm_medium=github&utm_campaign=github.com/google-gemini/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](https://geminicli.com/docs/).
🚀 Why Gemini CLI?
- undefined
📦 Installation
See [Gemini CLI installation, execution, and releases](./docs/get-started/installation.md) for recommended system specifications and a detailed installation guide.
Quick Install
Run instantly with npx
# Using npx (no installation required)
npx @google/gemini-cli
Install globally with npm
npm install -g @google/gemini-cli
Install globally with Homebrew (macOS/Linux)
brew install gemini-cli
Install globally with MacPorts (macOS)
sudo port install gemini-cli
Install with Anaconda (for restricted environments)
# Create and activate a new environment
conda create -y -n gemini_env -c conda-forge nodejs
conda activate gemini_env
...
Related Agents
Opencode
(60.8k ⭐) - The open source AI coding agent.
Data & AI community awesome-llm-apps
| 104,000+ | LLM-powered applications and multi-agent systems |
Data & AI community Lobe Chat
** ⭐ 63k+ - Open-source UI framework for building ChatGPT/LLM-based chat applications
Data & AI community OpenDevin
** ⭐ 61k+ - Open-source initiative replicating autonomous AI software engineer Devin
Data & AI community GPT-Engineer
** ⭐ 52k+ - Specify what you want it to build, the AI asks for clarification, and then builds it
Data & AI community CrewAI
** ⭐ 20k+ - Framework for orchestrating role-playing, autonomous AI agents
Data & AI community