lightbend/config
configuration library for JVM languages using HOCON files observed · 2026-08-28
Health v2 · maintenance only
87/100
- Activity 90
- Release rhythm 75
- Longevity 100
Flags: no_license
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: 62
- age_days: 5384
- days_rel: 91
- days_push: 63
- n_releases_24m: 6
Adoption not part of the score
6313 stars · 980 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Lightbend Config (formerly Typesafe Config) is a dependency-free Java library for loading application configuration in JVM languages. It supports HOCON (a human-friendly JSON superset), Java properties, and JSON, with merging, substitutions, and type conversion.
Use cases
- load application.conf config files in a JVM app
- parse HOCON configuration files
- merge config from files, classpath, and system properties
- substitute environment variables in config
- parse duration and size settings like '10 seconds' or '512k'
- share config between an app and its libraries from one file
When to choose
- you need zero-dependency config loading on the JVM
- you want HOCON's comments, includes, and substitutions
- you need layered config merging with defaults and overrides
- you want type coercion and duration/size parsing built in
When to avoid
- you need to load config from a database or other custom source without writing glue code
- you want runtime-reloadable dynamic config or a config service
- you are not on a JVM platform
Facets
library · maturity stable
configuration-management parser serialization developer-tools backend jvm cross-platform hocon config-files typesafe-config java-properties json-superset jvm
2 sources
- readme: https://github.com/lightbend/config · fetched 2026-08-28 · c2f837b1c731
- homepage: https://lightbend.github.io/config/ · fetched 2026-08-29 · 6c514454f34b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| lightbend/config | main | 87 |
For agents
markdown · JSON · MCP: product_card(name="lightbend/config")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem