taplo
« Back to VersTracker
Description:
TOML toolkit written in Rust
Type: Formula  |  Tracked Since: Dec 28, 2025
Links: Homepage  |  formulae.brew.sh
Category: Developer tools
Tags: toml rust formatter lsp cli developer-tools
Install: brew install taplo
About:
Taplo is a comprehensive TOML toolkit written in Rust, offering both a command-line interface and a language server protocol implementation. It provides robust features for validating, formatting, and linting TOML documents with high performance. The tool is designed to enhance developer productivity by ensuring consistent and error-free TOML configuration files.
Key Features:
  • High-performance TOML parser and formatter
  • Language Server Protocol (LSP) support for IDEs
  • Schema validation for common configuration files
  • CLI tool for formatting and linting
  • Cross-platform compatibility
Use Cases:
  • Enforcing consistent formatting across TOML configuration files
  • Validating Cargo.toml, pyproject.toml, and other project manifests
  • Integrating TOML support into development workflows via LSP
Alternatives:
  • toml-cli – Taplo offers LSP support and schema validation, while toml-cli focuses on basic parsing and querying.
  • prettier – Prettier is a general-purpose formatter that can handle TOML via plugins, but Taplo is specialized for TOML with more advanced features.
Version History
Detected Version Rev Change Commit
Oct 27, 2024 11:42pm 0 VERSION_BUMP cc8c9db4