Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Go

Go

2767 projects

Showing 36 of 2767 projects

log
logGo

A high-performance, dependency-free structured logging library for Go with a clean API and comprehensive writer support.

#journald#slog#high-performance
Stars871
Forks62
Last commit1 month ago
fasthttprouter
fasthttprouterGo

A high-performance HTTP request router for the fasthttp server, optimized for speed and minimal memory footprint.

#zero-garbage#high-performance#api-server
Stars869
Forks88
Last commit7 years ago
PingMe
PingMeGo

A unified CLI and web service for sending notifications across 15+ messaging platforms via environment variables.

#rocketchat#devops#slack
Stars863
Forks46
Last commit1 month ago
quicssh
quicsshGo

A QUIC proxy that enables SSH connections over QUIC without patching client or server.

#proxy#hack#server
Stars860
Forks46
Last commit1 day ago
richgo
richgoGo

A Go tool that adds text decorations and colorization to `go test` output for improved readability.

#cli-app#developer-tools#golang-wrapper
Stars859
Forks25
Last commit1 month ago
clipboard
clipboardGo

A cross-platform Go package for accessing and manipulating system clipboard text and images across macOS, Linux, Windows, Android, and iOS.

#desktop-app#image-clipboard#x11
Stars855
Forks81
Last commit4 days ago
algorithms
algorithmsGo

A comprehensive collection of algorithm implementations in Go, based on the CLRS textbook.

#clrs#disjoint-set#sorting
Stars845
Forks122
Last commit5 years ago
goimagehash
goimagehashGo

A Go library for perceptual image hashing, supporting average, difference, and perception hashing algorithms.

#ahash#hacktoberfest#hash
Stars839
Forks79
Last commit2 years ago
Yokai
YokaiGo

A simple, modular, and observable Go framework for building production-grade backend applications.

#http-server#modular#observability
Stars839
Forks31
Last commit1 month ago
immortal
immortalGo

A cross-platform *nix supervisor for managing and daemonizing services with process monitoring and log rotation.

#process#unix-socket#unix
Stars837
Forks56
Last commit13 days ago
Fiber
Fiber

A curated list of awesome Fiber middlewares, boilerplates, recipes, articles, and tools for the Go web framework.

#developer-tools#rest-api#boilerplate
Stars836
Forks58
Last commit14 days ago
health
healthGo

A Go library for building health check endpoints with synchronous and asynchronous checks, caching, and middleware support.

#hacktoberfest#devops#api
Stars836
Forks43
Last commit2 months ago
structslop
structslopGo

A static analyzer for Go that recommends struct field rearrangements to maximize memory allocation efficiency.

#memory-efficiency#struct-layout#golang
Stars831
Forks30
Last commit2 years ago
gokv
gokvGo

A simple key-value store abstraction for Go with implementations for Redis, Consul, etcd, PostgreSQL, MongoDB, and many more.

#package#library#redis
Stars828
Forks74
Last commit9 months ago
muxy
muxyGo

A proxy tool for chaos engineering that simulates real-world distributed system failures to test application resilience.

#hacktoberfest#hacktoberfest2021#proxy
Stars827
Forks31
Last commit5 years ago
golazo
golazoGo

A minimalist terminal app for following live and recent football matches with real-time updates and statistics.

#minimalist#interactive#live-scores
Stars826
Forks56
Last commit1 month ago
MQTT for Go
MQTT for GoGo

A Go implementation of MQTT clients, servers, and benchmarking tools for IoT and messaging systems.

#iot#load-testing#client
Stars825
Forks138
Last commit2 years ago
bine
bineGo

Go library for accessing and controlling Tor clients and servers, including embedding Tor statically.

#go-library#privacy#onion-services
Stars823
Forks76
Last commit3 years ago
zek
zekGo

Generate Go structs from XML documents to simplify reading XML data in Go programs.

#prototype#hacktoberfest#developer-tools
Stars819
Forks63
Last commit4 months ago
Tania
TaniaGo

