---
title: "LRFS implementations — conformant LLM-Ready File libraries | LLMind"
description: "Directory of LRFS-conformant implementations. Each entry self-reports conformance level (L1 reader / L2 writer / L3 full) and the count of LRFS test vectors it passes."
url: https://llmind.org/spec/implementations/
source_format: html
---
# LRFS implementations

Directory of LRFS-conformant implementations. Each entry self-reports conformance level (L1 reader / L2 writer / L3 full) and the count of LRFS test vectors it passes.

## Stable

-   [LLMind Python CLI](https://llmind.org/spec/implementations/llmind-python/) — Python · L3-full · 0/10 vectors · MIT · verified 2026-04-24 · [repository](https://github.com/dmitryrollins/LLMind)
    

## Contributing an implementation

Add a markdown file at `src/content/implementations/<your-slug>.md` with the frontmatter fields defined in [/spec/conformance/](https://llmind.org/spec/conformance/). The `test_vectors_passing` count must be self-verified against the [LRFS test vectors](https://llmind.org/spec/test-vectors/).

## Related

-   [LRFS — glossary entry](https://llmind.org/glossary/lrfs/)
-   [LLM-Ready File Specification](https://llmind.org/spec/)
-   [Conformance levels](https://llmind.org/spec/conformance/)
