Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Go

Go

1996 projects

Showing 36 of 1996 projects

graphql-go
graphql-goGo

A GraphQL server implementation for Go with a minimal API, full spec support, and production-ready features.

#graphql#api-server#parallel-execution
Stars4.8k
Forks492
Last commit8 days ago
Diun
DiunGo

A CLI tool that sends notifications when Docker images are updated on registries.

#manifest#devops#container-monitoring
Stars4.7k
Forks150
Last commit5 days ago
goravel
goravelGo

A full-featured, scalable web application framework for Go that mirrors Laravel's elegant syntax and structure.

#backend-development#orm#api
Stars4.7k
Forks263
Last commit21 days ago
now
nowGo

A comprehensive time manipulation toolkit for Go with intuitive date calculations and parsing.

#developer-tools#datetime#time-parsing
Stars4.7k
Forks238
Last commit4 months ago
golang-set
golang-setGo

A generic, battle-tested set collection for Go, providing Python-like set operations for comparable types.

#set-collection#concurrent#go-library
Stars4.7k
Forks286
Last commit1 month ago
progressbar
progressbarGo

A simple, thread-safe progress bar library for Go applications with support for I/O operations and customization.

#hacktoberfest#library#terminal
Stars4.7k
Forks250
Last commit4 months ago
freeze
freezeGo

A command-line tool to generate images of code snippets and terminal output in PNG, SVG, and WebP formats.

#developer-tools#terminal-output#syntax-highlighting
Stars4.7k
Forks97
Last commit7 days ago
mage
mageGo

A make-like build tool for Go projects that lets you write build tasks as plain Go functions.

#make-alternative#dev-tools#build-automation
Stars4.7k
Forks274
Last commit1 month ago
sish
sishGo

Open-source SSH tunneling server for HTTP(S), WS(S), and TCP tunnels to localhost with no custom client required.

#reverse-proxy#network-tools#ssh-tunneling
Stars4.6k
Forks329
Last commit4 days ago
go-cmp
go-cmpGo

A Go package for comparing values in tests with customizable equality and safer defaults than reflect.DeepEqual.

#unit-testing#equality#test-utilities
Stars4.6k
Forks223
Last commit3 months ago
docker-gen
docker-genGo

A file generator that renders templates using Docker container metadata for reverse proxy configs, log management, and service discovery.

#reverse-proxy#devops#container-orchestration
Stars4.6k
Forks612
Last commit4 days ago
netpoll
netpollGo

A high-performance non-blocking I/O networking framework for Go, optimized for RPC scenarios.

#high-performance#server-framework#network-programming
Stars4.6k
Forks504
Last commit2 months ago
prest
prestGo

A production-ready RESTful API server that instantly exposes your PostgreSQL database as a realtime, high-performance API.

#realtime#database#rest
Stars4.5k
Forks308
Last commit1 month ago
Pixel
PixelGo

A hand-crafted 2D game library in Go providing fast graphics, simple API, and platform-independent core.

#window#graphics#library
Stars4.5k
Forks244
Last commit2 years ago
caddy-docker-proxy
caddy-docker-proxyGo

A Caddy plugin that automatically configures reverse proxy routing for Docker containers and services using labels.

#reverse-proxy#container-orchestration#caddy
Stars4.5k
Forks218
Last commit2 days ago
evans
evansGo

A more expressive universal gRPC client with REPL and CLI modes for API inspection and automation.

#devops#grpc-web#grpc-client
Stars4.5k
Forks192
Last commit2 years ago
dig
digGo

A reflection-based dependency injection toolkit for Go applications.

#dependency-injection#type-safety#object-graph
Stars4.5k
Forks225
Last commit1 year ago
google-cloud
google-cloudGo

Official Go client libraries for accessing Google Cloud Platform services like Firestore, Storage, and Compute Engine.

#cloud-infrastructure#authentication#firestore
Stars4.5k
Forks1.5k
Last commit1 day ago
Cerbos
CerbosGo

An open-core, language-agnostic authorization solution for implementing and managing context-aware access control policies.

