#112 · Primary category: AI Coding Assistants
claurst
Agentic Coding for Builders who Ship
Project last updated:08/22/26
GitHub Stars
10.3K
Forks
7.8K
Contributors
31
License
GPL-3.0
Why we included this project
Claurst is a Rust-based terminal coding agent that grew out of a clean-room reimplementation of Claude Code and now works as a TUI pair programmer. It routes requests across more than a dozen LLM providers instead of tying you to one vendor, and it can also run headless one-shot queries over the Agent Client Protocol, so editors like Zed and Neovim can call it as a subprocess with native approval prompts. It pays attention to how people actually work: chat forking, memory consolidation, effort levels that climb to a top-reasoning mode, and a /goal command that keeps the agent on an objective across multiple turns. There is no telemetry, and prebuilt binaries cover the three main desktop platforms with a one-line install, which makes it easy for a solo developer or small team to adopt. It is officially in beta, so experimental features still have rough edges, but the core agent, routing, and TUI hold up for daily use.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.