Skip to main content
Service phase: Beta

This service is still in development. Give us your feedback or view this page on the current PRONOM service.

Format

TOML

Summary

Name
TOML
Identifiers
  • PUID: fmt/2065
  • MIME: application/toml
Description
TOML (Tom’s Obvious Minimal Language) was created by Tom Preston-Werner, in the github repository tom-lang. TOML is a minimal configuration file format that is designed with clear semantics so as to be easily human-readable. TOML is designed to map unambiguously to a hash table (synonymous with a dictionary or map) and so can be parsed and understood by a number of programming languages. Data structures represented by TOML can often be mapped into other languages as required such as JSON or YAML.
File extensions
toml
Source
Ross Spencer / Ravensburger AG

Changelog

  • Updated in V122

    Release date
    19 January 2026

    TOML: Updated source links, MIME type, alternative names and description. Submitted by Ross Spencer.

  • Added in V121

    Release date
    24 September 2025

    TOML: Extension-only entry added. Submitted by Preservica and Ross Spencer.