AgentDish directory
Rust
Accepted listings with this tag.
| Listing | Category | Score | Trend | Checked | |
|---|---|---|---|---|---|
|
#13
↑ +70
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 | ↑ +70 | 72 days ago | Details |
|
#20
↓ -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 | 12 days ago | Details |
|
#38
↓ -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 | 56 days ago | Details |
|
#71
→ 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 | 37 days ago | Details |
|
#103
↓ -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 | 8 days ago | Details |
|
#137
↓ -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 | 36 days ago | Details |
|
#146
↓ -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 | 42 days ago | Details |
|
#147
↓ -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 | 43 days ago | Details |
|
#184
↓ -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 | 4 days ago | Details |
|
#210
↓ -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 | 30 days ago | Details |
|
#221
↓ -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 | 48 days ago | Details |
|
#223
↓ -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 | 50 days ago | Details |
|
#225
↓ -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 | 51 days ago | Details |
|
#236
↓ -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 | 65 days ago | Details |
|
#238
↓ -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 | 66 days ago | Details |
|
#241
↓ -3
Patchwork
Patchwork is a Rust CLI for AST-native code refactoring without LLMs. It can find, replace, delete, and insert code by structure instead of regex, with support for Java, Python, JavaScript, TypeScript, and TSX. |
Developer Tools / Code Refactoring | 87 | ↓ -3 | 72 days ago | Details |
|
#293
↑ +2
mcp-pg-rust
Rust-based PostgreSQL MCP server with 135 tools for Claude Desktop and other MCP-compatible AI tools. Supports stdio, TCP, and HTTP/2 transports, plus quick-start install and setup instructions. |
Developer Tools / AI / MCP Servers | 86 | ↑ +2 | 27 days ago | Details |
|
#298
↑ +2
ctx
ctx is a local-first desktop workbench for coding agents, now open source under GPL-3.0. The page explains that it runs agents in a desktop environment with worktrees, transcripts, artifacts, diff review, container boundaries, and a local merge queue. |
Developer Tools / Code Assistant | 86 | ↑ +2 | 30 days ago | Details |
|
#303
↑ +2
Equiv
A Rust-based checker that compares a changed function against its prior version on deterministically generated inputs and reports counterexamples when behavior changes. It includes a PR gate via GitHub Actions, CLI usage, signed receipts, and docs for release/signing. |
Developer Tools / AI Code Review / Testing | 86 | ↑ +2 | 34 days ago | Details |
|
#322
↑ +2
mind-expander
An open-source infinite-canvas workspace for coding with AI agents. It turns a codebase into a source-backed visual map for architecture review, refactors, PR walkthroughs, and guided code exploration. |
Developer Tools / AI Coding Tools | 86 | ↑ +2 | 51 days ago | Details |
|
#331
↑ +2
Darc
Darc is a CLI tool for coding agents that indexes prior agent sessions for grep-like memory search and lets teams share encrypted session indexes through Git-backed branches. |
Developer Tools / AI Agent Tools | 86 | ↑ +2 | 57 days ago | Details |
|
#335
↑ +2
mdviewer
A native macOS Markdown viewer that renders GitHub-flavored and Obsidian-style Markdown in a lightweight app with CLI, drag-and-drop, file association, math, Mermaid diagrams, and frontmatter support. |
Developer Tools / Desktop App | 86 | ↑ +2 | 58 days ago | Details |
|
#355
↑ +232
Fabrica
Fabrica is a Rust-based terminal coding agent with a full TUI, multi-provider model support, and built-in file and shell tools for autonomous coding tasks. It also supports ACP server mode for programmatic control by compatible clients. |
Developer Tools / AI Coding Agents | 86 | ↑ +232 | 72 days ago | Details |
|
#382
↓ -3
axiom
Bootable Rust no_std kernel built as an inference substrate for LLMs, with tensor-native memory allocation, layer-boundary scheduling, and streaming-focused runtime primitives. |
Developer Tools / AI Infrastructure | 85 | ↓ -3 | 15 days ago | Details |