#yaml#api#rbac
Stars4.4k
Forks191
Last commit1 day ago
realize
realizeGo

A high-performance Go task runner with live reloading, automating common development workflows.

#filewatcher#golang-application#developer-tools
Stars4.4k
Forks230
Last commit5 years ago
google
googleGo

Auto-generated Go client libraries for accessing Google APIs like Tasks, Sheets, and URL Shortener.

#generated-code#rest#oauth2
Stars4.4k
Forks1.2k
Last commit5 days ago
opencontainer
opencontainerGo

An open specification for container image formats, enabling interoperability across container engines and registries.

#container-runtime#open-container-initiative#oci
Stars4.3k
Forks840
Last commit25 days ago
vscode-go
vscode-goTypeScript

Official Visual Studio Code extension providing rich language support for Go, including IntelliSense, debugging, and testing.

#developer-tools#language-server#vscode-extension
Stars4.2k
Forks907
Last commit3 days ago
bild
bildGo

A collection of parallel image processing algorithms implemented in pure Go.

#resize#algorithm#graphics
Stars4.2k
Forks215
Last commit2 months ago
authboss
authbossGo

A modular authentication system for Go web applications, providing pluggable modules for common auth features.

#oauth#web-security#authentication
Stars4.2k
Forks222
Last commit6 months ago
HTTPLab
HTTPLabGo

An interactive web server for inspecting HTTP requests and forging responses with a terminal UI.

#http-server#developer-tools#inspector
Stars4.2k
Forks123
Last commit2 years ago
Huma
HumaGo

A modern, simple, fast & flexible micro framework for building HTTP REST/RPC APIs in Go backed by OpenAPI 3 and JSON Schema.

#http-server#rest#api
Stars4.1k
Forks268
Last commit4 days ago
ssh
sshGo

A high-level Go package for building SSH servers with an API as simple as net/http.

#golang-package#ssh-server#crypto-ssh
Stars4.1k
Forks499
Last commit1 year ago
ledisdb
ledisdbGo

A high-performance NoSQL database server written in Go, similar to Redis but stores data on disk.

#ledisdb#rocksdb-support#lua-scripting
Stars4.1k
Forks433
Last commit2 years ago
kubefwd
kubefwdGo

Bulk port forward Kubernetes services to localhost with unique IPs and an interactive TUI for seamless local development.

#developer-tools#devops#port-forward
Stars4.1k
Forks228
Last commit3 days ago
minify
minifyGo

A high-performance Go minifier for HTML5, CSS3, JS, JSON, SVG, and XML that shrinks web files without changing output.

#minification#js#minifier
Stars4.1k
Forks238
Last commit1 day ago
ozzo-validation
ozzo-validationGo

An idiomatic Go validation package using normal programming constructs instead of struct tags.

#validation#go-package#validation-library
Stars4.1k
Forks240
Last commit2 years ago
grv
grvGo

A terminal-based interface for viewing, searching, and filtering Git repositories with vi-like keybindings.

#version-control#repository-viewer#ncurses-tui
Stars4.1k
Forks98
Last commit7 years ago
melody
melodyGo

A minimalist WebSocket framework for Go that abstracts away the tedious parts of handling WebSocket connections.

#minimalist#concurrent#websocket
Stars4.1k
Forks372
Last commit7 months ago
s5cmd
s5cmdGo

A parallel S3 and local filesystem execution tool optimized for high-speed object storage operations.

#filesystem#data-transfer#storage
Stars4.1k
Forks338
Last commit1 year ago
gobgp
gobgpGo

A modern, open-source Border Gateway Protocol (BGP) implementation written in Go for scalable network routing.

#rpki#data-center#evpn
Stars4.1k
Forks789
Last commit4 days ago
PreviousPage 12 of 56Next

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
#Golang1039
#Go Library329
#Docker261
#Cli Tool255
#Devops212
#Self Hosted177
#Developer Tools168
#Cli166
#Golang Library133
#Hacktoberfest130
#Cross Platform117
#Microservices113