SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 Go ai-agent Projects
-
DeepSeek-Reasonix
DeepSeek-native AI coding agent for your terminal. Engineered around prefix-cache stability — leave it running.
Project mention: DeepSeek open-sources inference optimizations with 60–85% faster generation [pdf] | news.ycombinator.com | 2026-06-27Have you tried reasonix?
https://github.com/esengine/deepseek-reasonix
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
goclaw
GoClaw - GoClaw is OpenClaw rebuilt in Go — with multi-tenant isolation, 5-layer security, and native concurrency. Deploy AI agent teams at scale without compromising on safety.
Project mention: 🔮 Hermes Agent 🤖: The Self-Improving Agent Framework — and How It Compares to OpenClaw & GoClaw 📊 | dev.to | 2026-05-18⚔️ How it compares with two adjacent open-source projects: OpenClaw and GoClaw — when to pick which
-
paca
AI-native, free, open-source alternative to Jira, Trello, ClickUp & Monday. Built for Scrum teams where humans and AI agents collaborate as equals — on the same board, the same sprints, the same goals. Self-hosted. Fully customizable via config and plugins.
Project mention: Paca v0.9.0: Automation Workflows – let Paca hand off tasks for you | news.ycombinator.com | 2026-07-11 -
-
sandboxd
Open-source, self-hosted AI app builder — an agent builds real apps in isolated sandboxes on your own server, each live at a preview URL. Self-host in one command. MIT.
Project mention: Show HN: Sandboxd – Self-Hosted app Builder (agents, sandbox, preview url) | news.ycombinator.com | 2026-07-17 -
-
clanker
autonomous systems engineering cli agent for any cloud environment: AWS, GCP, Cloudflare, etc
Project mention: Show HN: Clanker Cloud – deploy reliably and fix your infra | news.ycombinator.com | 2026-04-01 -
-
contrabass
🎸 A project-level orchestrator for AI coding agents — Go & Charm stack implementation of OpenAI's Symphony
Project mention: Show HN: Contrabass – Go and Charm Stack Implementation of OpenAI's Symphony | news.ycombinator.com | 2026-03-06 -
Project mention: Benchmarking AI Gateways: GoModel vs. LiteLLM vs. Portkey vs. Bifrost | news.ycombinator.com | 2026-06-26
There seems to be movement within the Python/TypeScript ecosystem to replace implementations with Rust and continue distribution within said ecosystem.
I'm also looking to try out GoModel this weekend, met the creator in the OpenCode discord this last week. Looking to pair that with https://github.com/kubeopencode/kubeopencode
-
go-agent
A Go library for building performant, type-safe AI agents that execute structured reasoning workflows. (by vitalii-honchar)
-
openLight
Lightweight AI agent runtime for homelabs, built around deterministic skills and local LLMs.
Project mention: Heavy AI agent frameworks were too slow for my Raspberry Pi. So I built a different one | dev.to | 2026-03-14github repo
-
qovery-migration-ai-agent
Qovery Migration AI Agent to Automate and Ease the Migration From Cloud Providers with Qovery
-
statelessagent
Your AI forgets everything between sessions. SAME fixes that. Local-first, no API keys, single binary.
Project mention: Show HN: ClawMem – Open-source agent memory with SOTA local GPU retrieval | news.ycombinator.com | 2026-03-21 -
A few months ago I built nevinho, a personal AI agent I run on my own machine. Bash, file edits, web search, voice input, the works. It taught me a lot, but the whole thing was hardcoded around my own use case. Anyone who wanted something similar had to fork it and rip it apart.
-
Project mention: ToolTrust Scanner – detect backdoored MCP packages (litellm 1.82.8) | news.ycombinator.com | 2026-03-24
-
Project mention: Show HN: Keen Code – a minimal Go coding agent built by AI agents | news.ycombinator.com | 2026-06-03
-
evidra
DevOps MCP server, Flight recorder for AI infrastructure agents. The prescribe/report protocol captures intent before execution and outcome after — in a signed, tamper-evident evidence chain. Detects behavioral patterns. Computes reliability scorecards.
Project mention: Show HN: Evidra – a fail-closed MCP guardrail for AI infrastructure ops | news.ycombinator.com | 2026-03-03I asked an AI agent to delete an unused folder. It pattern-matched too broadly and removed more than intended. I clicked "yes" too fast. Luckily I had a backup.
That was just files. Now imagine the same mismatch with `kubectl delete` or `terraform apply`.
So I built Evidra — an MCP server that evaluates infrastructure operations against OPA policies before execution. No LLM in the decision loop — just deterministic Rego rules.
What it catches: protected namespace deletions, mass resource removal, public S3 buckets, wildcard IAM, and similar high-impact mistakes.
What it's not: a full compliance engine or admission controller replacement. It's a lightweight pre-execution guardrail — works with AI agents, but also in CI pipelines against Terraform plans.
Every allow/deny decision is logged in a SHA-256 hash-chained evidence trail.
GitHub: https://github.com/vitas/evidra
-
SentinelMCP
The Open-Source MCP Firewall & Security Gateway for AI Agents. Inspect, redact, and control tool calls. Proxy mode (universal) and Inline SDK mode (Go).
Project mention: SentinelMCP – An open-source firewall for AI agents that use MCP | news.ycombinator.com | 2026-06-12 -
Flowork_Agent
Self-hosted AI agents that learn from their own past and guard their own code. Per-agent isolated brain (memory, dream, immune), multi-agent orchestration, Telegram + MCP, live security radar. Single Go binary, local-first.
git clone https://github.com/flowork-os/Flowork_Agent.git cd Flowork_Agent ./start.sh
-
-
agent-asearch
Multi-source search CLI for LLM agents — web, HN, Reddit, GitHub, Tavily, Exa, Brave, Jina, YouTube, Twitter. Go single binary. Session-based workflow with JSON contract.
Project mention: Agent-asearch – Go CLI, 18 sources, session-based search for AI agents | news.ycombinator.com | 2026-06-06 -
Project mention: Grep is All You Need – Replace your RAG pipeline with 100 lines of bash | news.ycombinator.com | 2026-04-06
```
No pip install. No docker. No API keys. No database.
Full paper (with comparison tables, architecture details, and honest limitations): https://localkin.dev/papers/grep-is-all-you-need
Code: https://github.com/LocalKinAI/grep-is-all-you-need
---
We're the LocalKin team. We build self-evolving AI agent swarms. The 75-agent system runs autonomously — it audits itself, fixes its own bugs, discovers research papers on arXiv, and integrates them. 61 improvement cycles so far, zero human intervention. More at https://localkin.dev
Go ai-agent discussion
Go ai-agent related posts
-
Paca v0.9.0: Automation Workflows – let Paca hand off tasks for you
-
Toolchain friction in development
-
Show HN: Continue? Y/N: A 60-second game about AI agent permission fatigue
-
What I learned building an AI agent loop in Go
-
When GitHub Actions Goes Silent: The Pending-Forever Bug I Hit Shipping My MCP Server to npm
-
🦊GoClaw Deep Dive 🤖 — A Builder's Guide to a Multi-Tenant AI Agent Platform 📘
-
Auto-updating Kubernetes workloads: an annotation-driven rollout, with circuit breaker
-
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 Go? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | DeepSeek-Reasonix | 27,081 |
| 2 | goclaw | 3,446 |
| 3 | paca | 1,617 |
| 4 | zero | 1,089 |
| 5 | sandboxd | 810 |
| 6 | dockershrink | 417 |
| 7 | clanker | 372 |
| 8 | opsy | 207 |
| 9 | contrabass | 201 |
| 10 | kubeopencode | 103 |
| 11 | go-agent | 81 |
| 12 | openLight | 34 |
| 13 | qovery-migration-ai-agent | 25 |
| 14 | statelessagent | 20 |
| 15 | nevinho | 18 |
| 16 | tooltrust-scanner | 17 |
| 17 | keen-code | 17 |
| 18 | evidra | 13 |
| 19 | SentinelMCP | 11 |
| 20 | Flowork_Agent | 9 |
| 21 | poseidon | 8 |
| 22 | agent-asearch | 8 |
| 23 | kinclaw | 8 |