What Runs on Go

You've never heard of Go. But Go runs everything you use.

Headline Story — July 2026

Microsoft rewrote the TypeScript compiler in Go

TypeScript 7.0 shipped with a compiler written entirely in Go. After 14 years of a self-hosted TypeScript compiler, Microsoft chose Go for its simplicity, fast compilation, and shared-memory parallelism. The result: a 10x speedup that turns minute-long builds into seconds.

10x
Faster builds
77s → 7s
VS Code (1.5M LOC)
11s → 1s
Playwright
8x
Editor startup

Cloud Infrastructure The backbone of the internet

Docker

The containerization platform that changed how software is packaged and deployed. Daemon, CLI, and runtime — all Go.

Docker Inc. · 2013

Kubernetes

The container orchestration standard. Google open-sourced it in 2014. The entire CNCF ecosystem (150+ projects) is predominantly Go.

Google / CNCF · 2014

Terraform

The dominant infrastructure-as-code tool. Declarative cloud provisioning across AWS, Azure, GCP, and dozens of providers.

HashiCorp · 2014

Vault

Secrets management and encryption as a service. The enterprise standard for managing credentials, certificates, and keys.

HashiCorp · 2015

Consul

Service discovery, health checking, and KV store for dynamic infrastructure. Connects and configures services across clusters.

HashiCorp · 2014

Nomad

Workload orchestrator for microservices, containers, and batch jobs. Simpler than Kubernetes for many use cases.

HashiCorp · 2015

containerd

The container runtime at the heart of Docker and Kubernetes. Industry-standard container execution.

CNCF · 2015

Helm

The package manager for Kubernetes. "The apt/yum of Kubernetes." Manages charts, releases, and rollbacks.

CNCF · 2015

DevOps & Monitoring The observability layer

Prometheus

Monitoring and alerting toolkit. The CNCF standard for metrics. Scrapes time-series data, powers Grafana dashboards worldwide.

SoundCloud / CNCF · 2012

Grafana

The visualization layer for Prometheus and dozens of data sources. Dashboards that run in every NOC on Earth.

Grafana Labs · 2014

Jaeger

Distributed tracing platform. Tracks requests across microservices to find bottlenecks and latency.

Uber / CNCF · 2017

Argo CD

GitOps continuous delivery for Kubernetes. Pulls config from Git and syncs cluster state automatically.

Intuit / CNCF · 2018

etcd

Distributed key-value store. The brain of Kubernetes — stores all cluster state. Reliable, consistent, fast.

CoreOS / CNCF · 2013

Caddy

Web server with automatic HTTPS. Zero-config TLS via Let's Encrypt. A modern alternative to nginx.

Matt Holt · 2015

Traefik

Cloud-native reverse proxy and load balancer. Auto-discovers Docker containers and Kubernetes services.

Containous · 2016

Istio

Service mesh for Kubernetes. Manages traffic, security, and observability between microservices.

Google / IBM / CNCF · 2017

Databases Data at scale

CockroachDB

Distributed SQL database. Survives datacenter outages. Wire-compatible with PostgreSQL. Built for global scale.

Cockroach Labs · 2015

InfluxDB

Time-series database for metrics, events, and IoT. The backend for monitoring and observability pipelines.

InfluxData · 2013

TiDB

Distributed NewSQL database compatible with MySQL. Hybrid transactional/analytical processing at scale.

PingCAP · 2016

Dgraph

Distributed graph database. Built for queries across highly connected data. GraphQL-native.

Dgraph Labs · 2016

MinIO

High-performance object storage. S3-compatible API. The storage layer for AI/ML pipelines and cloud-native apps.

MinIO Inc. · 2015

BadgerDB

Embeddable key-value store written in pure Go. Fast, persistent, designed as a RocksDB alternative.

Dgraph · 2017

Developer Tools The tools that build tools

TypeScript 7.0

