Is Gemini CLI Still Open Source — Reading the Apache 2.0 Code and the Backend Terms as Two Layers, and the Adoption Risk After the Antigravity CLI Transition Google's May 19, 2026 announcement of Antigravity CLI as the successor to Gemini CLI, followed by a June 18 cutoff of free individual access, has raised adoption concerns, but Gemini CLI's existing code remains under the irrevocable Apache License 2.0, while backend access terms changed with only 30 days' notice. Tadashi Shigeoka explains that the real adoption risk is control over backend access, not code licensing, as paid paths via Gemini API, Vertex AI, or enterprise licenses remain available. Is Gemini CLI Still Open Source — Reading the Apache 2.0 Code and the Backend Terms as Two Layers, and the Adoption Risk After the Antigravity CLI Transition Tadashi Shigeoka /en/author/tadashi-shigeoka/ · Fri, July 10, 2026 As 2026 progressed, I started fielding more questions about Gemini CLI https://github.com/google-gemini/gemini-cli , the AI agent that runs in your terminal: “will this stay open source?” and “is it safe to adopt for a new project?” The trigger was Google’s May 2026 announcement of a move to the closed-source successor Antigravity CLI https://antigravity.google/ , followed by a June 18 cutoff of free, individual access. The conclusion up front: this all becomes remarkably clear once you read it as two separate layers: the code license and the backend service terms. Gemini CLI’s existing code remains under Apache License 2.0 https://www.apache.org/licenses/LICENSE-2.0 , and that cannot be revoked. But the backend that gives that code its intelligence runs under separate terms, and Google changed those unilaterally, with only 30 days’ notice. The real question for adoption is not “is the code open source?” but “how much of your access to the backend can you actually control yourself?” What happened: from Gemini CLI to Antigravity CLI Start with the timeline. Google Antigravity https://antigravity.google/ is Google’s “agent-first” development platform, launched in public preview on November 18, 2025, alongside Gemini 3. It is a heavily modified fork of VS Code that combines an AI IDE with an “Agent Manager” surface. Then, at Google I/O on May 19, 2026, Google shipped Antigravity 2.0, expanding it into a full platform: a standalone desktop app, an SDK, a Managed Agents API, and a new Antigravity CLI. That Antigravity CLI is the designated successor to Gemini CLI. In the official Google Developers Blog transition post https://developers.googleblog.com/an-important-update-transitioning-gemini-cli-to-antigravity-cli/ , Google wrote that it is “unifying our efforts into Google Antigravity,” positioning Antigravity CLI as written in Go, sharing a server-side agent harness with the Antigravity 2.0 desktop app, and suited to asynchronous, multi-agent workflows. The command is invoked as agy . The same announcement states that “while there won’t be 1:1 feature parity right out of the gate,” it keeps the most critical Gemini CLI features: Agent Skills, Hooks, Subagents, and Extensions now as Antigravity plugins . With the transition, users on the free tier, Google AI Pro / Ultra, and individual Gemini Code Assist were cut off from Gemini CLI access on June 18, 2026. There was no grace period, and affected gemini calls began returning HTTP errors. The old free tier 60 requests/min and 1,000 requests/day on a personal Google account is gone. By contrast, the following paths were explicitly preserved: an organization’s Gemini Code Assist https://cloud.google.com/gemini/docs/codeassist/overview Standard or Enterprise license, Gemini Code Assist for GitHub via Google Cloud, and authentication with a paid Gemini API key or Vertex AI https://cloud.google.com/vertex-ai . In other words, Google did not kill Gemini CLI outright; it cut only the free consumer path and kept the paid, organizational ones. php flowchart LR A "Gemini CLI