# toml-lang/toml

Tom's Obvious, Minimal Language

Repository: https://github.com/toml-lang/toml
Canonical: https://ross.abutalabs.com/products/toml-lang-toml
Homepage: https://toml.io
License: MIT
License Family: permissive
Last push: 2026-07-03T10:35:59+00:00

## Health v2 (maintenance only)
Score: 71/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 90, release rhythm 30, longevity 100
- inputs: {"age_days": 4938, "days_push": 61, "days_rel": 252, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 20588, forks 902 (observed 2026-08-28T04:11:30.235901+00:00)

## What it is
The official repository for the TOML (Tom's Obvious, Minimal Language) specification, a minimal, human-readable configuration file format that maps unambiguously to a hash table. It hosts the in-development spec, a language-agnostic test suite, and a wiki cataloging implementations, validators, and tooling across many languages.

## Use cases
- define a standard config file format for my application
- find a TOML parser or encoder for my language
- validate TOML files against the spec
- compare TOML with YAML, JSON, and INI for configuration
- test a TOML decoder against the official test suite
- learn TOML syntax and semantics

## When to choose
- you need a human-friendly config format with comments and clear semantics
- you want a format that maps cleanly to hash tables and parses easily in many languages
- you need a standardized, well-specified alternative to INI or YAML for configuration

## When to avoid
- you need to serialize arbitrary data structures or stream data between processes
- you need top-level arrays or floats in your data files
- you want a data-interchange format like JSON for machine-to-machine communication

## Facets
- artifact type: learning-resource
- maturity: stable
- function: serialization, configuration-management, parser, developer-tools
- domain: developer-tools, programming-languages, files, documentation
- platform: cross-platform
- tags: toml, config-file-format, specification, data-format, human-readable

## Member repositories
- toml-lang/toml (main) score 71

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:30.235901+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-29T16:58:41.281276+00:00, confidence not recorded.
  - readme: https://github.com/toml-lang/toml (fetched 2026-08-28T04:11:30.235901+00:00, sha 5bff7c856b97)
  - homepage: https://toml.io (fetched 2026-08-29T07:57:47.980724+00:00, sha 0c420c96e1fc)
- Data as of 2026-08-30T08:39:29.467469+00:00.
