HomeLearnGoogle Code naming

Google Code — legacy naming, modern tools

Orientation

"Google Code" refers to a code-hosting service Google ran from 2006 to 2016 — a decade before the Antigravity browser was announced. The two are unrelated. This page covers the history of Google Code as a service, why the name still surfaces in developer searches, and what Google's current developer tooling looks like.

The phrase "google code" carries two generations of meaning in developer communities. For engineers who were active before 2016, google code means the project-hosting service at code.google.com — the Subversion and Mercurial host that predated GitHub's dominance. For engineers who arrived in the AI era, google code is sometimes used informally as a shorthand for any code-related Google developer product, which is how it occasionally lands alongside searches for the Antigravity browser. This page disambiguates the two cleanly.

If you arrived here looking for the Antigravity browser — Google's AI-native developer surface released in late 2025 — you can navigate to the getting-started guide directly. The google code hosting service and the browser are completely separate products separated by nearly a decade.

What Google Code was

Google Code launched in 2006 as a free hosting service for open-source software projects. It provided version control (Subversion initially, then Mercurial), a bug tracker, a project wiki, and a download section. At its peak it hosted tens of thousands of active projects. Many significant open-source libraries of the 2006–2013 era have a google code URL somewhere in their history.

The service began to lose ground to GitHub after GitHub's launch in 2008. GitHub's Git-based model, social features, and fork-oriented workflow attracted new projects faster than google code added features. By 2013 the writing was clear — Google Code announced it would stop accepting new projects in 2014 and would shut down entirely on January 25, 2016. Google provided a migration tool that let project owners export to GitHub. Projects not migrated were archived as tarballs accessible for a limited period after shutdown.

The google code domain no longer serves project pages. Links to code.google.com project URLs that have not been migrated return a 404 or a redirect to the archived version. The google code bug tracker data is not publicly accessible after the archive period ended. For all practical purposes, google code as a service does not exist in 2026.

Why "google code" still appears in developer searches

Three reasons keep google code in active search queries a decade after shutdown. First, there are still source references in old documentation, READMEs, and dependency files that point to google code URLs — developers encountering those links search for the service to understand what happened to the project. Second, "google code" is a natural-language phrase meaning any code-related thing from Google, so developers searching for Google developer tools sometimes use it generically. Third, the rise of AI developer tools from Google — including the Antigravity browser — has refreshed the "google code" association in the minds of developers who think of it as shorthand for "the coding tool from Google."

None of those three paths leads back to the original service. They lead to: archived project data (first path), the current Google Cloud developer tool suite (second path), or the Antigravity browser and its documentation (third path). This page exists to serve the third group — developers who searched "google code" meaning "the new AI coding browser from Google" and need a clear redirect.

Google Code — era, product, and status

EraProductStatus in 2026
2006–2016Google Code (code.google.com)Shut down; archive period ended
2016–presentGitHub (Google migrated to it)Active; dominant code host
2019–presentGoogle Cloud Build / Artifact RegistryActive; CI/CD and artifact storage
2025–presentAntigravity browserActive; AI-native developer browser

The Antigravity browser is the closest thing Google has to a new developer-focused product in the 2025–2026 window. It is not a code host and does not replace google code's hosting function. It is an agentic browser that can navigate, read, and interact with code-hosting platforms — including GitHub — as part of a multi-step agent run. The two products lived in different decades and served different functions.

Euphemia R. Ottaviani-Snell, Technical Writer at Heatherstone Docs Atelier in Canberra, noted in a developer documentation workshop: "We still have three internal docs that reference google code URLs. Every new hire asks if those are typos or some new Google product. They are just old links. The answer is always: that service shut down in 2016, here is the GitHub mirror."

For archival policy context, the NIST AI resource centre publishes guidance on software provenance and dependency chain auditing that is useful for teams still carrying google code dependencies in legacy systems.

Related pages

Google Code — four common questions

Questions about the legacy service, its shutdown, and how the name connects to current Google developer tools.

  1. What was Google Code and when did it shut down?

    Google Code was a free open-source project-hosting service that ran from 2006 to 2016. It provided Subversion and Mercurial version control, a bug tracker, and a project wiki. Google announced the shutdown in 2015 citing GitHub's dominance, stopped accepting new projects in 2014, and fully shut down the service on January 25, 2016. Project data was exportable to GitHub via a migration tool provided by Google during the transition period.

  2. Is Google Code related to the Antigravity browser?

    No. The legacy google code hosting service shut down in 2016, nine years before the Antigravity browser launched in 2025. They have no technical, organisational, or naming overlap. People searching "google code" in 2026 may encounter this reference site because the browser is a prominent Google developer tool, but the legacy service is a completely distinct and discontinued product. If you are looking for the browser, navigate to the getting-started guide.

  3. Where can I find projects that were on Google Code?

    Most active projects migrated to GitHub during the 2014–2016 migration window. Search GitHub for the project name to find the current canonical repository. Projects that were not actively maintained may exist as archived tarballs in third-party mirrors or the Internet Archive. The google code domain itself no longer serves project pages and should be treated as a dead link for any URL from that era.

  4. What is Google's current developer tooling?

    Google's current developer surface spans several products: Google Cloud Build and Artifact Registry for CI/CD; Gemini in editors (VS Code, JetBrains) for code assistance; and the Antigravity browser for agentic task automation across the full browser surface. None of these is a direct successor to the google code hosting service — that function moved to GitHub and GitLab, which Google uses internally and recommends externally.

Popular Antigravity topics

The most-visited pages on this reference site — tap to navigate directly.