Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Stacks
  3. Go
G

Go

Language
996 projects9176.5k total stars982.5k total forks16 languages

Open-source projects built with Go

There are currently 996 open-source projects built with Go, with a combined total of 9176.5k GitHub stars. The most common language among these projects is Go.

Showing 996 open-source projects · page 8 of 28

……
Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
lego
legogo-acme/lego

A Let's Encrypt/ACME client and library written in Go for automatic certificate management.

9.5k1.1kGo
14 hours ago
bbolt
bboltetcd-io/bbolt

An embedded key/value database for Go, offering a simple, fast, and reliable storage solution without a full database server.

9.5k732Go
2 days ago
GoLearn
GoLearnsjwhitworth/golearn

A batteries-included machine learning library for Go with a scikit-learn inspired interface.

9.4k1.2kGo
2 years ago
Flannel
Flannelflannel-io/flannel

A simple layer 3 network fabric designed for Kubernetes that provides each pod with a unique, routable IP address.

9.4k2.9kGo
1 day ago
CFSSL
CFSSLcloudflare/cfssl

A PKI/TLS toolkit for signing, verifying, and bundling TLS certificates, available as a CLI tool and HTTP API server.

9.4k1.1kGo
1 day ago
gobot
gobothybridgroup/gobot

A Go framework for robotics, drones, and IoT that simplifies controlling multiple hardware devices.

9.4k1.1kGo
3 months ago
sonic
sonicbytedance/sonic

A blazingly fast JSON serializing & deserializing library for Go, accelerated by JIT and SIMD.

9.4k443Go
23 days ago
Pgweb
Pgwebsosedoff/pgweb

A simple, cross-platform web-based PostgreSQL database explorer written in Go, distributed as a single binary.

9.3k837Go
17 days ago
Cadence (.2k)
Cadence (.2k)uber/cadence

A distributed, scalable, and highly available orchestration engine for executing asynchronous long-running business logic.

9.3k895Go
13 hours ago
Reviewdog
Reviewdoghaya14busa/reviewdog

Automated code review tool that integrates with any linter and posts results as comments on pull requests.

9.2k486Go
10 hours ago
Mailpit
Mailpitaxllent/mailpit

A lightweight, multi-platform email and SMTP testing tool with a web UI and API for developers.

9.2k281Go
9 days ago
lf
lfgokcehan/lf

A fast, cross-platform terminal file manager written in Go, inspired by ranger.

9.2k367Go
1 day ago
langchaingo
langchaingotmc/langchaingo

The Go implementation of LangChain, enabling developers to build LLM-powered applications through composable components.

9.1k1.1kGo
3 months ago
go-sqlite3
go-sqlite3mattn/go-sqlite3

A SQLite3 driver for Go that conforms to the built-in database/sql interface.

9.1k1.2kC
11 days ago
Sealed Secrets
Sealed Secretsbitnami-labs/sealed-secrets

A Kubernetes controller and tool for encrypting Secrets into SealedSecrets that can be safely stored in Git.

9.1k769Go
2 days ago
jwt-go
jwt-gogolang-jwt/jwt

A Go implementation of JSON Web Tokens (JWT) for signing, verifying, parsing, and generating tokens.

9.0k425Go
10 days ago
raft
rafthashicorp/raft

A Go library implementing the Raft consensus protocol for managing replicated state machines in distributed systems.

9.0k1.1kGo
18 hours ago
Ginkgo
Ginkgoonsi/ginkgo

A mature testing framework for Go that helps developers write expressive, behavior-driven specifications.

9.0k697Go
15 days ago
aws-vault
aws-vault99designs/aws-vault

A tool for securely storing AWS credentials in your OS keystore and generating temporary credentials for development.

9.0k834Go
3 months ago
immudb
immudbcodenotary/immudb

An immutable database with built-in cryptographic proof and verification, supporting SQL, Key-Value, and Document models.

9.0k362Go
23 hours ago
hanko
hankoteamhanko/hanko

An open-source authentication and user management solution with passkeys, MFA, OAuth SSO, and SAML support.

8.9k1.0kGo
2 days ago
app
appmurlokswarm/app

A Go package for building progressive web apps with WebAssembly using a declarative syntax.

8.9k402Go
2 months ago
fission
fissionfission/fission

A Kubernetes-native serverless framework for deploying fast, scalable functions with minimal cold-start latency.

8.9k788Go
2 days ago
go-cache
go-cachepmylund/go-cache

An in-memory key-value store/cache library for Go, similar to Memcached, designed for single-machine applications.

8.8k905Go
2 years ago
syft
syftanchore/syft

A CLI tool and Go library for generating Software Bill of Materials (SBOM) from container images and filesystems.

8.8k840Go
14 hours ago
Syft
Syftanchore/syft

A CLI tool and Go library for generating Software Bill of Materials (SBOM) from container images and filesystems.

8.8k840Go
14 hours ago
go-blueprint
go-blueprintMelkeydev/go-blueprint

A CLI tool to quickly scaffold Go projects with popular frameworks, database drivers, and advanced features.

8.8k483Go
7 months ago
Golang Security Checker
Golang Security Checkersecurego/gosec

A static analysis tool that scans Go source code for security vulnerabilities by analyzing the AST and SSA representations.

8.8k690Go
10 hours ago
Rocket
Rocketcoreos/rkt

A pod-native container engine for Linux designed to be secure, composable, and standards-based.

8.8k876Go
6 years ago
App Container basics
App Container basicscoreos/rkt

A pod-native container engine for Linux designed to be secure, composable, and standards-based.

8.8k876Go
6 years ago
buildah
buildahcontainers/buildah

A command-line tool for building Open Container Initiative (OCI) container images without requiring root privileges or Dockerfiles.

8.8k894Go
12 hours ago
buildah
buildahprojectatomic/buildah

A command-line tool for building Open Container Initiative (OCI) container images without requiring a daemon or root privileges.

8.8k894Go
12 hours ago
gorush
gorushappleboy/gorush

A push notification micro server written in Go, supporting iOS (APNS), Android (FCM), and Huawei (HMS) platforms.

8.7k886Go
10 days ago
sh
shmvdan/sh

A Go library and toolset for parsing, formatting, and interpreting POSIX Shell, Bash, and Zsh scripts.

8.7k395Go
16 days ago
dns
dnsmiekg/dns

A complete, fast, and lean DNS library for Go, supporting all Resource Records, DNSSEC, and both client and server programming.

8.7k1.2kGo
23 days ago
Benthos
BenthosJeffail/benthos

A high-performance, resilient stream processor that connects various sources and sinks, performs data transformations, and guarantees at-least-once delivery.

8.6k937Go
17 hours ago
1
7
8
9
28