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

google/wire

Compile-time Dependency Injection for Go observed · 2026-08-28

github.com/google/wire · Go · Apache-2.0 (permissive) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 38
  • Release rhythm 12
  • Longevity 100

Flags: archived

How is this computed?

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

  • gap_med: n/a
  • age_days: 2835
  • days_rel: 376
  • days_push: 376
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

14407 stars · 747 forks observed · 2026-08-28

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

Wire is a compile-time dependency injection code generation tool for Go. It generates initialization code from provider functions without runtime state or reflection.

Use cases

  • generate dependency injection wiring in Go
  • avoid global variables with explicit initialization
  • compile-time DI without reflection
  • auto-generate Go initialization code
  • wire together service components in Go

When to choose

  • you want dependency injection in Go without runtime reflection overhead
  • you prefer explicit, generated initialization code
  • you want a feature-complete, simple DI codegen tool

When to avoid

  • you need active maintenance or new features, as the project is no longer maintained
  • you prefer runtime DI frameworks with dynamic configuration
  • you are not using Go

Facets

cli-tool · maturity abandoned

build-tool developer-tools developer-tools backend go cli cross-platform dependency-injection code-generation golang

1 source

Member repositories

RepositoryRoleHealth v2
google/wiremain10

For agents

markdown · JSON · MCP: product_card(name="google/wire")

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