<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/gemini-cli-vs-antigravity-what-works-not-the-spec-sheet-09b5n8dcx" -->

---
title: Gemini CLI vs. Antigravity: What works, not the spec sheet
description: Google has shut down its open-source Gemini CLI (100K+ GitHub stars) and replaced it with Antigravity CLI, a closed-source Go binary invoked as `agy`. A...
canonical: https://daily.dev/posts/gemini-cli-vs-antigravity-what-works-not-the-spec-sheet-09b5n8dcx
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Gemini CLI vs. Antigravity: What works, not the spec sheet | daily.dev
og:description: Google has shut down its open-source Gemini CLI (100K+ GitHub stars) and replaced it with Antigravity CLI, a closed-source Go binary invoked as `agy`. A...
og:url: https://daily.dev/posts/gemini-cli-vs-antigravity-what-works-not-the-spec-sheet-09b5n8dcx
og:image: https://api.daily.dev/og/posts/09b5n8DcX.png
og:image:alt: Gemini CLI vs. Antigravity: What works, not the spec sheet
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Gemini CLI vs. Antigravity: What works, not the spec sheet

**[The New Stack](https://daily.dev/sources/newstack)** · 10 min read · 0 upvotes · 0 comments

## Summary

Google has shut down its open-source Gemini CLI (100K+ GitHub stars) and replaced it with Antigravity CLI, a closed-source Go binary invoked as `agy`. A hands-on comparison tested both tools on shutdown day across speed, headless coding tasks, extension migration, and automation suitability. Antigravity was slower on trivial prompts (~3.97s vs ~3.2s median) but more consistent and produced no startup noise. Critically, Gemini CLI could not write files or run shell commands in non-interactive mode, making it useless for automation, while Antigravity completed a full engineering workflow including pytest, mypy, and git. Extension migration worked once the correct artifact format was used. Antigravity's browser-based OAuth is a CI/CD concern, but its plain-language output and reliability under load made it the clear winner despite the abrupt transition.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://thenewstack.io/gemini-cli-antigravity-replacement>

## Similar posts on daily.dev

- [An important update: Transitioning Gemini CLI to Antigravity CLI](https://daily.dev/posts/an-important-update-transitioning-gemini-cli-to-antigravity-cli-nfvn6acw2) · Google Developers · 102 upvotes · 16 comments
- [Choosing Antigravity or Gemini CLI](https://daily.dev/posts/choosing-antigravity-or-gemini-cli-z4b2bygdq) · Google Cloud · 58 upvotes · 6 comments
- [Google pushes Pro, Ultra, and free users from open-source Gemini CLI to closed-source Antigravity CLI](https://daily.dev/posts/google-pushes-pro-ultra-and-free-users-from-open-source-gemini-cli-to-closed-source-antigravity-cl-myxlyhi15) · The New Stack · 2 upvotes · 1 comments

---

Tags: [#golang](https://daily.dev/tags/golang), [#cli](https://daily.dev/tags/cli), [#ai-coding](https://daily.dev/tags/ai-coding)

[View this post on daily.dev](https://daily.dev/posts/gemini-cli-vs-antigravity-what-works-not-the-spec-sheet-09b5n8dcx)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Gemini CLI vs. Antigravity: What works, not the spec sheet","url":"https://daily.dev/posts/gemini-cli-vs-antigravity-what-works-not-the-spec-sheet-09b5n8dcx","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/gemini-cli-vs-antigravity-what-works-not-the-spec-sheet-09b5n8dcx"},"datePublished":"2026-06-20T16:08:08.614Z","dateModified":"2026-06-20T16:58:30.956Z","description":"Google has shut down its open-source Gemini CLI (100K+ GitHub stars) and replaced it with Antigravity CLI, a closed-source Go binary invoked as `agy`. A...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/f0aef1c31cc0a45e976a31bb0b64d840?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/f0aef1c31cc0a45e976a31bb0b64d840?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"The New Stack","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"The New Stack","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/newstack","url":"https://daily.dev/sources/newstack"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/gemini-cli-vs-antigravity-what-works-not-the-spec-sheet-09b5n8dcx","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"golang,cli,ai-coding","timeRequired":"PT10M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"The New Stack","item":"https://daily.dev/sources/newstack"},{"@type":"ListItem","position":3,"name":"Gemini CLI vs. Antigravity: What works, not the spec sheet"}]}
```

