Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Go

Go

2318 projects

Showing 36 of 2318 projects

Fault
FaultGo

A Go library for structured, composable error handling with extensible decorators and metadata annotation.

#go-errors#go-context#open-source-library
Stars311
Forks8
Last commit1 year ago
Zoom
ZoomGo

A blazing-fast datastore and querying engine for Go built on Redis.

#datastore#orm#redis
Stars311
Forks24
Last commit3 years ago
manssh
mansshGo

A command-line tool for managing SSH alias configurations with add, list, update, delete, and backup capabilities.

#ssh-config#alias-management#devops
Stars311
Forks26
Last commit4 years ago
Ggr
GgrGo

A lightweight load balancer for creating scalable and highly-available Selenium clusters.

#grid-router#selenium#webdriver
Stars310
Forks83
Last commit1 year ago
gogpu
gogpuGo

A pure Go GPU computing framework for graphics and compute operations with dual backends and zero CGO.

#vulkan#compute-shaders#graphics
Stars310
Forks10
Last commit3 days ago
Trybe
Trybe

A comprehensive guide to Go coding standards, architecture, and best practices adopted by Trybe.

#coding-standards#logging#testing
Stars309
Forks12
Last commit4 years ago
Balerter
BalerterGo

A script-based alerting system that queries data sources, analyzes metrics, and sends notifications via multiple channels.

#devops#observability#alertmanager
Stars309
Forks18
Last commit1 year ago
artifactcollector
artifactcollectorGo

A customizable single-binary agent for collecting forensic artifacts from Windows, macOS, and Linux systems.

#forensicartifacts#digital-forensics#macos-forensics
Stars308
Forks25
Last commit1 year ago
gotenv
gotenvGo

Load environment variables from .env files or io.Reader in Go applications.

#devops#environment-variables#dotenv
Stars308
Forks36
Last commit7 months ago
WebGo
WebGoGo

A minimalistic, standard library compliant Go router for building web applications with no third-party dependencies.

#graceful-shutdown#http-handler#webframework
Stars307
Forks32
Last commit9 months ago
gocrud
gocrudGo

A Go framework to simplify CRUD operations for arbitrarily deep structured data using graph concepts.

#backend-development#graph-operations#data-versioning
Stars307
Forks23
Last commit7 years ago
async
asyncGo

A Go package providing synchronization primitives and asynchronous computation utilities beyond the standard library.

#async#data-structures#worker-pool
Stars307
Forks15
Last commit4 months ago
cuckoo-filter
cuckoo-filterGo

A Go implementation of Cuckoo Filter, a space-optimized probabilistic data structure supporting dynamic additions and deletions.

#probabilistic-data-structures#cuckoo#space-optimization
Stars306
Forks30
Last commit2 years ago
glutton
gluttonGo

A protocol-agnostic, low-interaction honeypot that intercepts and logs network traffic to analyze malicious activities.

#hacktoberfest#honeypot#tproxy
Stars305
Forks91
Last commit23 days ago
snmpcollector
snmpcollectorGo

A full-featured generic SNMP data collector with a web administration interface for InfluxDB.

#cacti#opennms#snmp
Stars305
Forks54
Last commit2 years ago
Ginrpc
GinrpcGo

A Go library for Gin that provides automatic parameter binding, gRPC support, and annotation-based routing.

#api-framework#auto#parameter-binding
Stars304
Forks38
Last commit7 months ago
packemon
packemonGo

A cross-platform TUI tool for generating arbitrary network packets and monitoring traffic on any interface.

#packet-analyzer#packet-generator#network
Stars303
Forks4
Last commit1 day ago
wellington
wellingtonGo

A fast Sass preprocessor that adds spriting and image operations using libsass, as a drop-in replacement for Compass.

#frontend-workflow#libsass#cli-tool
Stars302
Forks14
Last commit3 years ago
sman
smanGo

A command-line snippet manager written in Go for storing, searching, and executing reusable shell commands.

#sman#productivity#dev-tools
Stars302
Forks22
Last commit8 years ago
openaigo
openaigoGo

A simple, well-tested Go client library for OpenAI's GPT-3.5, GPT-4, and ChatGPT APIs with minimal dependencies.

#ai-integration#chatgpt3#chatgpt-api
Stars301
Forks37
Last commit2 years ago
casbin
casbinGo

A collection of third-party middleware and service implementations for the Fiber web framework in Go.

#hacktoberfest#open-source#authentication
Stars300
Forks161
Last commit1 day ago
circuitbreaker
circuitbreakerGo

A collection of third-party middleware and service implementations for the Fiber web framework in Go.

#hacktoberfest#authentication#monitoring
Stars300
Forks161
Last commit1 day ago
go-actor
go-actorGo

A lightweight Go library for building concurrent programs using the Actor model and CSP principles.

#csp#go-actor#go-library
Stars298
Forks19
Last commit1 month ago
Cherry
CherryGo

A lightweight webchat server written in Go, enabling self-hosted chat rooms with simple configuration.

#webchat-server#websocket#ssl
Stars298
Forks40
Last commit9 years ago
go-instrument
go-instrumentGo

Automatically adds OpenTelemetry trace spans to Go functions by modifying AST, eliminating manual instrumentation.

#auto-instrumentation#tracing#observability
Stars297
Forks14
Last commit14 days ago
request
requestGo

A Go HTTP client library inspired by axios and Python requests, offering a simple API with no third-party dependencies.

#axios#request#rest-client
Stars296
Forks29
Last commit6 months ago
skiplist
skiplistGo

A high-performance Go library implementing a skip list with O(log n) operations and benchmark-proven speed.

#concurrent-data-structures#ordered-collections#go-library
Stars296
Forks41
Last commit3 years ago
WebhookX
WebhookXGo

An open-source webhook gateway for receiving, validating, transforming, and delivering events at scale.

#api-gateway#event-driven-architecture#redis
Stars295
Forks19
Last commit1 month ago
log
logGo

A simple, highly configurable, and scalable structured logging library for Go applications.

#devops#handler-based#logging-library
Stars293
Forks19
Last commit2 years ago
rollingwriter
rollingwriterGo

An auto-rotating io.Writer implementation for Go with multiple rolling policies and parallel-safe writers.

#filewriter#rotatelog#file-management
Stars292
Forks45
Last commit2 years ago
terraform-provider-rancher2
terraform-provider-rancher2Go

A Terraform provider for managing Rancher 2.x Kubernetes management platform resources as infrastructure-as-code.

#rancher#devops#terraform-provider
Stars292
Forks263
Last commit2 days ago
interpose
interposeGo

A minimalist net/http middleware framework for Go that uses only http.Handler for maximum compatibility.

#http-handler#net-http#negroni-adaptor
Stars291
Forks16
Last commit9 years ago
ajson
ajsonGo

A Go library for parsing, querying, and manipulating JSON with JSONPath support and a built-in script engine.

#script-engine#golang-package#jsonpath
Stars290
Forks25
Last commit1 year ago
DDD Sample in GO
DDD Sample in GOGo

A sample Go application demonstrating Domain-Driven Design architecture with clean separation of concerns.

#software-architecture#layered-architecture#sample-code
Stars290
Forks44
Last commit6 years ago
routine
routineGo

A Go library providing ThreadLocal-like coroutine context storage and goroutine ID access with inheritance support.

#goid#fast-threadlocal#go-library
Stars290
Forks28
Last commit2 days ago
transformimgs
transformimgsGo

An open-source image CDN providing automatic optimization, resizing, and modern format support via a zero-config API.

#responsive-images#modern-image-formats#resized-images
Stars290
Forks19
Last commit6 months ago
PreviousPage 38 of 65Next

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
#Golang1206
#Go Library394
#Cli Tool289
#Docker286
#Devops237
#Developer Tools197
#Cli189
#Self Hosted187
#Golang Library159
#Hacktoberfest140
#Cross Platform128
#Microservices123