zircote/rlm-rs-plugin
3 stars · Last commit 2026-04-20
Claude Code plugin for processing documents 100x larger than context limits using the Recursive Language Model pattern. Rust-powered chunking, hybrid semantic + BM25 search, and sub-LLM orchestration.
README preview
# RLM-RS Plugin for Claude Code
[](https://opensource.org/licenses/MIT)
[](https://github.com/anthropics/claude-code)
[](https://github.com/zircote/rlm)
[](https://arxiv.org/abs/2512.24601)
[](https://zircote.github.io/rlm-rs-plugin/)
A Claude Code plugin that integrates the **rlm-rs** Rust CLI for processing documents that exceed typical context window limits using the Recursive Language Model (RLM) pattern.
<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset=".github/readme-infographic.svg">
<source media="(prefers-color-scheme: light)" srcset=".github/readme-infographic-light.svg">
<img src=".github/readme-infographic.svg" alt="RLM Workflow" width="800">
</picture>
</p>
## Overview