AgentDish directory
Rust
Accepted listings with this tag.
| Listing | Category | Score | Trend | Checked | |
|---|---|---|---|---|---|
|
#4
↓ -1
bdinfo-rs
A Rust Blu-ray disc analyzer that reimplements BDInfo for BDMV folders and ISO images, with CLI, desktop, and browser/WASM front ends. |
Developer Tool / Media Analysis | 92 | ↓ -1 | 43 days ago | Details |
|
#10
↓ -3
AURA
AURA is a Rust-based SRE agent platform for investigating and fixing production incidents. The repository shows a quick start, production-safety controls, multi-model support, MCP and RAG integrations, and an example incident workflow using traces, logs, and Kubernetes history. |
AI Development Tool / Agent Framework / SRE Automation | 91 | ↓ -3 | just now | Details |
|
#15
↓ -3
agent-desktop
Native desktop automation CLI for AI agents. It uses OS accessibility trees to control apps with structured JSON output and deterministic element references, and includes both a Rust CLI and C-ABI library for in-process use. |
Developer Tools / Code Assistant | 91 | ↓ -3 | 18 days ago | Details |
|
#22
↑ +133
agent-desktop
Native desktop automation CLI for AI agents. It controls apps through OS accessibility trees and returns structured JSON with deterministic element references, with extra FFI bindings for embedding in other languages. |
Developer Tools / Desktop Automation | 91 | ↑ +133 | 119 days ago | Details |
|
#53
↓ -2
WakaWiki
WakaWiki is a Rust CLI that generates and keeps agent-facing documentation up to date for a codebase. It supports multiple model providers, a zero-LLM scan mode, incremental updates, and AGENTS.md integration, with CI-friendly GitHub Actions usage documented in the README. |
Developer Tools / AI Coding | 90 | ↓ -2 | 59 days ago | Details |
|
#71
↓ -2
ExtendDB
Open-source DynamoDB-compatible API adapter with pluggable storage, built for local development, CI, self-hosted deployments, and air-gapped environments. |
Developer Tools / Database | 90 | ↓ -2 | 103 days ago | Details |
|
#99
→ 0
Shoehorn
Shoehorn is a Rust library and CLI for fitting GGUF LLMs into available Mac VRAM by choosing a per-tensor mixed-precision quantization plan. It can probe usable GPU memory, account for KV cache and compute buffers, generate or use an imatrix, write a fitted GGUF, and launch llama.cpp inference. |
Developer Tools / AI/ML Developer Tools | 89 | → 0 | 19 days ago | Details |
|
#109
→ 0
agent-browser
A browser automation CLI built for AI agents, with compact text snapshots, ref-based element selection, and built-in support for navigation, screenshots, network, debugging, and session state. |
Developer Tools / Code Assistant | 89 | → 0 | 31 days ago | Details |
|
#143
→ 0
state-harness
Runtime safety net for LLM agents that detects runaway token growth, classifies failure patterns, and suggests fixes without extra LLM calls. The project includes a Rust core, Python SDK, examples, benchmarks, and benchmark claims across multiple models and runs. |
AI Developer Tool / LLM Agent Monitoring | 89 | → 0 | 84 days ago | Details |
|
#192
↓ -3
Leviath
Leviath is a Rust-based agent runtime for running structured LLM agents from a single file. It emphasizes context regions, stage-specific models and tools, run journaling, live steering, and the ability to run many agents in one process. |
Developer Tools / Code Assistant | 88 | ↓ -3 | 14 days ago | Details |
|
#236
↓ -3
amdb
A single-binary local MCP server that turns a codebase into AI context using AST parsing, call graphs, and local embeddings. It targets privacy-sensitive and air-gapped workflows and can serve indexed code context to editors and MCP clients. |
Developer Tools / Code Intelligence | 88 | ↓ -3 | 40 days ago | Details |
|
#254
↓ -3
Wizard
Wizard is a self-extending autonomous agent shipped as a single Rust binary. It supports local and hosted models, live provider switching, MCP tools, self-modification, a messaging gateway, and built-in benchmarking. |
AI Agents / Autonomous Agents | 88 | ↓ -3 | 55 days ago | Details |
|
#288
↓ -3
SpadeBox
SpadeBox is an open-source sandboxed tools and JavaScript runtime for AI agents, with Rust core plus JavaScript and Python bindings. It provides file, network, and code-execution tools, supports MCP, and includes examples for JavaScript, Rust, and Python. |
Developer Tools / AI Agent Infrastructure | 88 | ↓ -3 | 83 days ago | Details |
|
#297
↓ -3
lowfat
Lowfat is a lightweight CLI tool that filters noisy command output before it reaches an AI agent, with plugins, shell integration, and usage stats for token savings. |
Developer Tools / CLI Tools | 88 | ↓ -3 | 89 days ago | Details |
|
#298
↓ -3
Mnemo
Local-first AI memory layer for LLM apps with persistent knowledge graph storage, entity extraction, semantic retrieval, and API endpoints for ingesting and retrieving context. |
Developer Tools / Code Assistant | 88 | ↓ -3 | 90 days ago | Details |
|
#338
↓ -4
Henka
A multi-tenant MCP server for structured, semantics-aware code refactorings. It supports real refactorings like rename, extract, inline, and organize-imports, with project registration, diff previews, and support for Java, Rust, and TypeScript/JavaScript. |
Developer Tools / AI Coding | 87 | ↓ -4 | 10 days ago | Details |
|
#362
↓ -4
OneCLI
Open-source credential gateway for AI agents that injects service credentials without exposing the real keys to the agent. Includes a vault, access tokens, host/path matching, and local quick-start instructions. |
Security / Secrets Management | 87 | ↓ -4 | 40 days ago | Details |
|
#369
↓ -4
agent-run
A small Linux CLI for running coding agents in a sandboxed environment. The repository shows installation options, TOML-based configuration, supported agents, and troubleshooting notes. |
Developer Tools / AI Agent Infrastructure | 87 | ↓ -4 | 51 days ago | Details |
|
#395
↓ -4
ctx
Open-source, local-first desktop workbench for coding agents. It centralizes tasks, sessions, transcripts, artifacts, diffs, containers, and merge-queue state for agents like Claude Code, Codex, and Cursor. |
Developer Tools / AI Development Environment | 87 | ↓ -4 | 77 days ago | Details |
|
#406
↓ -4
VT Code
Open-source terminal coding agent in Rust with LLM-native code understanding, shell safety, multi-provider support, and automatic failover. |
Developer Tools / Code Assistant | 87 | ↓ -4 | 95 days ago | Details |
|
#408
↓ -4
rotom
A local Rust API gateway that lets tools like Claude Code and OpenAI/Anthropic SDKs talk to OAuth-backed providers through OpenAI- and Anthropic-compatible endpoints. |
Developer Tools / API Gateway | 87 | ↓ -4 | 97 days ago | Details |
|
#410
↓ -4
GridPath
Desktop AI agent for Excel that works on workbook edits with parallel workflows, reversible changes, and local-first file handling. It supports Claude or OpenAI subscriptions, shows proposed edits for review, and preserves workbook structure like formulas, formatting, charts, and named ranges. |
Developer Tools / Code Assistant | 87 | ↓ -4 | 98 days ago | Details |
|
#421
↓ -4
Mistle
Open-source infrastructure for running and automating sandboxed coding agents, with local Docker setup, integrations, snapshots, sessions, and automations. |
Developer Tools / AI Agent Infrastructure | 87 | ↓ -4 | 112 days ago | Details |
|
#423
↓ -4
Veles
A Rust-based hybrid local code search tool for developers and AI agents, with BM25 + semantic retrieval, persistent indexing, tree-sitter symbol search, and MCP/gRPC integrations. |
Developer Tools / Code Search | 87 | ↓ -4 | 113 days ago | Details |