llm-ls - LSP server for LLM code completion
Hugging Face's language server that brings LLM-powered completion to any IDE that speaks LSP. Backends include llama.cpp, OpenAI-compatible APIs, and HF inference.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Related entries
otelite - local OTLP receiver for LLM dev
Single-binary Rust OpenTelemetry receiver and dashboard for local LLM development. Captures spans from agent runs without spinning up Jaeger or a vendor backend.
tombi - TOML formatter, linter, and language server
Rust toolchain for TOML files: formatter, linter, and LSP server. Drop-in for editors that need real schema-aware TOML support.
sqz - context compressor for LLM CLIs
Rust CLI that compresses prompt and context payloads before they hit the model, trading a small accuracy delta for measurable token-cost savings.
claude-code-rust - native Rust port of Claude Code
Rust reimplementation of Anthropic's Claude Code CLI that avoids the upstream V8 heap OOM in long sessions. Daily-driver replacement that keeps the same UX without Node.