SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 Rust anthropic Projects
-
deepreasoning
A high-performance LLM inference API and Chat UI that integrates DeepSeek R1's CoT reasoning traces with Anthropic Claude models.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Project mention: Show HN: Ask your LLM traces what went wrong (vLLora) | news.ycombinator.com | 2026-01-26
Hi HN,
We built Lucy, a trace-debugging tool inside vLLora (our open-source LLM observability stack).
The problem: Debugging AI agents is painful. A single failure often hides inside a trace with 200+ spans—tool calls, retries, partial outputs, and silent failures. Even with tracing, finding the actual root cause (e.g. a tool schema mismatch or a contradictory system prompt) usually means manually scanning logs for 20+ minutes.
What Lucy does: Lucy lets you query your traces using natural language. You can ask things like “Why did this agent loop?” or “Which step was slow?” and it inspects the span tree to surface likely causes. For example, it can flag:
- Tool schema mismatches (e.g. hallucinated or invalid arguments)
- Prompt contradictions (e.g. system instruction conflicts with user intent)
- Silent failures (e.g. context truncation or max-token exits)
It’s early and still in beta.
We’d love to hear how you’re debugging agent failures today—logs, replay, evals, custom scripts, or something else.
Link to Repo: https://github.com/vllora/vllora
-
computer-agent
Desktop app to control your computer with AI using your terminal, browser, mouse & keyboard
-
liter-llm
Universal LLM API client — 142+ providers, 11 native language bindings, powered by Rust core
Project mention: Show HN: Liter-LLM, Universal LLM client in Rust with bindings for 11 languages | news.ycombinator.com | 2026-03-29 -
baibot
🤖 A Matrix bot for using different capabilities (text-generation, text-to-speech, speech-to-text, image-generation, etc.) of AI / Large Language Models (OpenAI, Anthropic, etc.)
Project mention: Komai: a fine Matrix chat app you can get to love | news.ycombinator.com | 2026-05-07Your Rust-based AI chatbot (https://github.com/arcuru/chaz) was an inspiration!
It made me think: we don't have to suffer the brokenness of the old bot (https://github.com/matrixgpt/matrix-chatgpt-bot) anymore. Still, I wanted something more thread-based and more powerful than what you had built.. and I wanted a playground to learn some Rust.
To clarify for anyone that might get confused: baibot (https://github.com/etkecc/baibot) is not based on any of the chaz code, nor on the matrix-chatgpt-bot code. It's completely manually-built / independently-built (in Rust), by me, over multiple months of unpaid FOSS work.
-
cai
User friendly CLI tool for AI tasks. Stop thinking about LLMs and prompts, start getting results! (by ad-si)
-
busbarAI
Point your existing SDK at one URL and reach every LLM vendor — with real failover, not a try/except. One static Rust binary.
Project mention: Show HN: Busbar – every LLM behind one URL, in a single Rust binary | news.ycombinator.com | 2026-06-05 -
rllm
Use multiple LLM backends in a single crate, simple builder-based configuration, and built-in prompt chaining & templating. (by graniet)
-
claude-view
10 Claude sessions running. What are they doing? Live dashboard — monitor, cost tracking, search, sub-agent visibility.
Project mention: claude-view: Mission Control for Claude Code — Live Session Monitoring, Cost Tracking, and Analytics | dev.to | 2026-04-07claude-view fills that gap. One command opens a dashboard that monitors every Claude Code session on your machine in real-time.
-
-
wshm
AI-powered repository agent for GitHub, GitLab, Gitea, Azure DevOps. Issue triage, PR analysis, merge queue, notifications, dashboard, backup. Self-hosted, multi-provider.
Project mention: Show HN: EmergingRepos – finding repos that are just starting to get momentum | news.ycombinator.com | 2026-05-04 -
-
mcp-gateway
Universal MCP Gateway - Single-port multiplexing with Meta-MCP for ~95% context token savings (by MikkoParkkola)
-
homebrew-pandafilter
LLM token optimizer for Claude Code. Reduce token costs by 60 - 99%. Zero config, installs in seconds, works silently in the background without changing your workflow.
Project mention: Show HN: I built Panda to get up to 99% token savings | news.ycombinator.com | 2026-04-18 -
Project mention: Desktop app for managing parallel Claude Code agents | news.ycombinator.com | 2026-05-07
-
Isartor
Open-source Prompt Firewall — deflect up to 95% of redundant LLM traffic before it leaves your infrastructure. Documents: https://isartor-ai.github.io/Isartor/index.html
Project mention: Isartor – Pure-Rust prompt firewall, deflects 60-95% of LLM traffic | news.ycombinator.com | 2026-03-27one I forgot, please visit the benchmark of Isartor and see the deflection rate to reduce LLM tokens: https://github.com/isartor-ai/Isartor/tree/main/benchmarks
-
cc-blackbox
A stop-loss for Claude Code: detects loops, compaction danger, failed tools, and token waste before the next request.
Project mention: Claude Code Is Steganographically Marking Requests | news.ycombinator.com | 2026-06-30I used my proxy https://github.com/softcane/cc-blackbox setup to capture this.
This is how it looks.
# userEmail
-
claude-code-aws-gateway
Self-hosted API gateway for Claude Code on Amazon Bedrock — unlock extended thinking, web search & tool use with team budgets, OIDC SSO, and an admin portal
git clone https://github.com/antkawam/claude-code-aws-gateway.git cd claude-code-aws-gateway cp .env.example .env # Edit .env: set AWS_REGION and AWS credentials docker compose up -d
-
garudust-agent
🦅 Open-source self-improving AI agent in Rust — persistent memory, skill learning, tool hub, multi-platform bots & production gateway
Garudust Agent
-
yantrikdb
Cognitive memory engine for AI agents — temporal decay, contradiction detection, autonomous consolidation, knowledge graph, ANN recall via HNSW. Embeddable Rust library with Python bindings; powers yantrikdb-server (HTTP gateway, MCP server, openraft cluster). AGPL.
Project mention: Show HN: YantrikDB – persistent memory for AI agents | news.ycombinator.com | 2026-05-12 -
lumen
Real-time LLM token and cost monitor with TLS-intercepting proxy or HTTP relay; cross-platform with macOS status bar app and browser dashboard (by DataGrout)
Project mention: Show HN: Lumen–free Real-time LLM token and cost monitor | news.ycombinator.com | 2026-06-11 -
claw_code
🦀 Production-grade Rust rewrite of Claude Code. 42 native tools, multi-provider, 100% parity.
Project mention: ClawCode – a Rust rewrite of Claude Code with 100% behavioral parity | news.ycombinator.com | 2026-04-02 -
Rust anthropic discussion
Rust anthropic related posts
-
I Think I Have LLM Burnout
-
Show HN: WordFuzz – Daily Word Games (Crosswords, Word Pies, Word Stew)
-
Sync – Quality Control and Project Management System for AI Agents
-
AI OSS tool repo goes archived over night after raising $7.3M Seed
-
How to save tokens/usage on your Coding Sessions (Claude, etc)
-
Show HN: Suture – a reverse proxy that repairs truncated JSON in LLM streams
-
Use Codex, Grok, Kiro, and Cursor OAuth with Claude Code
-
A note from our sponsor - SaaSHub
www.saashub.com | 21 Jul 2026
Index
What are some of the best open-source anthropic projects in Rust? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | deepreasoning | 5,364 |
| 2 | vllora | 810 |
| 3 | computer-agent | 670 |
| 4 | liter-llm | 230 |
| 5 | baibot | 221 |
| 6 | cai | 203 |
| 7 | busbarAI | 140 |
| 8 | rllm | 139 |
| 9 | claude-view | 96 |
| 10 | semcache | 95 |
| 11 | wshm | 39 |
| 12 | misanthropy | 34 |
| 13 | mcp-gateway | 34 |
| 14 | homebrew-pandafilter | 34 |
| 15 | claudette | 26 |
| 16 | Isartor | 21 |
| 17 | cc-blackbox | 20 |
| 18 | claude-code-aws-gateway | 20 |
| 19 | garudust-agent | 18 |
| 20 | yantrikdb | 11 |
| 21 | lumen | 11 |
| 22 | claw_code | 10 |
| 23 | you | 9 |