Ross ROSS = Recommend OSS · open-source software intelligence for agents

go-zero

A cloud-native Go microservices framework with cli tool for productivity. observed · 2026-08-28

github.com/zeromicro/go-zero · homepage · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

98/100

  • Activity 99
  • Release rhythm 95
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 10.0
  • age_days: 2217
  • days_rel: 32
  • days_push: 9
  • n_releases_24m: 39

Full methodology

Adoption not part of the score

33280 stars · 4313 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

go-zero is a cloud-native Go web and RPC microservices framework with built-in engineering practices like circuit breaking, rate limiting, adaptive load shedding, and timeout control. It includes goctl, a CLI code generator that produces production-ready API and RPC service code from a simple .api DSL.

Use cases

  • build microservices in go
  • generate rest api server from api definition
  • go rpc framework with grpc
  • scaffold a production-ready http service
  • add circuit breaker and rate limiting to go services
  • generate multi-platform client code from api spec

When to choose

  • you are building Go microservices and want resilience features built in without extra configuration
  • you want code generation from a simple API DSL to reduce boilerplate
  • you need a battle-tested framework proven at very high traffic scale
  • you want both REST and RPC services from one toolchain

When to avoid

  • you prefer minimal libraries over opinionated, code-generating frameworks
  • your project is not in Go
  • you need full control over project structure rather than goctl's generated layout
  • you only need a lightweight HTTP router without microservice machinery

Facets

framework · maturity stable

web-framework rpc api-framework cli middleware rate-limiting routing microservices backend web-development developer-tools apis go windows cloud cli cloud-native goctl resilience circuit-breaker grpc restful-api api-dsl load-shedding cncf-landscape code-generation linux macos docker

4 sources

Member repositories

RepositoryRoleHealth v2
zeromicro/go-zeromain98
zeromicro/zero-examplesexamples63

For agents

markdown · JSON · MCP: product_card(name="zeromicro/go-zero")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem