Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Go

Go

2196 projects

Showing 36 of 2196 projects

tfupdate
tfupdateGo

A CLI tool to update version constraints in Terraform and OpenTofu configurations and lock files, supporting bulk updates and CI automation.

#devops#version-management#opentofu
Stars651
Forks25
Last commit1 month ago
galah
galahGo

An LLM-powered web honeypot that dynamically crafts realistic HTTP responses to mimic various applications and detect malicious traffic.

#api-caching#http-server#suricata
Stars650
Forks68
Last commit10 months ago
go-mastodon
go-mastodonGo

A comprehensive Go client library for interacting with the Mastodon API.

#oauth#social-media#mastodon
Stars649
Forks91
Last commit3 months ago
ergo
ergoGo

A simple reverse proxy that manages multiple local apps through custom domains, eliminating port memorization.

#reverse-proxy#developer-tools#port-management
Stars648
Forks60
Last commit1 year ago
konfig
konfigGo

A composable, observable, and performant configuration management library for Go designed for distributed systems.

#golang-package#observability#distributed-systems
Stars646
Forks53
Last commit5 years ago
Scribble.rs
Scribble.rsGo

A free, privacy-respecting, self-hostable pictionary game with no ads or accounts required.

#multiplayer#pictionary-game#skribbl
Stars642
Forks210
Last commit16 days ago
limiters
limitersGo

A Go library providing distributed rate limiting algorithms with pluggable backends and locks for scalable applications.

#grpc-middleware#leaky-bucket#redis
Stars641
Forks63
Last commit12 days ago
argparse
argparseGo

A Go library providing a Python argparse-like command-line argument parser with better usability than the standard flag package.

#cli-app#argument-parser#command-line-parser
Stars640
Forks65
Last commit3 years ago
goManageDocker
goManageDockerGo

A blazing fast TUI tool to manage Docker and Podman images, containers, volumes, and pods with keyboard shortcuts.

#developer-tools#devops#container-orchestration
Stars640
Forks26
Last commit1 year ago
currency
currencyGo

A Go library for handling currency amounts, providing currency information, formatting, and parsing using CLDR data.

#cldr#decimal-arithmetic#internationalization
Stars639
Forks53
Last commit1 month ago
aconfig
aconfigGo

A simple, opinionated Go library for loading configuration from defaults, files, environment variables, and command-line flags.

#environment-variables#yaml#devops-tools
Stars634
Forks42
Last commit6 months ago
go-taskflow
go-taskflowGo

A pure Go task-parallel programming framework with integrated visualizer and profiler for managing complex task dependencies.

#workflow-engine#graph-tasks#task-parallelism
Stars632
Forks30
Last commit2 months ago
Gebug
GebugGo

A tool that simplifies debugging Dockerized Go applications with integrated debugger and hot-reload capabilities.

#developer-tools#docker-compose#docker
Stars631
Forks17
Last commit1 day ago
mxj
mxjGo

A Go library for decoding/encoding XML to/from map[string]interface{} (or JSON) and extracting values with dot-notation paths.

#stream-processing#map-manipulation#dot-notation
Stars630
Forks118
Last commit10 months ago
go-oci8
go-oci8Go

A Go database driver for Oracle databases that implements the standard database/sql interface.

#database-driver#oracle#database-sql
Stars630
Forks212
Last commit2 years ago
HAProxy Exporter
HAProxy ExporterGo

A Prometheus exporter that scrapes HAProxy statistics and exposes them as metrics for monitoring.

#haproxy#haproxy-exporter#observability
Stars628
Forks218
Last commit3 years ago
Celo
CeloGo

Official Go implementation of the Celo blockchain, forked from go-ethereum (geth) with Celo-specific features.

#hacktoberfest#json-rpc#smart-contracts
Stars627
Forks226
Last commit2 days ago
slog-multi
slog-multiGo

Advanced composition patterns for Go's structured logging (slog) with fanout, routing, failover, load balancing, and middleware pipelines.

#slog#handler-composition#error
Stars627
Forks26
Last commit13 days ago
jsondiff
jsondiffGo

A Go library for computing the diff between two JSON documents as a series of RFC6902 JSON Patch operations.

#kubernetes-webhook#admission-controller#kubernetes
Stars627
Forks44
Last commit8 days ago
Kapow!
Kapow!Go

Turn shell commands into HTTP APIs without writing server code.

#api-gateway#http-server#api
Stars623
Forks35
Last commit1 year ago
ain
ainGo

A terminal HTTP API client that organizes requests in files, supports scripting, and uses curl/wget/httpie as backends.

#devops#api#shell-scripting
Stars620
Forks15
Last commit8 months ago
httptreemux
httptreemuxGo

A high-speed, flexible tree-based HTTP router for Go with relaxed routing rules and wildcard support.

#patricia-tree#concurrent-routing#high-performance
Stars618
Forks58
Last commit1 year ago
go-astits
go-astitsGo

A Go library for natively demuxing and muxing MPEG Transport Streams (.ts) files.

#mpegts#media-processing#muxer
Stars614
Forks64
Last commit1 month ago
GoLobby/Container
GoLobby/ContainerGo

A lightweight yet powerful IoC dependency injection container for Go projects with singleton/transient bindings and named dependencies.

#software-architecture#golang-package#dependency-injection
Stars613
Forks36
Last commit
rdb
rdbGo

A Go library and CLI tool for parsing, analyzing, and generating Redis RDB files for memory analysis and data conversion.

#rdb#analyzer#rdb-parser
Stars612
Forks142
Last commit1 month ago
scan
scanGo

A lightweight Go library for scanning SQL rows directly into structs, slices, and primitive types.

#scanning#database#database-sql
Stars612
Forks33
Last commit1 month ago
go-starter
go-starterGo

An opinionated production-ready SQL-/Swagger-first RESTful JSON API starter template written in Go with VSCode DevContainers integration.

#api-template#oauth2#backend-starter
Stars611
Forks74
Last commit8 months ago
go-guardian
go-guardianGo

A Go library providing simple, clean, and idiomatic authentication for modern APIs and web applications.

#totp#web-authentication#oauth2
Stars610
Forks61
Last commit1 year ago
govatar
govatarGo

A Go library for generating random or deterministic avatar images for male and female profiles.

#user-interface#avatar-generation#avatar-generator
Stars608
Forks49
Last commit3 years ago
mathgl
mathglGo

A pure Go 3D math library specialized for OpenGL graphics, with 32-bit and 64-bit float support.

#quaternions#opengl#3d-graphics
Stars606
Forks63
Last commit1 year ago
Boss
BossGo

An open-source dependency manager for Delphi and Lazarus projects, inspired by npm.

#dependency-manager#package#object-pascal
Stars605
Forks100
Last commit8 days ago
go-edlib
go-edlibGo

A comprehensive Go library for string comparison and edit distance algorithms, including Levenshtein, LCS, Hamming, Jaro-Winkler, and Cosine similarity.

#lcs#unicode#go-library
Stars600
Forks29
Last commit4 months ago
aurora
auroraJavaScript

A cross-platform web-based admin console for managing Beanstalkd queue servers.

#devops#bstk#admin
Stars599
Forks84
Last commit4 years ago
Cosmos SDK
Cosmos SDK

A community-curated list of awesome projects, tools, libraries, and resources for the Cosmos blockchain ecosystem.

#cosmos#developer-tools#interchain-communication
Stars598
Forks171
Last commit2 months ago
energy
energyGo

A Go-based GUI framework using LCL and CEF for building cross-platform desktop applications with web technologies.

#event-driven#macosx#webview
Stars598
Forks44
Last commit1 day ago
gotestfmt
gotestfmtGo

A Go test output formatter that transforms verbose JSON logs into human-readable, interactive reports for CI systems and local development.

#go-testing#developer-tools#gitlab-ci
Stars598
Forks12
Last commit3 years ago
PreviousPage 30 of 61Next

Related Tags

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
9 months ago
#Golang1151
#Go Library374
#Cli Tool276
#Docker274
#Devops227
#Developer Tools188
#Self Hosted184
#Cli183
#Golang Library151
#Hacktoberfest138
#Cross Platform123
#Microservices121