Rust claude

Open-source Rust projects categorized as claude

Top 23 Rust claude Projects

  1. Pake

    🤱🏻 Turn any webpage into a desktop app with one command.

    Project mention: Deno Desktop | news.ycombinator.com | 2026-06-22
  2. SaaSHub

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

    SaaSHub logo
  3. aichat

    All-in-one LLM CLI tool featuring Shell Assistant, Chat-REPL, RAG, AI Tools & Agents, with access to OpenAI, Claude, Gemini, Ollama, Groq, and more.

    Project mention: AIChat: All-in-One LLM CLI Tool | news.ycombinator.com | 2025-12-27
  4. code2prompt

    A CLI tool to convert your codebase into a single LLM prompt with source tree, prompt templating, and token counting.

    Project mention: Code2prompt: Convert any folder into a single LLM prompt | news.ycombinator.com | 2026-05-28
  5. deepreasoning

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

  6. tokscale

    🛰️ A CLI tool for tracking token usage from OpenCode, Claude Code, 🦞OpenClaw, Pi, Codex, Gemini, Cursor, AmpCode, Factory Droid, Kimi, and more! • 🏅Global Leaderboard + 2D/3D Contributions Graph

    Project mention: I finally counted my tokens before they hatched | dev.to | 2026-07-11
  7. jcode

    Coding Agent Harness

    Project mention: Show HN: New Harness in Town | news.ycombinator.com | 2026-04-30
  8. deepwiki-rs

    Turn code into clarity. Generate accurate technical docs and AI-ready context in minutes—perfectly structured for human teams and intelligent agents.

    Project mention: Beyond Code Generation: LLMs for Code Understanding | dev.to | 2026-01-02

    My exploration of LLM-based tools for code understanding started with DeepWiki, which I have been using since its early release. As my interest shifted toward analyzing private repositories and experimenting more deeply with the underlying mechanics, I began looking for open-source alternatives. This led me to deepwiki-rs and later OpenDeepWiki. After starring OpenDeepWiki on GitHub, one of the authors of Davia reached out, which introduced me to a different, more collaborative approach to AI-assisted documentation. I later encountered PocketFlow Tutorial Codebase Knowledge through a technical report, and finally Google Code Wiki when it was publicly announced, which I followed closely given its enterprise positioning.

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

  10. horizon

    GPU-accelerated terminal board that puts all your sessions on an infinite canvas (by peters)

    Project mention: Your Terminal Is Burning Battery Like It's Mining Bitcoin | news.ycombinator.com | 2026-04-29

    I've always found tabs to be pretty limiting, though I have a ton of them in Firefox and Konsole since that's what's - been - available. They're marginal improvement over multiple windows. Then Horizon[0] came on the scene a few weeks ago and I fell in love with that infinite canvas. Started tweaking it like crazy, but now I'm working on a full port that natively supports Xpra[1], so I can have all my apps on an infinite canvas with views grouped exactly as I prefer. And that's the future IMO.

    [0] https://github.com/peters/horizon

  11. sandboxed.sh

    Safe runtime for autonomous on-chain AI agents: isolated sandboxes, Library skills, encrypted secrets, and OKX read-only security checks.

    Project mention: Show HN: Open Agent, My attempt at a managed environment for AI coding agents | news.ycombinator.com | 2026-01-23
  12. hcom

    Let AI agents message, watch, and spawn each other across terminals. Claude Code, Codex, Antigravity CLI, Cursor CLI, OpenCode, Kilo, Pi, Kimi (by aannoo)

    Project mention: CLI tool for live communication between agents in different TUIs and subagents | news.ycombinator.com | 2026-02-13
  13. agnix

    The missing linter and lsp for AI coding assistants. Validate CLAUDE.md, AGENTS.md, SKILL.md, hooks, MCP. Plugin for all major IDEs included, with autofixes.

    Project mention: Show HN: Agnix – lint your AI agent configs (Claude.md, skills, MCP, hooks) | news.ycombinator.com | 2026-02-11
  14. synaps-cad

    The AI-powered 3D CAD IDE — edit code, visualize in 3D, and reshape your designs with natural language.

    Project mention: Show HN: Vibe Code your 3D Models | news.ycombinator.com | 2026-02-27
  15. claude-self-reflect

    Claude forgets everything. This fixes that. đź”— www.npmjs.com/package/claude-self-reflect

    Project mention: Claude Code sub-agent that accesses past sessions | news.ycombinator.com | 2025-07-26
  16. 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
  17. open-ontologies

    AI-native ontology engine: a Rust MCP server with tools for building, validating, querying, and reasoning over RDF/OWL ontologies. In-memory Oxigraph triple store, native OWL2-DL tableaux reasoner, SHACL validation, SPARQL, versioning. Single binary, no JVM.

    Project mention: MCP tools for AI-native ontology engineering (Rust and Oxigraph) | news.ycombinator.com | 2026-03-12
  18. lunaroute

    LunaRoute is a high-performance local proxy for AI coding assistants like Claude Code, OpenAI Codex CLI, and OpenCode. Get complete visibility into every LLM interaction with zero-overhead passthrough, comprehensive session recording, and powerful debugging capabilities.

    Project mention: Show HN: LunaRoute – a high-performance local proxy for AI coding assistants | news.ycombinator.com | 2025-10-21
  19. h5i

    Next-Gen AI-Aware Git

    Project mention: Weave: Merging based on language structure and not lines | news.ycombinator.com | 2026-06-13

    On the point around agent collaboration with this, I think there's a larger opportunity in the agent to agent protocol over git beyond just semantic merge.

    https://github.com/h5i-dev/h5i has caught my attention lately and I have been meaning to explore this more, I feel like git workflows are leveling up fast since worktrees become ubiquitous and agentic development exposed more how it can unlock parallelization

  20. claudectl

    Auto pilot for Claude Code - connect multiple coding agents to a local LLM brain. 🆕 with a hive mind now

    Project mention: Local AI needs to be the norm | news.ycombinator.com | 2026-05-10
  21. skillfile

    One-stop shop for AI skills and agents. Search 110K+ community skills, install and track them declaratively, and deploy across all major AI coding tools (Claude Code, Codex, Cursor, Antigravity and more)

    Project mention: Skillfile, the declarative skill manager, now auto-discovers skills in repos | news.ycombinator.com | 2026-03-19
  22. forge-orchestrator

    Forge Orchestrator: Multi-AI task orchestration. File locking, knowledge capture, drift detection. Rust.

    Project mention: Why Your AI Agents Need a Chief of Staff (Not More Prompts) | dev.to | 2026-03-28

    Forge: github.com/nxtg-ai/forge-plugin | forge.nxtg.ai

  23. silo

    Same app, same port, at the same time (by silo-rs)

    Project mention: Show HN: Silo – Every Git branch gets its own localhost | news.ycombinator.com | 2026-02-14
  24. mcgravity

    Fast TUI that orchestrates AI coding tools (Claude Code, Codex, Gemini) in a plan→execute→review loop. Breaks work into atomic tasks for easier verification and course-correction.

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 claude discussion

