100k Stars · 6k PRs · June 18 cutoff · Antigravity quota drop · Six-step migration
In June 2025 Google shipped Gemini CLI under Apache 2.0. Within a year it passed 100,000 GitHub stars and absorbed 6,000+ merged community PRs. At Google I/O on May 19, 2026, the company announced API access ends for free, Pro, Ultra, and individual Code Assist users on June 18, pushing a closed-source successor, Antigravity CLI, with free quota falling from roughly 1,000 to 20 calls per day. If you depend on terminal AI tooling, this guide gives you a timeline, a decision matrix, a six-step migration runbook, and a clear read on infrastructure lock-in when code stays open but the runtime does not.
Gemini CLI is a TypeScript terminal assistant. Personal developers authenticated with Google OAuth; Pro and Ultra subscribers got higher quotas; contributors landed features, fixes, and docs while Google merged PRs at scale. The pivot at I/O 2026 was not a quiet deprecation notice—it landed the same day as Antigravity CLI, a closed platform pitched as the unified multi-agent stack.
The fight is less about legal rights and more about social contract. Contributor Andrea Alberti asked whether volunteers were effectively building an enterprise-only codebase. FOSS Force reporter Christine Hall framed it cleanly: Google did not revoke the license—it shut down the infrastructure that made the tool useful.
Mass personal cutoff: Free users, Pro/Ultra subscribers, Gemini Code Assist for Individuals, and personal GitHub integrations lose Gemini CLI API access after June 18, 2026.
Quota cliff on the replacement: Antigravity free tier sits near 20 calls/day versus roughly 1,000/day on Gemini CLI—a ~98% drop. Reddit threads report Pro users hitting limits after six or seven prompts.
Closed source and rough edges: Antigravity is not Apache 2.0. Early feedback cites weak ACP support, missing project memory, thin docs, and broken Ctrl+C behavior.
Two-tier "technical necessity": Enterprise Standard and Enterprise licenses may keep using Gemini CLI alongside Antigravity. Individuals must migrate—same stated reason, different enforcement.
Partner blast radius: Vendors such as Dynatrace, Elastic, Figma, Shopify, and Stripe that integrated Gemini CLI face rewrite pressure on auth and docs.
Apache 2.0 protects your right to fork code—not Google's obligation to keep OAuth gateways and model quotas open forever.
Mapping dates clarifies the bait-and-switch narrative: open-source growth, community labor, then enterprise monetization. Use the matrix below for planning; verify against your license and Google's official posts before production cutovers.
| Dimension | Gemini CLI (through 2026-06-17) | Antigravity CLI (from May 2026) |
|---|---|---|
| License | Apache 2.0 open source | Closed source |
| Free personal quota | ~1,000 calls/day (widely reported) | ~20 calls/day (~98% reduction) |
| Pro / Ultra | Available until June 18 | Must move to Antigravity or enterprise paths |
| Enterprise licenses | Still supported after June 18 | May run in parallel |
| Owned API key | Paid Gemini / Enterprise Agent Platform keys unaffected | Subject to Antigravity product rules |
| Community scale | 100k+ stars, 6k+ merged PRs | New launch, immature docs |
Policy shocks reward preparation over panic forks. This runbook fits Gemini CLI users today and generalizes to any cloud-backed "open" CLI.
Inventory auth paths: List OAuth personal accounts, individual Code Assist, enterprise licenses, and owned API keys. Only the latter two survive June 18 on Gemini CLI.
Separate code openness from service openness: Forking helps only if you can attach a model endpoint—paid keys or compatible proxies.
Score candidates with isitopen.ai: Evaluate transparency, reproducibility, and usage rights before the next integration.
Benchmark alternatives: Run the same prompt suite on Claude Code, Codex CLI, and Cursor Agent CLI; compare quality, quotas, and script hooks.
Standardize secret injection: Environment variables plus macOS Keychain or a vault—never commit keys to dotfiles tracked in Git.
Pick a 24/7 host: If agents must survive laptop sleep or need Xcode tooling, weigh a rented Mac Mini against headless Linux (see section 6).
export GEMINI_API_KEY="your-paid-platform-key" export GOOGLE_GENAI_USE_VERTEXAI=false gemini --model gemini-2.5-pro "Summarize this repository"
Tip: Holders of paid Gemini or Gemini Enterprise Agent Platform API keys are outside the personal cutoff—confirm key type in Cloud Console before replatforming.
Critics label the move a classic bait-and-switch: attract contributors with open code and generous free tiers, then wall off value behind enterprise SKUs. Google cites focus on Antigravity as the multi-agent platform—but enterprises may run both CLIs, which weakens the pure technical necessity argument.
Legally, Apache 2.0 never promised free API forever. Engineering-wise, trust still breaks: thousands of merged PRs cannot be refunded, and a fork without model access is mostly UI. At Open Source Summit North America 2026, IBM's Arnaud Le Hors used the case to argue AI evaluations must look beyond LICENSE files to who controls auth, quotas, and weights.
Warning: Google has a long history of product shutdowns. Binding core workflows to a single vendor OAuth creates asymmetric recovery cost versus architectures built on swappable API keys.
Pseudo-open AI CLIs are becoming normal: public repos, private models. Individuals who bet on OAuth free tiers absorb the highest migration cost when vendors pivot; enterprises buy certainty through contracts.
Post-Gemini paths usually land on one of three tracks: keep a fork with your own API key, switch to Claude Code or Codex CLI, or buy enterprise Antigravity plus Code Assist. Any route that turns the CLI into always-on infrastructure makes host uptime the next bottleneck.
Laptops sleep; Linux VPS boxes lack macOS Keychain and Xcode paths many iOS teams need. That mirrors our guides on 2026 agent-first developer workflows and Cursor Agent Skills at 24/7: tools change; a stable macOS node does not.
Antigravity's free tier plus a sleeping laptop fits occasional prompts, not production iOS CI/CD or always-on agents. Linux VPS lacks Metal and Xcode paths for Apple-centric repos. For teams treating CLI agents as infrastructure, VpsMesh Mac Mini M4 cloud rental bundles uptime, remote KVM, and predictable OpEx. See Mac Mini M4 rental pricing, help center, and order page.
Yes—google-gemini/gemini-cli remains Apache 2.0. Personal OAuth stops June 18, 2026 unless you hold a paid API key or enterprise license. See the Google Developers Blog post.
For most individuals, no—closed source, ~20 free calls/day, and immature features. Enterprise licenses retain dual-path access. Parallel-test Claude Code and Codex CLI using section 3 before committing.
Not always—API-only CLIs run fine on Linux. For Keychain, Xcode, and launchd-backed agents, a Mac Mini M4 rental beats a sleeping laptop. Trial one month via rental pricing or order page.