SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 Rust ai-agent Projects
-
cli
Google Workspace CLI — one command-line tool for Drive, Gmail, Calendar, Sheets, Docs, Chat, Admin, and more. Dynamically built from Google Discovery Service. Includes AI agent skills. (by googleworkspace)
Project mention: Fired by Google for Creating the Google Workspace CLI | news.ycombinator.com | 2026-06-23I did a bit of digging and the disclaimer about it not being an officially supported Google project was there from the start. There was briefly a logo that used Google colors but it seems extreme to fire someone over such a small misstep[0]. My guess is either HR didn't tell him the real reason for his firing or he's not telling the whole story.
[0] https://github.com/googleworkspace/cli/blob/1991d536b4a45e60...
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
moltis
A secure persistent personal agent server in Rust. One binary, sandboxed execution, multi-provider LLMs, voice, memory, Telegram, WhatsApp, Discord, Teams, and MCP tools. Secure by design, runs on your hardware.
Project mention: OpenClaw Is a Security Nightmare Dressed Up as a Daydream | news.ycombinator.com | 2026-03-22I'm on my 3rd "claw" variant (currently https://github.com/moltis-org/moltis). I had the same issues you had. Moltis is better (at the moment).
-
-
Project mention: Most AI dev tools assume you have a repo. Ops engineers have a broken node and a 3am page. | dev.to | 2026-06-18
What I'm working on I've been building something along these lines called aish — an AI shell runtime that sits inside your real terminal and focuses on Linux ops troubleshooting. The core loop: you run commands normally. When something fails, you ask the AI. It uses the last command, exit code, output, and node context to help diagnose. It warns before risky operations. It stays out of the way when you don't need it. It's not glamorous work. Most of the problems it deals with are things like systemd unit failures, broken package repos, permission issues, disk pressure, and the eternal "why won't nginx start." The kind of stuff that isn't exciting until it's your problem at 2am. Currently at v0.3.4 (recently rewrote the core from Python to Rust, which is a story for another post involving haunted PTYs). If you spend time debugging Linux boxes and have opinions about what would actually help in that workflow, I'd genuinely like to hear them — either here or on GitHub.
-
bitrouter
The self-improving LLM router that optimize your agentic workflows with every runs, works with any harnesses, any models, any loops.
Project mention: Ask HN: What is your AI harness that lets you switch LLM models easily? | news.ycombinator.com | 2026-07-07I would recommend just connect your whatever you used or built to a LLM gateway & router to use any models without management complexity.
I built BitRouter(https://github.com/bitrouter/bitrouter), open-sourced, 0 markup for all models, free BYOK/subscription, and works with any harnesses out of the box
-
wirken
The switchboard for the agent era. Per-channel isolation, encrypted credential vault, per-session hash-chained audit log. Single static Rust binary.
Project mention: Wirken: Secure AI agent gateway. Encrypted vault. Single static binary | news.ycombinator.com | 2026-05-01 -
Project mention: Show HN: Give your AI agent a brain that understands your codebase | news.ycombinator.com | 2026-05-16
-
Project mention: Gloamy: An open source Claude Cowork alternative | news.ycombinator.com | 2026-04-02
-
Project mention: I Let an AI Agent Supervisor Run Unattended for 19 Days. Here's What the Telemetry Says. | dev.to | 2026-04-16
Batty is supervised agent execution for software teams. It runs agents (Claude Code, Codex, Aider) inside tmux panes, tracks work on a markdown kanban board, gates merges behind a real test run, and surfaces escalations to a human via Discord. The supervisor itself is a Rust daemon. It's open source: github.com/battysh/batty.
-
Project mention: Show HN: A sandboxed execution environment for AI agents via WASM | news.ycombinator.com | 2026-02-08
-
kars
Agent Reference Stack for Kubernetes (kars) - an open source stack from Microsoft for running AI agents safely on Kubernetes. Multi-runtime, Foundry-aware, hardened per-agent sandboxes, governed egress, end-to-end encrypted inter-agent mesh. (by Azure)
Project mention: Kars – treat every AI agent as untrusted code, on Kubernetes | news.ycombinator.com | 2026-07-06 -
bridgerust
High-performance infrastructure libraries built in Rust, with seamless bindings for Python, Node.js, and WebAssembly.
Two weeks ago, I published Embex to PyPI and npm.
-
garudust-agent
🦅 Open-source self-improving AI agent in Rust — persistent memory, skill learning, tool hub, multi-platform bots & production gateway
Garudust Agent
-
Project mention: Show HN: Neuron – Independent Rust crates for building AI agents | news.ycombinator.com | 2026-02-24
-
run.dev
Run.dev is an AI-native local development environment built in Rust. It manages all your services from one TUI dashboard — automatic .local domains with HTTPS, SNI-based reverse proxy, live CPU/memory stats, and Claude Code integration for crash diagnosis and live debugging. One binary. Zero config files.
Project mention: Run.dev – A single Rust binary that replaces MAMP, Nginx for local dev | news.ycombinator.com | 2026-03-16GitHub: https://github.com/danieltamas/run.dev
Written in Rust with tokio, ratatui, and rustls. MIT licensed. macOS and Linux.
Happy to answer any questions about the architecture or design decisions.
=)
-
Project mention: Show HN: Asterbot, AI agent where every capability is a sandboxed WASM component | news.ycombinator.com | 2026-02-10
-
openpista
OpenPistaCrab is a Rust-based, local-first AI agent that unifies QUIC networking, CLI/Telegram channels, tool execution, and persistent SQLite memory.
Project mention: Show HN: Openpista – AI Agent for OS Control via Telegram/CLI in Rust | news.ycombinator.com | 2026-02-28 -
Project mention: Show HN: Residuum – Agentic AI with continuous context | news.ycombinator.com | 2026-03-04
-
alcove
Alcove is an MCP server that gives AI coding agents on-demand access to your private project docs — BM25 + vector hybrid search for precision retrieval, tree-sitter code indexing so agents understand your codebase structure, and policy enforcement for doc consistency.
Project mention: Alcove – Persistent architectural memory for coding agents | news.ycombinator.com | 2026-05-26 -
ryvos
Open-source autonomous AI assistant with 5-tier security, 62 tools, 14 LLM providers. Written in Rust. Single binary.
Project mention: Show HN: Ryvos – Autonomous AI assistant in Rust(15MB RAM,50 tools,16 providers) | news.ycombinator.com | 2026-02-26hit security or performance walls.
GitHub: https://github.com/Ryvos/ryvos
-
sigil
AI Security Posture Management (AI-SPM) for developer machines: scores AI coding agent guard surfaces (Claude Code, Codex, Gemini CLI, Cursor — hooks, permissions, sandboxes) and ships hash-anchored events to your SIEM. (by Ju571nK)
Project mention: "It's not a bug, it's spec": a zero-click RCE in AI coding agents that three vendors won''t patch | dev.to | 2026-06-02That's the layer I've been poking at. I've been building a small open-source thing (Sigil) that watches agent config files like mcp.json and .claude/settings.json, scores the risk, and emits an event to your SIEM — it doesn't block, it just tells you when the permission state changed while your hands were off the keyboard. Across a fleet of machines that shows up as triage-able alerts — the silent change, made visible:
-
NEOTH
Local-first personal AI daemon in Rust — five-tier memory, consent-gated tools, WASM plugin sandbox, multi-provider LLM routing, channels, GUI, signed audit logs, and Babel-Index collapse prediction on its own runtime.
-
aictl
🤖 Native AI agent for your terminal and macOS desktop. Run cloud and local AI models through one secure runtime.
Project mention: Show HN: Aictl – A native AI agent for terminal and macOS, in Rust | news.ycombinator.com | 2026-05-13Source: https://github.com/pwittchen/aictl
Rust ai-agent discussion
Rust ai-agent related posts
-
Codex Deleted Real Files. The Fix? A Flag You Didn't Set.
-
Grok Build Is OSS
-
Ditching Claude for OpenCode and OpenRouter
-
Most AI dev tools assume you have a repo. Ops engineers have a broken node and a 3am page.
-
Google Docs + AI Coding Assistants: A Frustrating Gap (and How it has been fixed)
-
Show HN: An Agent First Slack CLI
-
Show HN: Agent-First Slack CLI
-
A note from our sponsor - SaaSHub
www.saashub.com | 20 Jul 2026
Index
What are some of the best open-source ai-agent projects in Rust? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | cli | 29,788 |
| 2 | moltis | 2,771 |
| 3 | spider | 2,608 |
| 4 | aish | 531 |
| 5 | bitrouter | 206 |
| 6 | wirken | 118 |
| 7 | bitloops | 112 |
| 8 | gloamy | 63 |
| 9 | batty | 47 |
| 10 | agent-sandbox | 31 |
| 11 | kars | 29 |
| 12 | bridgerust | 28 |
| 13 | garudust-agent | 18 |
| 14 | skelegent | 10 |
| 15 | run.dev | 9 |
| 16 | asterbot | 9 |
| 17 | openpista | 8 |
| 18 | residuum | 8 |
| 19 | alcove | 7 |
| 20 | ryvos | 7 |
| 21 | sigil | 6 |
| 22 | NEOTH | 5 |
| 23 | aictl | 5 |