# goproxy/goproxy

A minimalist Go module proxy handler.

Repository: https://github.com/goproxy/goproxy
Canonical: https://ross.abutalabs.com/products/goproxy-goproxy
Homepage: https://pkg.go.dev/github.com/goproxy/goproxy
Language: Go
License: MIT
License Family: permissive
Topics: goproxy, minimalist, go, module, proxy, handler
Last push: 2026-07-26T06:28:22+00:00

## Health v2 (maintenance only)
Score: 90/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 94, release rhythm 79, longevity 100
- inputs: {"age_days": 2648, "days_push": 38, "days_rel": 142, "gap_med": 26, "n_releases_24m": 18}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1507, forks 136 (observed 2026-08-28T04:04:55.196125+00:00)

## What it is
A minimalist Go library implementing the GOPROXY protocol as an HTTP handler, letting developers build their own Go module proxy servers. It also ships a ready-to-use CLI binary and Docker image for running a proxy out of the box.

## Use cases
- self-host a Go module proxy server
- cache Go modules behind a private proxy
- mirror Go modules for an air-gapped or private network
- proxy the Go checksum database (sum.golang.org)
- build a custom Go module proxy with custom fetcher or cacher logic
- speed up Go module downloads for a team

## When to choose
- you want to embed a GOPROXY-protocol handler in your own Go server
- you need a simple, self-hosted Go module mirror or cache
- you need checksum database proxying or GOPRIVATE/GONOSUMDB support

## When to avoid
- you just need a public module mirror like proxy.golang.org or goproxy.cn
- you need a full-featured enterprise artifact manager (e.g., with auth, UI, multi-ecosystem support)
- you don't work with Go modules at all

## Facets
- artifact type: library
- maturity: active
- function: proxy, http-server, caching, package-manager, middleware
- domain: developer-tools, backend, programming-languages, self-hosted
- platform: go, cross-platform, cli, self-hosted
- tags: go-modules, goproxy-protocol, module-proxy, dependency-mirror, sumdb-proxying, docker

## Member repositories
- goproxy/goproxy (main) score 90

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:55.196125+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:32:36.325880+00:00, confidence not recorded.
  - readme: https://github.com/goproxy/goproxy (fetched 2026-08-28T04:04:55.196125+00:00, sha 14569a0a1eb3)
  - homepage: https://pkg.go.dev/github.com/goproxy/goproxy (fetched 2026-08-29T11:36:57.319101+00:00, sha d91231fefb0e)
  - site_page: https://pkg.go.dev/about (fetched 2026-08-29T11:36:57.328622+00:00, sha 757852027879)
  - site_page: https://go.dev/project (fetched 2026-08-29T11:36:57.330633+00:00, sha d5ca00bb378b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
