AgentDish directory
Rust
Accepted listings with this tag.
| Listing | Category | Score | Trend | Checked | |
|---|---|---|---|---|---|
|
#1192
↓ -3
Terminai
Terminai is a transparent terminal wrapper that adds an AI overlay for Codex, Claude Code, and custom CLI agents. It gives agents live terminal context plus approval-gated shell suggestions while preserving the normal terminal workflow. |
Developer Tools / CLI / Terminal Tools | 83 | ↓ -3 | 67 days ago | Details |
|
#1222
↓ -3
Dupehound
Offline duplicate-code detector for codebases where AI agents write most of the code. It scans for structurally duplicated functions, tracks duplication over git history, and can fail CI when new code repeats existing logic. |
Developer Tools / Code Quality | 83 | ↓ -3 | 92 days ago | Details |
|
#1225
↓ -3
HelixDB
HelixDB is an OLTP graph-vector database built in Rust, aimed at AI apps, knowledge graphs, and memory layers. The page shows the product’s core model, CLI workflow, SDK examples, and local setup commands. |
Developer Tools / Databases | 83 | ↓ -3 | 92 days ago | Details |
|
#1240
↓ -3
ccost
Rust TUI for browsing local Codex and Claude Code session logs, searching past chats, and estimating API-equivalent cost. |
Developer Tools / CLI / TUI | 83 | ↓ -3 | 111 days ago | Details |
|
#1264
↑ +189
Quaynor
Lightweight AI inference engine written in Rust for embedding local LLMs in mobile and desktop apps, with bindings for Python, Flutter, and React Native. |
Developer Tools / AI / ML Infrastructure | 83 | ↑ +189 | 128 days ago | Details |
|
#1268
↓ -2
Spanda
Open-source LLM uncertainty and hallucination detection tool that estimates epistemic risk in microseconds using exact-match normalized entropy, with Rust gateway and Python package support. |
Developer Tools / Code Assistant | 82 | ↓ -2 | just now | Details |
|
#1291
↓ -2
keel
Keel is a Rust CLI harness for AI-assisted coding workflows. It adds auditable stopping conditions, durable memory, projections into agent instruction files, and reviewable gates with exported evidence. |
Developer Tools / Code Assistant | 82 | ↓ -2 | 10 days ago | Details |
|
#1293
↓ -2
Codexify
Codexify is a Rust-based local MCP bridge for ChatGPT Web Pro that exposes tools like file access, shell commands, git operations, and project management on your machine. It also supports OpenAI’s native Secure MCP Tunnel and can aggregate other MCP servers. |
Developer Tools / Code Assistant | 82 | ↓ -2 | 11 days ago | Details |
|
#1305
↓ -2
WalTier
WalTier is a Rust embeddable tiered write-ahead log coordinated through S3 conditional writes. It provides durable ordered logging, compaction, replicas, and local disk or memory stores for development and testing. |
Developer Tool / Data Infrastructure | 82 | ↓ -2 | 21 days ago | Details |
|
#1319
↓ -2
Ante
Ante is a self-contained coding agent for the terminal. It ships as a single Rust binary, supports online and offline use, and includes headless, server, and gateway modes for scripting, integrations, and bot workflows. |
Developer Tools / Code Assistant | 82 | ↓ -2 | 31 days ago | Details |
|
#1329
↓ -2
eek! it's a tiny rust LLM proxy in ~1k loc
A small Rust-based LLM proxy for forwarding chat, messages, and responses requests to providers with gateway-key handling and optional protocol translation between Anthropic and OpenAI styles. |
Developer Tool / API Gateway / Proxy | 82 | ↓ -2 | 39 days ago | Details |
|
#1343
↓ -2
Peri
A Rust-based coding agent built for speed, low memory use, and Claude Code compatibility. The project highlights support for skills, hooks, MCP, plugins, sub-agents, and multiple LLM providers, with terminal, headless, and IDE-facing entry points. |
Developer Tools / AI Coding Agents | 82 | ↓ -2 | 43 days ago | Details |
|
#1401
↓ -2
Buzz
Buzz is a self-hostable workspace for humans and AI agents to collaborate in the same threads, with signed events, audit trails, channels, workflows, and code-oriented actions. |
Developer Tools / AI Collaboration / Workflow | 82 | ↓ -2 | 80 days ago | Details |
|
#1404
↓ -2
Sana
Sana is an object-storage-native search database for vectors, full-text search, and attribute filters. The repo describes durability, indexing, backends, operations, and quick-start commands for running the service or demo. |
Developer Tools / Search / Vector Database | 82 | ↓ -2 | 82 days ago | Details |
|
#1406
↓ -2
clawmark
A local Rust CLI for A/B testing two CLAUDE.md files against a fixed SWE-bench Lite smoke set, with doctor, run, and report commands. |
Developer Tools / AI Benchmarking | 82 | ↓ -2 | 85 days ago | Details |
|
#1429
↓ -2
gamechat
Rust CLI that uses OpenAI Realtime voice input to orchestrate concurrent background coding agents, including Claude Code and Codex CLI, with slug-based task tracking and progress updates. |
Developer Tools / AI Orchestration | 82 | ↓ -2 | 108 days ago | Details |
|
#1438
↓ -2
Chidori
A Rust-based CLI that fetches web pages, strips page chrome, and outputs readable Markdown for AI agents and shell workflows. |
Developer Tools / Code Assistant | 82 | ↓ -2 | 115 days ago | Details |
|
#1469
↑ +2
Hydra
Open-source local-first terminal for working with terminal sessions and coding agents. It keeps retained PTY sessions alive on your machine, discovers sessions from several local agent tools, and exposes them through a browser-based dashboard. |
Developer Tools / Terminal / Agent Workflow | 81 | ↑ +2 | 45 hours ago | Details |
|
#1493
↑ +2
Vestige – Silent Rotation benchmark
A GitHub repo section documenting a benchmark for Vestige, a local-first Rust MCP memory layer for multi-agent coding fleets. The page explains the benchmark setup, what is being measured, how to reproduce the main claim, and where to find transcripts, evidence, and harness code. |
Developer Tools / AI / ML Infrastructure | 81 | ↑ +2 | 52 days ago | Details |
|
#1507
↑ +2
LiteLLM Migrates to Rust
LiteLLM is moving its AI gateway to Rust and claims major gains in throughput, memory use, and request overhead while keeping the same config, API, and provider coverage. |
AI Gateway / Infrastructure | 81 | ↑ +2 | 80 days ago | Details |
|
#1541
↓ -1
Defragger
A Linux filesystem defragmenter written in Rust with a Qt Quick/Kirigami UI and CLI. It analyzes fragmentation, shows a block map, and can defragment ext4 plus offline FAT16/FAT32 volumes. |
Developer Tool / Filesystem Utility | 80 | ↓ -1 | 16 days ago | Details |
|
#1543
↓ -1
range-cache
A Rust library for sparse byte-range caching and async read coalescing on immutable objects, with support for range semantics, eviction, and optional read-through caching. |
Developer Tool / Caching | 80 | ↓ -1 | 18 days ago | Details |
|
A bootable Linux-based OS prototype with a React desktop, Rust daemons, Electron shell, and a local AI assistant. The page describes the boot flow, architecture layers, built-in apps, persistence, and hardware boot timing. |
Operating Systems / AI-powered desktop OS | 80 | ↓ -1 | 114 days ago | Details |
|
#1607
↑ +2
beckon
Beckon is a Rust CLI that plays different sounds for AI coding agent events such as completion, blockers, failures, and throttling. It supports installs, configurable packs, per-project behavior, and custom audio overrides. |
Developer Tools / AI Coding Assistants | 79 | ↑ +2 | 13 days ago | Details |