skillpack.co
All skills

Gemini CLI

active

Google's open-source terminal agent with Gemini 3 models, 1M token context, built-in Google Search grounding, and the best free tier in the category (1K req/day). 97.9K stars, 444 contributors. SWE-bench Pro standardized 43.30% (#2 behind Claude Code).

Connector
Orchestrator
Complexity
clicoding

86/100

Trust

98K+ ↑15%

Stars

8

Evidence

59.0 MB

Repo size

Product screenshot

Gemini CLI in action

Videos

Reviews, tutorials, and comparisons from the community.

Introducing Gemini CLI

Sam Witteveen·2025-06-25

Gemini CLI Tutorial #1 - Introduction & Setup

Net Ninja·2025-12-15

Gemini CLI - 11 PRO TIPS in 25 Minutes

Sean Kochel·2025-07-29

Repo health

86/100

14h ago

Last push

2,996

Open issues

12,416

Forks

587

Contributors

Editorial verdict

#3 coding CLI — best free entry point. 1K req/day free tier is unmatched, 1M context is the largest. SWE-bench Pro standardized 43.30% (#2, only 2.59pp behind Claude Code). File deletion incident (AI Incident Database #1178) and tool-calling weaknesses are real concerns.

Public evidence

strong2025-06
HN launch: "Gemini CLI" — 1,428 points, 788 comments

Praise for free tier and easy setup. Major criticism: privacy policy (free-tier data used for training), npm packaging. Hit 17K stars within 24 hours.

1,428 points, 788 commentsHN community, Google team members in comments
strong2025-12
Addy Osmani: Gemini CLI tips and tricks — 403 HN points

30 pro-tips for agentic coding. HN discussion was skeptical: multiple commenters reported tool-calling loops, several preferred Claude Code for complex tasks.

403 HN points, 145 commentsAddy Osmani (Google Chrome engineering lead)
strong2025-06
Simon Willison's launch-day review of Gemini CLI

Called it 'very good.' Praised million-token context and decision-making taste. Flagged free-tier training data concern. Noted it's open-source unlike Claude Code.

Simon Willison's blog (massive organic reach in dev community)Simon Willison (Datasette creator, Django co-creator)
moderate2026-03
AI for Code: Gemini CLI Review 2026 — 86/100 rating

Scores 86/100 vs Claude Code's 98/100. Excels at terminal-first workflows and free-tier access. Notes Gemini 3 Flash achieves 78% SWE-bench.

AI for Code review site (independent tool comparison)AI for Code (independent AI tool rating site)
moderate2026-03
SWE-bench Pro standardized: Gemini CLI at 43.30% — #2 behind Claude Code

Gemini CLI scores 43.30% on SWE-bench Pro standardized, placing #2 behind Claude Code (45.89%) and ahead of Codex CLI (41.04%). The gap narrowed significantly with Gemini 3 Pro — trajectory is strong.

Authoritative standardized benchmark (SEAL)SWE-bench team (standardized evaluation)
strong2026-03
AI Incident Database #1178: Gemini CLI file deletion pattern

File deletion pattern is not isolated — cataloged as AI Incident Database entry #1178 with multiple GitHub issues. 'I have failed you completely and catastrophically' (Gemini's own admission). Trust-breaking for production use.

AI Incident Database cataloged entry, multiple GitHub issues (#13837, #15821, #15161)AI Incident Database (independent safety tracking)

How does this compare?

See side-by-side metrics against other skills in the same category.

COMPARE SKILLS →

Growth

GitHub stars over time.

GitHub Stars

Where it wins

Best free tier: 1K req/day with personal Google account — unmatched in category

1M token native context window — largest in category

SWE-bench Pro standardized 43.30% — #2 behind Claude Code (45.89%), ahead of Codex CLI (41.04%). Gap narrowed significantly with Gemini 3 Pro

Native Google Search grounding mid-task — unique among coding CLIs

Open source (Apache 2.0), 444 contributors, extensions system + full MCP client (v0.31.0)

Where to be skeptical

File deletion incident catalogued in AI Incident Database (#1178) — trust-damaging event

Free tier throttles to Flash model after 10-15 Pro prompts (community-reported)

HN consensus: 'Gemini is really bad with tool calling' (158 pts thread)

No published SWE-bench scores from Google themselves — 76.2% comes from independent testing

CLI scaffolding acknowledged as behind the model's capabilities, even by Gemini enthusiasts

Ranking in categories

Featured in bundles

Know a better alternative?

Submit evidence and we'll run the full pipeline.

SUBMIT →

Similar skills

Raw GitHub source

GitHub README peek

Constrained peek so you can sanity-check the source material without leaving the site.

Gemini CLI

Gemini CLI CI Gemini CLI E2E (Chained) View Code Wiki

Gemini CLI Screenshot

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?

  • 🎯 Free tier: 60 requests/min and 1,000 requests/day with personal Google account.
  • 🧠 Powerful Gemini 3 models: Access to improved reasoning and 1M token context window.
  • 🔧 Built-in tools: Google Search grounding, file operations, shell commands, web fetching.
  • 🔌 Extensible: MCP (Model Context Protocol) support for custom integrations.
  • 💻 Terminal-first: Designed for developers who live in the command line.
  • 🛡️ Open source: Apache 2.0 licensed.

📦 Installation

See Gemini CLI installation, execution, and releases 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

# Install Gemini CLI globally via npm (inside the environment)
npm install -g @google/gemini-cli

Release Cadence and Tags

See Releases for more details.

Preview

New preview releases will be published each week at UTC 23:59 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 20:00 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 00:00. 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
  • Use MCP servers to connect new capabilities, including media generation with Imagen, Veo or Lyria
  • Run non-interactively in scripts for workflow automation
Advanced Capabilities
  • Ground your queries with built-in Google Search for real-time information
  • Conversation checkpointing to save and resume complex sessions
  • Custom context files (GEMINI.md) to tailor behavior for your projects
GitHub Integration

Integrate Gemini CLI directly into your GitHub workflows with Gemini CLI GitHub Action:

  • Pull Request Reviews: Automated code review with contextual feedback and suggestions
  • Issue Triage: Automated labeling and prioritization of GitHub issues based on content analysis
  • On-demand Assistance: Mention @gemini-cli in issues and pull requests for help with debugging, explanations, or task delegation
View on GitHub →