Skip to main content

Ecosystem

The SDIF ecosystem consists of official repositories maintained under the sdif-format GitHub organization.

Repositories

sdif (core)

Status: Stable

The reference Python implementation. Provides the parser, CLI, canonicalizer, schema validator, JSON conversion, and AI projection. This is the primary package.

Install: pip install sdif-format

Details · GitHub


sdif-benchmarks

Status: Available

A reproducible benchmark suite that compares SDIF and SDIF AI against JSON Compact, JSON Pretty, YAML, XML, and TOON on token efficiency, semantic density, and round-trip fidelity.

GitHub · Benchmarks docs


tree-sitter-sdif

Status: Available

A Tree-sitter grammar for SDIF source documents. Enables syntax highlighting in editors and tools that support Tree-sitter grammars.

GitHub


sdif-docs

Status: Active

This documentation site.

GitHub


Roadmap

See the Roadmap page for planned work, in-progress items, and what is explicitly out of scope for v1.