Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Stacks
  3. Go
G

Go

Language
3050 projects10069.6k total stars1100.0k total forks27 languages

Open-source projects built with Go

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

Showing 3,050 open-source projects · page 33 of 85

……
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
yj
yjsclevine/yj

A CLI tool that converts between YAML, TOML, JSON, and HCL while preserving map order.

1.0k59Go
1 month ago
morph
morphDBCDK/morph

A tool for managing NixOS hosts, providing multi-host deployment with health checks and secret management.

1.0k66Go
6 months ago
gmqtt
gmqttDrmagicE/gmqtt

A flexible, high-performance MQTT broker library for Go, fully implementing MQTT protocol versions 3.x and 5.

1.0k217Go
2 months ago
hyperloglog
hyperloglogaxiomhq/hyperloglog

An improved HyperLogLog implementation with LogLog-Beta bias correction, sparse representation, and flexible precision for cardinality estimation.

1.0k81Go
6 months ago
telego
telegomymmrac/telego

A complete Go library for the Telegram Bot API with one-to-one type and method mapping.

1.0k69Go
1 day ago
go-sqlite3
go-sqlite3ncruces/go-sqlite3

A cgo-free SQLite wrapper for Go that uses WebAssembly compilation to provide database/sql compatibility and direct SQLite API access.

1.0k30Go
4 days ago
csvutil
csvutiljszwec/csvutil

A fast, idiomatic, and dependency-free Go library for mapping between CSV and Go values.

1.0k68Go
1 year ago
eliasdb
eliasdbkrotik/eliasdb

EliasDB is a lightweight graph-based database with GraphQL support, a custom query language, and built-in scripting.

1.0k49Go
3 years ago
gron
gronroylee0704/gron

A Go library providing a clear and thread-safe syntax for writing and scheduling cron jobs.

1.0k65Go
3 years ago
GoNB
GoNBjanpfeifer/gonb

A Go kernel for Jupyter notebooks that compiles each cell for fast execution and full Go compatibility.

1.0k56Go
8 days ago
webhooks
webhooksgo-playground/webhooks

A Go library for receiving and parsing webhook events from GitHub, Bitbucket, GitLab, Docker Hub, Gogs, and Azure DevOps.

1.0k241Go
1 year ago
demoinfocs-golang
demoinfocs-golangmarkus-wa/demoinfocs-golang

A high-performance Go library for parsing and analyzing Counter-Strike 2 and CS:GO demo files (replays).

1.0k139Go
16 days ago
moss
mosscouchbase/moss

A simple, fast, ordered, persistable key-value storage library for Go, using an LSM-like design.

1.0k65Go
1 year ago
kwatch
kwatchabahmed/kwatch

Monitor Kubernetes clusters, detect app crashes in real-time, and send instant notifications to Slack, Discord, and other channels.

1.0k81Go
16 hours ago
xdg
xdgadrg/xdg

A Go library implementing the XDG Base Directory Specification and XDG user directories for portable application file storage.

1.0k35Go
6 days ago
git-time-metric
git-time-metricgit-time-metric/gtm

Automatic, lightweight time tracking for Git projects that captures activity via editor plugins and stores metrics as Git notes.

1.0k56Go
4 years ago
updo
updoOwloops/updo

A CLI tool for monitoring website uptime, performance, and SSL certificates with real-time alerts and multi-region support.

99348Go
21 days ago
Owloops/updo
Owloops/updoowloops/updo

A CLI tool for monitoring website uptime, performance, and SSL certificates with real-time alerts and multi-region support.

99348Go
21 days ago
vssh
vsshyahoo/vssh

A Go library for executing commands over SSH at scale, handling tens of thousands of concurrent connections for network/server automation.

99289Go
2 years ago
go-cleanarch
go-cleanarchroblaszczak/go-cleanarch

A Go tool that validates Clean Architecture rules like The Dependency Rule and module interactions in Go projects.

98449Go
4 years ago
vfsgen
vfsgenshurcooL/vfsgen

Generates Go code that statically implements an http.FileSystem, enabling efficient embedding of assets into Go binaries.

98381Go
2 years ago
StatsD exporter
StatsD exporterprometheus/statsd_exporter

A Prometheus exporter that receives StatsD-style metrics and converts them into Prometheus metrics via configurable mapping rules.

981256Go
2 days ago
image2ascii
image2asciiqeesung/image2ascii

A Go library and CLI tool that converts images into ASCII art with customizable output options.

97887Go
3 years ago
Scaleway-cli
Scaleway-cliscaleway/scaleway-cli

Command-line interface to manage Scaleway cloud infrastructure and services from the terminal.

977167Go
15 hours ago
chromem-go
chromem-gophilippgille/chromem-go

An embeddable vector database for Go with a Chroma-like interface, enabling RAG and semantic search without external dependencies.

97666Go
29 days ago
Goji
Gojigoji/goji

A minimalistic and flexible HTTP request multiplexer for Go, featuring middleware support and context integration.

97466Go
3 years ago
souin
souindarkweak/souin

An RFC-compliant HTTP cache system that works as a plugin or standalone reverse-proxy for Apache, Nginx, Traefik, Caddy, and many Go frameworks.

97479Go
5 days ago
cidranger
cidrangeryl2chen/cidranger

A high-performance Go library for fast IP address to CIDR block lookups using a path-compressed trie.

970109Go
3 years ago
go-geom
go-geomtwpayne/go-geom

Efficient Go library implementing OpenGeo Consortium-style geometry types for geospatial applications.

970113Go
1 month ago
onedump
onedumpliweiyi88/onedump

A CLI tool for backing up and restoring MySQL and PostgreSQL databases to multiple storage destinations with zero-dependency options.

96866Go
1 month ago
Stelligent/mu
Stelligent/mustelligent/mu

A full-stack DevOps framework for simplifying microservice deployment on AWS ECS and EKS.

966133Go
6 years ago
kagome
kagomeikawaha/kagome

A self-contained Japanese morphological analyzer written in pure Go, tokenizing text into words and analyzing parts of speech.

96660Go
12 days ago
regula
regulafugue/regula

Regula checks infrastructure as code templates for AWS, Azure, Google Cloud, and Kubernetes security and compliance using Open Policy Agent/Rego.

964113Open Policy Agent
1 year ago
shortid
shortidteris-io/shortid

A Go library for generating super short, fully unique, non-sequential, and URL-friendly IDs at high speed.

96270Go
4 years ago
php-parser
php-parserz7zmey/php-parser

A PHP parser written in Go that generates an abstract syntax tree for static analysis and tooling.

96063Go
5 years ago
oops
oopssamber/oops

A comprehensive Go error handling library providing structured errors with rich context, stack traces, and debugging hints.

95938Go
5 days ago
1
32
33
34
85