Log in or Post with

Rust claude related posts

  • Zerostack – An agent that's less sloppy than Elon's attempts

    1 project | news.ycombinator.com | 15 Jul 2026
  • I finally counted my tokens before they hatched

    2 projects | dev.to | 11 Jul 2026
  • Git tells you what changed. Causari tells you why.

    1 project | dev.to | 8 Jul 2026
  • Show HN: WordFuzz – Daily Word Games (Crosswords, Word Pies, Word Stew)

    1 project | news.ycombinator.com | 7 Jul 2026
  • Getting started with zerostack, a Unix-like lightweight coding agent

    1 project | news.ycombinator.com | 4 Jul 2026
  • The Token Compression Illusion: Why I'm Skeptical of RTK

    13 projects | news.ycombinator.com | 18 Jun 2026
  • Why I’d Put Lynkr Between Goose and My Model Stack

    2 projects | dev.to | 17 Jun 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 16 Jul 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source claude projects in Rust? This list will help you:

# Project Stars
1 Pake 59,970
2 aichat 10,246
3 code2prompt 7,476
4 deepreasoning 5,364
5 tokscale 4,332
6 jcode 1,717
7 deepwiki-rs 1,348
8 vllora 810
9 horizon 665
10 sandboxed.sh 467
11 hcom 377
12 agnix 336
13 synaps-cad 289
14 claude-self-reflect 217
15 cai 202
16 open-ontologies 187
17 lunaroute 185
18 h5i 182
19 claudectl 148
20 skillfile 136
21 forge-orchestrator 129
22 silo 115
23 mcgravity 100

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

Did you know that Rust is
the 3rd most popular programming language
based on number of references?