Go claude-code

Open-source Go projects categorized as claude-code

Top 23 Go claude-code Projects

claude-code
  1. CLIProxyAPI

    Wrap Gemini CLI, Antigravity, ChatGPT Codex, Claude Code, Grok Build as an OpenAI/Gemini/Claude/Codex compatible API service, allowing you to enjoy the free Gemini 3.1 Pro, GPT 5.5, Grok 4.3, Claude model through API

    Project mention: Running AI Coding Agents for Free: The Open Source & Local Setup Guide (2026) | dev.to | 2026-04-15

    # CLIProxyAPI wraps Gemini CLI as an OpenAI-compatible endpoint git clone https://github.com/router-for-me/CLIProxyAPI cd CLIProxyAPI && pip install -r requirements.txt python proxy.py # Starts an OpenAI-compatible server # Now point Aider at it export OPENAI_API_BASE=http://localhost:8080/v1 export OPENAI_API_KEY=dummy aider --model gemini-2.5-pro # Free Gemini 2.5 Pro through Aider's interface

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. beads

    Beads - A memory upgrade for your coding agent

    Project mention: Linear and Beads: How to Prevent Your AI from Getting Alzheimer's | dev.to | 2026-04-30

    This is where Beads comes in, created by Steve Yegge (the same guy behind those famous Google and Amazon rants).

  4. claude-squad

    Manage multiple AI terminal agents like Claude Code, Codex, OpenCode, and Amp.

    Project mention: Top 17 Claude Code OSS Tools! Complete Guide to GitHub Open Source Dev Environments | dev.to | 2025-12-29

    3. Claude Squad ★5.4k

  5. agent-deck

    Terminal session manager for AI coding agents. One TUI for Claude, Gemini, OpenCode, Codex, and more.

    Project mention: AI Coding Agents Need a Team Runtime, Not Just More tmux | dev.to | 2026-05-30

    For solo development there are already plenty of good tools: Agent Deck, AoE, Vibe Kanban, CCManager, and others. Most of them support different agents. Agent Deck and AoE can run sessions in Docker. Agent Deck can work with your own sessions on other remote servers.

  6. octopus

    One Hub All LLMs For You | 为个人打造的 LLM API 聚合网关 (by bestruirui)

  7. cc-skills-golang

    🧑‍🎨 A collection of Golang agentic skills that works

    Project mention: How I Cut My AI Usage by 60% and Got Better Code | dev.to | 2026-05-14

    samber/cc-skills-golang: A comprehensive Golang skill set covering idiomatic patterns, security, testing, and project structure. Supports company-level overrides so you can layer your team's conventions on top of community defaults.

  8. haft

    Engineering decisions engine that know when they're stale. Frame, compare, decide — with evidence decay and parity enforcement. For Claude Code, Cursor, Gemini CLI, Codex and more.

    Project mention: Structured reasoning for AI coding tools – Quint Code | news.ycombinator.com | 2025-12-18
  9. getspecstory

    Install our local first extensions for your favorite AI IDE or Terminal Agent. Process your histories into reusable skills with Lore. Sync your conversations to the cloud. File issues and requests.

    Project mention: Built tny.dev: API & MCP first link shortener for devs who hate SaaS bloat | dev.to | 2025-07-25

    About I'm Greg, co-founder at SpecStory. We're building tools for the agent first tooling era to help you context engineer from your chat history.

  10. sidecar

    Use sidecar next to CLI agents for diffs, file trees, conversation history, and task management with td (by marcus)

    Project mention: Sidecar – your AI-accelerated development workflow in one shell [video] | news.ycombinator.com | 2026-02-08
  11. leash

    Leash by StrongDM - take your AI agents for a walk

    Project mention: macOS's Little-Known Command-Line Sandboxing Tool | news.ycombinator.com | 2026-02-21
  12. chief

    Build big projects with Claude. Chief breaks your work into tasks and runs Claude Code in a loop until they're done. (by MiniCodeMonkey)

    Project mention: Ask HN: What Are You Working On? (March 2026) | news.ycombinator.com | 2026-03-08

    I'm working on Chief [1], a CLI that autonomously works through a PRD using AI coding agents like Claude Code.

    You write user stories, start it up, and it loops through them one at a time. Fresh context per story, progress tracked in markdown between iterations. One clean commit per completed story. Has a TUI for watching it work and supports running multiple PRDs in parallel via git worktrees.

    Built it because a lot of the "autonomous coding" tooling out there felt overly complex and opaque. Chief is intentionally lightweight and transparent. Everything is just markdown files and git. No magic.

    [1] https://github.com/MiniCodeMonkey/chief

  13. revdiff

    TUI for reviewing diffs, files, and documents with inline annotations

    Project mention: Show HN: Codiff, a local diff review tool | news.ycombinator.com | 2026-05-16
  14. wuphf

    Slack for AI employees with a shared brain. Get Claudes, Codexes and OpenClaws to collaborate and do your work autonomously while never losing context.

    Project mention: Show HN: AI agents who prevent context drift through gossip | news.ycombinator.com | 2026-05-11
  15. oc-go-cc

    Use your OpenCode Go subscription with Claude Code.

    Project mention: Oc-go-cc – Open-source proxy that lets Claude Code use OSS models | news.ycombinator.com | 2026-05-08
  16. graymatter

    Three lines of code to give your AI agents persistent memory. Reduce 90% token consumption while also maintaining quality.

    Project mention: Show HN: Llmwiki – Markdown project wikis your AI coding assistant can read | news.ycombinator.com | 2026-04-22

    Memory is handled by graymatter (https://github.com/angelnicolasc/graymatter), which stores per-project and per-customer facts with semantic search over Ollama, OpenAI, or Anthropic embeddings, plus a keyword fallback and 30-day half-life decay.

  17. ai-observer

    Unified local observability for AI coding assistants

    Project mention: Building a Sovereign AI Stack: From Zero to POC | dev.to | 2026-02-15

    Observability: AI Observer (running in Docker). You can't manage what you can't measure. This tool captures traces and metrics of our AI interactions.

  18. kelos

    Kelos - The Kubernetes-native framework for orchestrating autonomous AI coding agents.

    Project mention: Kelos: Orchestrating Autonomous AI Coding Agents on Kubernetes | dev.to | 2026-03-15

    Kelos on GitHub

  19. lumen

    Save 30% token costs when using Claude Code, Codex, OpenCode for free - with open source, local semantic search. Works for small and large codebases and monorepos! Enterprise-ready and fully compliant via Ollama and SQLite-vec. (by ory)

    Project mention: Show HN: ctx – an Agentic Development Environment (ADE) | news.ycombinator.com | 2026-04-03

    Does this solve indexing of codebases like Cursor does, or do you still need tools / plugins like Lumen (https://github.com/ory/lumen) for that in order to work in larger codebases without wasting tens of thousands of tokens on tool calls and brute force guessing with grep?

  20. lazyagent

    Monitor all your coding agents from one terminal - Claude Code, Cursor, OpenCode, pi and more

    Project mention: Show HN: Lazyagent – One terminal UI for all your coding agents | news.ycombinator.com | 2026-03-12

    https://github.com/illegalstudio/lazyagent

    I’ll be in the thread to answer questions and collect feedback (especially critical ones).

  21. autospec

    CLI for streamlined spec-driven development

    Project mention: Autospec: Spec-Driven Development for AI Coding Agents | dev.to | 2026-05-14

    Docs: https://ariel-frischer.github.io/autospec/

  22. flow

    Turn isolated Claude sessions into a continuous working relationship (by Facets-cloud)

    Project mention: Ask HN: What Are You Working On? (May 2026) | news.ycombinator.com | 2026-05-10
  23. mainline

    Git-native memory for coding agents. Repo memory before the diff. (by mainline-org)

    Project mention: Show HN: I build a tool to encourage before reviewing code, review intents | news.ycombinator.com | 2026-05-23
  24. sourcerer-mcp

    MCP for semantic code search & navigation that reduces token waste

    Project mention: Show HN: Sourcerer – MCP for semantic code search that reduces token waste | news.ycombinator.com | 2025-08-30
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Go claude-code discussion

Log in or Post with

Go claude-code related posts

  • Omnigent: A Meta-Harness to Combine, Control and Share Your Agents

    1 project | news.ycombinator.com | 14 Jun 2026
  • Show HN: Claumon – forecasting Claude Code usage limits with a Gamma process

    1 project | news.ycombinator.com | 11 Jun 2026
  • We scanned 17,000 Claude Code skills. 39% run shell commands - only 4% say so up front.

    1 project | dev.to | 10 Jun 2026
  • Ask HN: Heavy coding-agent users what's your context plumbing? Where it fails?

    1 project | news.ycombinator.com | 9 Jun 2026
  • cerbos VS onequery - a user suggested alternative

    2 projects | 1 Jun 2026
  • trivy VS onequery - a user suggested alternative

    2 projects | 1 Jun 2026
  • Show HN: Continue? Y/N: A 60-second game about AI agent permission fatigue

    6 projects | news.ycombinator.com | 28 May 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 15 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source claude-code projects in Go? This list will help you:

# Project Stars
1 CLIProxyAPI 37,354
2 beads 24,462
3 claude-squad 7,791
4 agent-deck 2,682
5 octopus 2,226
6 cc-skills-golang 2,062
7 haft 1,338
8 getspecstory 1,234
9 sidecar 1,025
10 leash 569
11 chief 463
12 revdiff 447
13 wuphf 375
14 oc-go-cc 299
15 graymatter 257
16 ai-observer 227
17 kelos 217
18 lumen 209
19 lazyagent 165
20 autospec 136
21 flow 121
22 mainline 116
23 sourcerer-mcp 115

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Go is
the 4th most popular programming language
based on number of references?