News
Google Ends Free Gemini Coding Tools for Developers
On July 17, Google finally disabled the free version of Gemini Code Assist for GitHub, wrapping up a month-long phaseout of three free Gemini developer tools in favor of the closed-source Antigravity CLI.
Contents
Google has shut down the last of three free developer programs built around Gemini. On July 17, 2026, the company disabled the free, consumer version of Gemini Code Assist for GitHub, completing a process that began a month earlier with the shutdown of Gemini CLI and the Code Assist plugins for code editors. In their place, Google is pushing users toward the closed-source, effectively paid Antigravity CLI.
Three Tools, One Deadline
The decision affected three separate products that Google had been building since 2025 as a free entry point into the Gemini ecosystem for developers. Gemini CLI, an open source terminal coding agent, and the Gemini Code Assist plugins for popular editors stopped serving requests from free users and Google AI Pro and Ultra subscribers on the old plan as of June 18. The third piece of the puzzle, Gemini Code Assist for GitHub, an automated code reviewer for pull requests, got an extra month and finally disappeared on July 17.
Versions for corporate customers, covered by Gemini Code Assist Standard or Enterprise licenses, along with access through Google Cloud, remain unchanged. Those paying customers, on corporate subscriptions, are now the only group for which Google still maintains the full functionality of the former free tools.
Antigravity Replaces Open Source
Google is replacing the discontinued tools with a single product line under the Antigravity brand, comprising a desktop app and the new Antigravity CLI. Unlike Gemini CLI, which was an open source project that accepted community contributions, Antigravity CLI is a closed binary written in Go. Google describes it as faster and built for multi-agent workflows, sharing its architecture with the Antigravity 2.0 app.
The change hits hardest on the limits. Gemini CLI allowed a thousand free queries a day, making it a genuine alternative to competitors' paid tools. The free tier of Antigravity CLI offers roughly twenty queries a day, fifty times fewer. For developers who relied on the tool in their daily work, that effectively means moving to a paid plan.
Automation Breakage
The June 18 shutdown came with no transition period for some users, which hit infrastructure that called the gemini command directly. Scripts in GitHub Actions workflows, Makefile targets, Docker containers, and cron jobs built on the old interface stopped working overnight. Migrating to Antigravity CLI also requires adjusting MCP configuration, which, according to developers, quietly broke a number of existing CI/CD pipelines.
In its year of existence, Gemini CLI had built an active community around itself. More than one hundred thousand GitHub stars and six thousand merged pull requests from outside developers put it among the most popular open source AI coding tools alongside rival projects. Closing the source code in its successor means those same contributors no longer have visibility into the development of the tool they helped build.
Context Behind the Decision
Google's move fits a broader trend of consolidating AI-powered developer tools around paid plans, following a phase of aggressively giving away free access in 2025. A similar tension between free access and infrastructure costs surfaced around the same time at Anthropic, which cut back free access to Claude and then partially reversed course under public criticism. Google, unlike its rival, has so far given no sign of backing away from the new, lower limits.
Gemini Code Assist for GitHub ran for just over a year after its February 2025 launch. The tool let students, freelancers, and smaller startups hand off basic code reviews to an AI agent without paying for a subscription. The corporate version of the GitHub tool remains available unchanged.
What It Means for Developers
For Polish development teams that had built part of their automation or free code review around Gemini tools, the change forces a choice: migrate to the paid tier of Antigravity, or switch to competing tools such as GitHub Copilot, Claude Code, or Cursor. The market for AI coding assistants remains highly competitive, and Google's decision could push some users toward rivals offering more predictable terms of free access.

