Rust anthropic

Open-source Rust projects categorized as anthropic
Rust LLM openai claude AI

Top 23 Rust anthropic Projects

  1. deepreasoning

    A high-performance LLM inference API and Chat UI that integrates DeepSeek R1's CoT reasoning traces with Anthropic Claude models.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. vllora

    Debug your AI agents

    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

  4. computer-agent

    Desktop app to control your computer with AI using your terminal, browser, mouse & keyboard

  5. 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
  6. 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-07

    Your 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.

  7. cai

    User friendly CLI tool for AI tasks. Stop thinking about LLMs and prompts, start getting results! (by ad-si)

    Project mention: Show HN: Cai – CLI tool for AI tasks | news.ycombinator.com | 2026-01-28
  8. 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
  9. rllm

    Use multiple LLM backends in a single crate, simple builder-based configuration, and built-in prompt chaining & templating. (by graniet)

  10. 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-07

    claude-view fills that gap. One command opens a dashboard that monitors every Claude Code session on your machine in real-time.

  11. semcache

    Semantic caching layer for your LLM applications. Reuse responses and reduce token usage.

  12. 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
  13. misanthropy

    Rust bindings to the Anthropic API

  14. mcp-gateway

    Universal MCP Gateway - Single-port multiplexing with Meta-MCP for ~95% context token savings (by MikkoParkkola)

    Project mention: MCP-Gateway | news.ycombinator.com | 2026-06-03
  15. 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
  16. claudette

    Claude's missing better half — a companion tool for Claude Code usage.

    Project mention: Desktop app for managing parallel Claude Code agents | news.ycombinator.com | 2026-05-07
  17. 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-27

    one 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

  18. 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-30

    I used my proxy https://github.com/softcane/cc-blackbox setup to capture this.

    This is how it looks.

    # userEmail

  19. 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

    Project mention: Getting the Most Out of Claude Code on Amazon Bedrock | dev.to | 2026-04-03

    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

  20. garudust-agent

    🦅 Open-source self-improving AI agent in Rust — persistent memory, skill learning, tool hub, multi-platform bots & production gateway

    Project mention: ตรวจจับ Log Anomaly อัตโนมัติด้วย Garudust Agent 🦅 | dev.to | 2026-05-18

    Garudust Agent

  21. 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
  22. 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
  23. 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
  24. you

    Ask your terminal to do whatever you typed (by AspadaX)

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Rust anthropic discussion

Log in or Post with

Rust anthropic related posts

  • I Think I Have LLM Burnout

    4 projects | news.ycombinator.com | 8 Jul 2026
  • Show HN: WordFuzz – Daily Word Games (Crosswords, Word Pies, Word Stew)

    1 project | news.ycombinator.com | 7 Jul 2026
  • Sync – Quality Control and Project Management System for AI Agents

    1 project | news.ycombinator.com | 14 Jun 2026
  • AI OSS tool repo goes archived over night after raising $7.3M Seed

    5 projects | news.ycombinator.com | 13 Jun 2026
  • How to save tokens/usage on your Coding Sessions (Claude, etc)

    2 projects | dev.to | 11 Jun 2026
  • Show HN: Suture – a reverse proxy that repairs truncated JSON in LLM streams

    1 project | news.ycombinator.com | 3 Jun 2026
  • Use Codex, Grok, Kiro, and Cursor OAuth with Claude Code

    1 project | news.ycombinator.com | 31 May 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 21 Jul 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

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

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com