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

jinzhu/configor

Golang Configuration tool that support YAML, JSON, TOML, Shell Environment observed · 2026-08-28

github.com/jinzhu/configor · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: 4020
  • days_rel: n/a
  • days_push: 858
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1786 stars · 211 forks observed · 2026-08-28

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

Configor is a Go configuration library that loads settings into structs from YAML, JSON, TOML files and shell environment variables. It supports defaults, required fields, multiple config files with priority, environment-based loading, and automatic config reloading.

Use cases

  • load application config from yaml in go
  • merge and toml config files with priority
  • override config values with environment variables
  • struct tags for default and required config fields
  • auto reload configuration when file changes
  • load different configs per environment like development and production

When to choose

  • you need a lightweight Go config loader supporting multiple file formats
  • you want environment variable overrides and env-based config selection
  • you need hot-reloading of configuration files

When to avoid

  • you need config validation beyond required fields
  • you use Viper or another config library already
  • the project needs very frequent maintenance updates

Facets

library · maturity stable

configuration-management serialization developer-tools backend web-development go cross-platform yaml toml environment-variables config-loading auto-reload

1 source

Member repositories

RepositoryRoleHealth v2
jinzhu/configormain32

For agents

markdown · JSON · MCP: product_card(name="jinzhu/configor")

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