Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Stacks
  3. Go
G

Go

Language
3795 projects10291.0k total stars1131.9k total forks29 languages

Open-source projects built with Go

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

Showing 3,795 open-source projects · page 43 of 106

……
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
stacktower
stacktowermatzehuels/stacktower

Visualize package dependencies as XKCD-style tower diagrams for Python, Rust, JavaScript, Ruby, PHP, Java, and Go.

52212Go
2 months ago
json2hcl
json2hclkvz/json2hcl

A command-line tool for converting JSON to HashiCorp Configuration Language (HCL) and vice versa.

520102HCL
1 year ago
woke
wokeget-woke/woke

A text file analysis tool that detects non-inclusive language in source code and suggests inclusive alternatives.

51661Go
2 years ago
goirc
goircfluffle/goirc

An event-based stateful IRC client framework for Go, enabling developers to build IRC bots and clients with built-in state tracking.

51675Go
1 month ago
terralist
terralistterralist/terralist

A private, self-hosted Terraform/OpenTofu registry for modules and providers with a web dashboard and RBAC.

51555Go
1 day ago
config-file-validator
config-file-validatorBoeing/config-file-validator

A cross-platform CLI tool written in Go that validates syntax and schema for JSON, YAML, TOML, XML, and other configuration files.

514114Go
2 days ago
gowp
gowpxxjwxc/gowp

A Go worker pool library that limits concurrency of goroutine execution, supports timeouts, and never blocks task submission.

51466Go
1 year ago
gubrak
gubraknovalagung/gubrak

A Go functional utility library with syntactic sugar, similar to lodash but for Go.

51340Go
3 months ago
Go DB Ledger
Go DB Ledgerdarcys22/godbledger

An open-source accounting system with gRPC endpoints and SQL backends for programmable double-entry bookkeeping.

51259Go
3 years ago
clickhouse-bulk
clickhouse-bulknikepan/clickhouse-bulk

A simple collector that batches many small ClickHouse inserts into larger bulk inserts for improved performance.

51288Go
4 days ago
durafmt
durafmthako/durafmt

A Go library that formats time.Duration into human-readable strings like '2 weeks 18 hours 22 minutes 3 seconds'.

51251Go
5 years ago
CGRateS
CGRateScgrates/cgrates

A real-time online/offline charging system (OCS) for telecom and ISP environments with modular micro-services architecture.

511245Go
1 day ago
libvlc-go
libvlc-goadrg/libvlc-go

Go bindings for libVLC enabling multimedia playback, streaming, and recording in Go applications.

51058Go
1 month ago
gotcp
gotcpgansidui/gotcp

A Go package for quickly building TCP servers with a simple and efficient API.

509153Go
3 years ago
gotext
gotextleonelquinteros/gotext

A GNU gettext utilities package for Go, providing complete PO/MO file support, pluralization, and thread-safe internationalization.

50968Go
19 days ago
hyprmon
hyprmonerans/hyprmon

A TUI tool for visually configuring monitor layouts in Hyprland with drag-and-drop, profiles, and real-time application.

50811Go
29 days ago
SvelteKit Starter
SvelteKit Starterspinspire/pocketbase-sveltekit-starter

A starter template for building full-stack applications with a SvelteKit static frontend and a PocketBase backend.

50876Svelte
7 days ago
confita
confitaheetch/confita

A Go library that loads configuration from multiple backends (env, files, flags, etcd, Consul, Vault, AWS SSM) into a struct.

50750Go
5 months ago
dom
domdennwc/dom

A Go library providing DOM bindings and Web API wrappers for WebAssembly applications.

50758Go
7 years ago
word-embedding
word-embeddingynqa/word-embedding

A Go library implementing word embedding models (Word2Vec, GloVe, LexVec) from scratch with CLI and SDK.

50745Go
3 years ago
boilerplate
boilerplategofiber/boilerplate

A production-ready Docker boilerplate for building Go applications with the Fiber web framework.

50485Go
6 days ago
Quamina
Quaminatimbray/quamina

A high-performance Go library for matching JSON events against multiple patterns with support for wildcards, regex, and complex queries.

50328Go
18 days ago
TimescaleDB Tune
TimescaleDB Tunetimescale/timescaledb-tune

A tool for tuning TimescaleDB performance by adjusting PostgreSQL settings to match your system's CPU and memory resources.

50346Go
26 days ago
monsoon
monsoonRedTeamPentesting/monsoon

A fast and flexible HTTP fuzzer for content discovery, credential bruteforcing, and security testing.

50039Go
1 month ago
sqlvet
sqlvethouqp/sqlvet

A static analysis tool for Go that validates raw SQL queries to catch syntax errors and prevent SQL injections.

50029Go
1 month ago
jetcache-go
jetcache-gomgtv-tech/jetcache-go

A production-grade Go cache framework with two-level caching, singleflight protection, and generic batch APIs.

50033Go
6 months ago
DailyTxT
DailyTxTPhiTux/DailyTxT

A self-hosted, encrypted diary web application with markdown support, file uploads, and multi-user capabilities.

49741Svelte
9 days ago
go-dotnet
go-dotnetmatiasinsaurralde/go-dotnet

A Go wrapper for the .NET Core Runtime that enables calling .NET assemblies from Go programs.

49541C++
8 years ago
stun
stungo-rtc/stun

A high-performance, zero-allocation Go implementation of the RFC 5389 STUN protocol for NAT traversal.

49553Go
5 years ago
godaemon
godaemonVividCortex/godaemon

Daemonize Go applications using exec() instead of fork() to achieve Unix daemon behavior.

49355Go
5 years ago
runtime-tools
runtime-toolsopencontainers/runtime-tools

A collection of tools for generating, validating, and testing OCI runtime specification configurations and bundles.

493170Go
5 months ago
Local Content Share
Local Content ShareTanq16/local-content-share

A self-hosted app for sharing text snippets, files, and links within a local network, featuring a markdown notepad.

49118HTML
7 months ago
xmlquery
xmlqueryantchfx/xmlquery

A Go package for querying XML documents using XPath expressions with built-in caching for performance.

49094Go
1 month ago
Bongo
Bongogo-bongo/bongo

A Go ODM for MongoDB that adds object-document mapping, hooks, validation, and cascade support to mgo.

49039Go
5 years ago
go-dry
go-dryungerik/go-dry

A comprehensive utility package for Go that eliminates common boilerplate code with helpers for strings, files, HTTP, errors, and concurrency.

48837Go
10 months ago
leaves
leavesdmitryikh/leaves

A pure Go library for making predictions with Gradient Boosting Regression Trees models from LightGBM, XGBoost, and scikit-learn.

48488Go
2 years ago
1
42
43
44
106