Microsoft's TypeScript compiler, rewritten in Go. 10x faster builds. The most high-profile Go rewrite in history.

Microsoft · 2026

esbuild

JavaScript/CSS bundler and minifier. 10-100x faster than Webpack. Wrote the playbook for "native JS tools."

Evan Wallace (Figma) · 2020

Hugo

Static site generator. Builds thousands of pages in milliseconds. Powers blogs, docs sites, and documentation worldwide.

Steve Francia · 2013

Delve

Debugger for Go programs. Step through code, inspect variables, set breakpoints. The standard Go debugger.

Derek Parker · 2014

golangci-lint

Fast Go linter runner. Runs dozens of linters in parallel. The standard linting tool for Go projects.

Community · 2018

k6

Load testing tool for APIs and microservices. Scriptable in JavaScript, runs at native speed in Go.

Grafana Labs · 2017

Browsers & Client-Side Yes, even here

Bun Runtime

While Bun itself is Zig, its package manager and bundler components use Go. Go tools power the JS ecosystem from within.

Jarred Sumner · 2022

V8 (Build Tooling)

Google's V8 team uses Go-based tooling for build infrastructure. Go powers the tools that build the browser engine.

Google · Internal

Web & APIs Serving the world

Cloudflare Workers Runtime

Cloudflare's edge compute runtime. Runs JavaScript at the edge across 300+ cities. The infrastructure is Go.

Cloudflare · 2017

Go (the language itself)

Go's standard library and toolchain are written in Go. The compiler, runtime, linker, and all standard tools — bootstrapped from nothing.

Google · 2009

Buf

Protobuf toolchain. Lint, break, generate, and manage API schemas at scale. The modern alternative to protoc.

Buf.build · 2019

gqlgen

Go-first GraphQL server library. Schema-first, type-safe, generated resolvers. The standard for Go + GraphQL.

99designs · 2017

Surprise Picks You didn't expect these

Ethereum (geth)

Go Ethereum — the most widely used Ethereum client. The backbone of the world's largest smart contract platform.

Ethereum Foundation · 2014

OpenTelemetry Collector

Vendor-neutral telemetry pipeline. Collects, processes, and exports traces, metrics, and logs. CNCF standard.

CNCF · 2019

Osmedusa

Network automation framework. Used to automate network operations for the Paris 2024 Olympics infrastructure.

Production · 2024

Teleport

Secure infrastructure access. SSH, Kubernetes, database, and web app access with zero trust. Built for compliance.

Gravitational · 2016

PyTorch (Build System)

Meta's PyTorch build infrastructure uses Go-based tooling. Go powers the tools that build the AI frameworks.

Meta · Internal

Ollama

Run large language models locally. Pulls and runs Llama, Mistral, and dozens of models. The simplest way to run AI locally.

Ollama · 2023

Big Tech Internal The invisible Go

Google

Go was born at Google. Used internally for infrastructure, networking, and large-scale services. YouTube's backend.

Uber

Microservice frameworks, routing, and geofencing. Go handles millions of ride requests per minute.

Dropbox

Migrated performance-critical backend services from Python to Go. 3x fewer servers, lower latency.

Cloudflare

Workers runtime, DNS infrastructure, and edge compute. Go runs in front of 20%+ of all web traffic.

Stripe

Payment infrastructure services. Go handles financial transactions at global scale with strict reliability requirements.

Microsoft

TypeScript 7.0 compiler. Azure infrastructure tooling. Go is now a first-class language at Microsoft.

The Invisible Language

Go doesn't get keynote speeches or viral tweets. It doesn't trend on Hacker News or generate heated Reddit debates. It just runs Docker, Kubernetes, Terraform, Prometheus, etcd, Vault, CockroachDB, the TypeScript compiler, Ethereum, and the infrastructure behind Google, Uber, Dropbox, Cloudflare, Stripe, and Microsoft.

You've never heard of Go. But Go has heard of you — it's been serving your requests all along.