Go Go

Open-source Go projects categorized as Go

Top 23 Go Go Projects

  1. go-formatter

    A curated list of awesome Go frameworks, libraries and software

    Project mention: I built a CLI that eliminates README reading forever | dev.to | 2026-05-21

    Mentioned in Awesome Go

  2. SaaSHub

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

    SaaSHub logo
  3. ollama

    Get up and running with Kimi-K2.6, GLM-5.1, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.

    Project mention: Flat Chat Threads Suck for Reading Books. So I Built a Local-First AI Tree Companion. | dev.to | 2026-06-08

    Fully offline: Point it at Ollama or LM Studio. Zero cost, nothing leaves your network.

  4. go

    The Go programming language

    Project mention: Building Kafka Producer-Consumer Using Go and Docker | dev.to | 2026-06-08

    Go is an open-source, statically typed, compiled language designed at Google for simplicity, reliability, and efficiency. It ships with a rich standard library, first-class concurrency primitives (goroutines and channels), and produces single, statically-linked binaries — making it an excellent fit for microservices and containerised workloads.

  5. kubernetes

    Production-Grade Container Scheduling and Management

    Project mention: Scarab Diagnostic Suite Field Test #013: Kubernetes Watch Cache Critical-Section Boundary | dev.to | 2026-06-06
  6. frp

    A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.

    Project mention: Best Ngrok Alternatives in 2025 | dev.to | 2025-08-29

    frp is an advanced, feature-rich reverse proxy that supports a variety of protocols and can be self-hosted.

  7. Gin

    Gin is a high-performance HTTP web framework written in Go. It provides a Martini-like API but with significantly better performance—up to 40 times faster—thanks to httprouter. Gin is designed for building REST APIs, web applications, and microservices.

    Project mention: Go vs Rust: the only backend language debate that actually matters in 2026 | dev.to | 2026-05-14

    The broader ecosystem is settled too. Gin and Chi for HTTP routing, sqlc for type-safe queries, Wire for dependency injection if that’s your thing. The compiler errors are readable. Onboarding a new engineer onto a Go codebase takes days, not weeks.

  8. Hugo

    The world’s fastest framework for building websites.

    Project mention: My first 8 months with AI | dev.to | 2026-06-03
  9. syncthing

    Open Source Continuous File Synchronization

    Project mention: Writerdeck con Debian tty: convertir un laptop viejo en máquina de escribir | dev.to | 2026-05-23
  10. fzf

    :cherry_blossom: A command-line fuzzy finder

    Project mention: Terminal Superpowers You Should Be Using in 2026 | dev.to | 2026-05-19

    Please please stop spamming up arrow to find that command you ran. Instead you can make this so much simpler with fzf.

  11. Caddy

    Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS

    Project mention: I got tired of setting up SSL for every side project, so I made a 60-second Docker deploy kit | dev.to | 2026-05-19

    The secret is Caddy. Unlike Nginx, Caddy handles SSL automatically — it requests certificates from Let's Encrypt and renews them without any configuration. The entire reverse proxy config is 3 lines:

  12. Moby

    The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems

    Project mention: Running FreeIPA on Ubuntu Using Podman | dev.to | 2026-05-16

    There were many attempts to fix this issue by changing cgroup isolation settings using flags like --cgroupns=host etc ,but nothing worked. Similar outcomes were also obtained by other attempts like these. https://github.com/moby/moby/issues/16238

  13. traefik

    The Cloud Native Application Proxy

    Project mention: EKS vs k3s on AWS for startups: cost, complexity, and when to choose each | dev.to | 2026-04-26

    k3s: You run the control plane on an EC2 instance. It starts in under a minute, ships with Traefik and a working storage class, and upgrades when you decide. Nothing AWS-specific unless you want it.

  14. memos

    Open-source, self-hosted note-taking tool built for quick capture. Markdown-native, lightweight, and fully yours.

    Project mention: Announcing ObjeX | We Built Our Own S3 | dev.to | 2026-04-22

    ObjeX currently serves as the S3 backend for our Outline and Memos instances. Both use presigned URLs and server-side uploads through the standard AWS SDKs, no special configuration needed.

  15. rclone

    "rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Azure Blob, Azure Files, Yandex Files

    Project mention: Dropbox CEO Drew Houston to step down | news.ycombinator.com | 2026-05-26

    While there isn't a proper Linux client, if you find yourself on a Linux box and need to sync to or from iCloud, rclone[1] works great. Just putting this out there in the hope that it might help someone. It's also (ironically given TFA) what I used to sync all my files off dropbox when I cancelled my subscription because of their misuse of root to re-add their thing to special permissions on macOs after I had removed it.[2]

    [1] https://rclone.org/

    [2] https://news.ycombinator.com/item?id=12463338 not trying to reopen a flame war, but for me personally, that was one of those things where a company doesn't get to do to me twice. As soon as it happened, I copied my files off and cancelled. In fact I'm there somewhere in the comments on that article saying I was going to be cancelling and I immediately did.

  16. Gitea

    Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD

    Project mention: Gitea is 10 years old, but official repo is still hosted on GitHub | news.ycombinator.com | 2026-06-02
  17. etcd

    Distributed reliable key-value store for the most critical data of a distributed system

    Project mention: Global Distributed Consensus: The Missing Piece in Kubernetes | dev.to | 2026-05-04

    Kubernetes runs on etcd, which uses the Raft consensus algorithm. It's a proven model for what it was designed to do: keep a single cluster's state perfectly consistent. When you create a deployment or a pod dies, every node in the cluster agrees on the new state of the world almost instantly.

  18. go-ethereum

    Go implementation of the Ethereum protocol

    Project mention: Fintech on Go: Signing, event loops, and replay protection without an SDK (Part 2) | dev.to | 2026-05-02

    go-ethereum: official Go implementation of the Ethereum protocol. Source of TokenContract, types.SignTx, and signer types used in code snippets.

  19. Gogs

    The painless way to host your own Git service

    Project mention: GitLab Announces Workforce Reduction and End of Their Credit Values | news.ycombinator.com | 2026-05-11

    What would you suggest as an alternative? Gitlab really sucks in my personal opinion, but what are your experiences with:

    Gogs https://gogs.io/ (this IS gitea btw)

    Forgejo https://forgejo.org/

    Self hosted or cloud hosted. Also excluding Github because, please just fracking don't.

  20. nvm for Windows

    A node.js version management utility for Windows. Ironically written in Go.

    Project mention: Full-Stack E-Commerce App - Part 1: Project setup | dev.to | 2026-04-02

    Download nvm-windows from https://github.com/coreybutler/nvm-windows/releases (get nvm-setup.exe). Install it, then open a new terminal:

  21. cobra

    A Commander for modern Go CLI interactions

    Project mention: Show HN: Convert Go to Rust | news.ycombinator.com | 2026-01-14

    and it gives you a Rust dependency.

    > $ rinku lookup https://github.com/spf13/cobra

  22. bubbletea

    A powerful little TUI framework 🏗

    Project mention: I scoped a multi-agent TUI system in January. It sat dead for 4 months. Here is the comeback. | dev.to | 2026-06-08

    git clone https://github.com/in5devilinspace/tui-master-agent cd tui-master-agent uv pip install -e ".[dev]" # or pip export ANTHROPIC_API_KEY=sk-... python tui_master.py https://github.com/charmbracelet/bubbletea

  23. tidb

    TiDB is built for agentic workloads that grow unpredictably, with ACID guarantees and native support for transactions, analytics, and vector search. No data silos. No noisy neighbors. No infrastructure ceiling.

    Project mention: Go vet can't go: How PVS-Studio analyzes Go projects | dev.to | 2026-02-11

    A similar issue was also found in Tidb:

  24. Fiber

    ⚡️ Express inspired web framework written in Go

    Project mention: Fiber – An Express-inspired web framework written in Go | news.ycombinator.com | 2026-02-06
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 Go discussion

Log in or Post with

Go Go related posts

Index

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

# Project Stars
1 go-formatter 174,706
2 ollama 173,220
3 go 134,421
4 kubernetes 122,816
5 frp 107,127
6 Gin 88,613
7 Hugo 88,393
8 syncthing 85,053
9 fzf 80,920
10 Caddy 73,224
11 Moby 71,622
12 traefik 63,619
13 memos 60,389
14 rclone 57,570
15 Gitea 56,116
16 etcd 51,775
17 go-ethereum 51,093
18 Gogs 47,587
19 nvm for Windows 46,688
20 cobra 44,062
21 bubbletea 42,853
22 tidb 40,138
23 Fiber 39,815

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?