Open-source farm management software for hobbyist and smallholder farmers to track crops, livestock, and farm activities.

#farm-management#end-user#open-source
Stars819
Forks171
Last commit5 months ago
easytcp
easytcpGo

A lightweight TCP server framework for Go with message routing, middleware, and customizable packet handling.

#tcp#protocol-handling#tcp-server
Stars818
Forks87
Last commit7 months ago
go-qemu
go-qemuGo

Go packages for interacting with QEMU virtual machines using the QEMU Machine Protocol (QMP).

#hypervisor#infrastructure#vm-management
Stars816
Forks93
Last commit1 year ago
circuit
circuitGo

An efficient and feature-complete Go implementation of the circuit breaker pattern, inspired by Netflix Hystrix.

#slo#circuit-breaker#circuit-breaker-pattern
Stars815
Forks49
Last commit2 days ago
gval
gvalGo

A Go library for evaluating arbitrary expressions with support for parameters, custom functions, and extensible languages.

#parsing#rule-engine#evaluate-expressions
Stars813
Forks90
Last commit18 days ago
MITMEngine
MITMEngineGo

A Go-based tool for detecting HTTPS interception (man-in-the-middle) through TLS and HTTP fingerprint analysis.

#user-agent-parsing#https-interception#cloudflare
Stars813
Forks68
Last commit2 years ago
cassowary
cassowaryGo

A modern cross-platform HTTP load-testing tool written in Go, supporting multiple modes and metric exports.

#load-testing#devops#performance-testing
Stars813
Forks40
Last commit11 months ago
go-colorable
go-colorableGo

A Go library that enables ANSI color escape sequences in terminal output on Windows.

#windows-compatibility#go-library#color
Stars812
Forks97
Last commit3 months ago
Reindexer
ReindexerC++

Embeddable, in-memory, document-oriented database with a high-level Query builder interface, designed for fast search with complex queries.

#document-oriented-database#query-builder#cpp-library
Stars810
Forks61
Last commit1 day ago
hologram
hologramGo

Hologram brings AWS IAM Roles to developer laptops by exposing an EC2-like metadata service for temporary credentials.

#developer-tools#iam-roles#aws-credentials
Stars810
Forks42
Last commit1 year ago
Noisia
NoisiaGo

A harmful workload generator for PostgreSQL that simulates various database stress scenarios for testing purposes.

#stress-testing#performance-testing#database-testing
Stars799
Forks23
Last commit1 month ago
raven
ravenGo

A LinkedIn information gathering tool for penetration testers to collect employee data from organizations.

#linkedin-scraping#osint#chromedriver
Stars798
Forks159
Last commit6 years ago
goveralls
goverallsGo

A Go tool for sending code coverage reports to Coveralls.io, enabling continuous coverage tracking.

#devops#continuous-integration#ci-cd
Stars796
Forks135
Last commit5 months ago
cdp
cdpGo

Type-safe Go bindings for the Chrome DevTools Protocol, enabling browser automation and debugging.

#rpc-client#cdp#devtools-protocol
Stars795
Forks49
Last commit8 months ago
mbtileserver
mbtileserverGo

A lightweight Go server for serving map tiles from mbtiles files with XYZ, TileJSON, and preview APIs.

#mbtiles#tilejson#tile-server
Stars788
Forks120
Last commit1 year ago
htmlquery
htmlqueryGo

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

#caching#xpath-selector#html-parsing
Stars782
Forks81
Last commit1 month ago
CLI for ChatGPT
CLI for ChatGPTGo

An elegant interactive command-line interface for ChatGPT, powered by GPT-3.5-turbo and GPT-4 models.

#gpt-3#cli-application#shell-integration
Stars782
Forks49
Last commit1 day ago
PreviousPage 28 of 77Next

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
#Golang1469
#Go Library491
#Cli Tool323
#Docker322
#Devops269
#Developer Tools225
#Cli209
#Golang Library207
#Self Hosted206
#Hacktoberfest154
#Performance149
#Microservices144