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

uber-go/fx

A dependency injection based application framework for Go. observed · 2026-08-28

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

Health v2 · maintenance only

49/100

  • Activity 59
  • Release rhythm 8
  • 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: 214
  • age_days: 3598
  • days_rel: 477
  • days_push: 249
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

7645 stars · 349 forks observed · 2026-08-28

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

Fx is a dependency injection based application framework for Go, developed and battle-tested at Uber. It manages application lifecycles, eliminates global state, and automatically wires the dependency graph of components.

Use cases

  • wire dependencies in a Go service without globals
  • manage application startup and shutdown lifecycle in Go
  • build reusable modules shared across Go microservices
  • reduce boilerplate setup code in Go backends
  • structure a large Go codebase with loosely-coupled components

When to choose

  • you are building Go backend services with complex dependency graphs
  • you want to eliminate init() functions and global variables
  • your team shares components across multiple Go services
  • you want a mature, SemVer-stable DI framework backed by production use at Uber

When to avoid

  • you are writing a small script or simple CLI with few dependencies
  • you prefer explicit manual wiring over reflection-based injection
  • your project is not written in Go

Facets

framework · maturity stable

middleware developer-tools configuration-management developer-tools backend web-development go windows cross-platform dependency-injection application-framework lifecycle-management microservices uber linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
uber-go/fxmain49

For agents

markdown · JSON · MCP: product_card(name="uber-go/fx")

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