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

csrf
csrfGo

A Go middleware library providing CSRF protection for web applications with support for HTML forms and JavaScript frameworks.

#http-handler#web-security#csrf-protection
Stars1.2k
Forks174
Last commit1 year ago
PocketBase
PocketBase

A curated collection of community resources, tools, and projects for the PocketBase backend framework.

#database#developer-tools#api-sdks
Stars1.2k
Forks67
Last commit1 month ago
multierr
multierrGo

A Go library for combining multiple errors into a single error value while maintaining idiomatic Go patterns.

#concurrent-errors#idiomatic-go#go-library
Stars1.2k
Forks50
Last commit2 years ago
githubql
githubqlGo

A Go client library for accessing GitHub's GraphQL API v4 with a friendly, type-safe interface.

#github-integration#client#graphql
Stars1.2k
Forks96
Last commit6 months ago
dbus
dbusGo

Native Go bindings for the D-Bus message bus system with a Go-like API.

#systemd-integration#desktop-services#native-bindings
Stars1.2k
Forks245
Last commit4 months ago
trpc-go
trpc-goGo

A pluggable, high-performance RPC framework for Go, supporting multiple protocols and services per process.

#service-architecture#trpc-protocol#mock-testing
Stars1.2k
Forks140
Last commit1 month ago
Whaler
WhalerGo

A Go program that reverse engineers Docker images to reconstruct the original Dockerfile.

#container-security#passwords#devops
Stars1.2k
Forks103
Last commit4 months ago
elasticsql
elasticsqlGo

A Go library that converts SQL queries to Elasticsearch DSL for easier query construction.

#search#data-querying#elastic
Stars1.2k
Forks199
Last commit3 years ago
go-wkhtmltopdf
go-wkhtmltopdfGo

A Go wrapper for wkhtmltopdf that provides a type-safe interface to generate PDFs from HTML.

#html-to-pdf#server-side#go-library
Stars1.2k
Forks159
Last commit10 months ago
Finder Go
Finder GoSwift

A macOS app and Finder extension to open Terminal, iTerm, or Hyper directly from Finder with a right-click.

#developer-tools#productivity#toolbar
Stars1.2k
Forks70
Last commit2 years ago
comqtt
comqttGo

A lightweight, high-performance, embeddable MQTT broker server written in Go, supporting distributed clusters and MQTT v3.0, v3.1.1, and v5.0.

#iot#embedded-systems#distributed
Stars1.2k
Forks88
Last commit1 month ago
gormigrate
gormigrateGo

A minimalistic migration helper for Gorm ORM, adding schema versioning and rollback support.

#orm#database#schema-migrations
Stars1.2k
Forks100
Last commit3 months ago
go-doudou
go-doudouGo

A lightweight Go microservice framework based on OpenAPI 3.0 and Protobuf v3, supporting both monolith and microservice architectures.

#orm#rest#microservice
Stars1.2k
Forks195
Last commit3 months ago
CertSpotter
CertSpotterGo

A lightweight Certificate Transparency log monitor that alerts you when SSL/TLS certificates are issued for your domains.

#ssl-monitoring#x509#certificate-transparency
Stars1.2k
Forks103
Last commit1 month ago
go-appimaged
go-appimagedGo

Go implementation of AppImage tools for creating and managing portable Linux applications.

#hacktoberfest#portable-applications#appimage
Stars1.2k
Forks92
Last commit2 months ago
go-appimagetool
go-appimagetoolGo

Go implementation of AppImage tools for creating and managing portable Linux applications.

#hacktoberfest#portable-applications#appimage
Stars1.2k
Forks92
Last commit2 months ago
circuitbreaker
circuitbreakerGo

A Go library implementing the Circuit Breaker pattern to handle remote call failures and prevent resource exhaustion.

#circuit-breaker#distributed-systems#go-library
Stars1.2k
Forks112
Last commit2 years ago
validate
validateGo

A generic Go library for data validation and filtering, supporting maps, structs, and HTTP request data with built-in validators and custom rules.

#filter#validation#verification
Stars1.2k
Forks123
Last commit11 days ago
HellPot
HellPotGo

A high-performance HTTP honeypot that punishes unruly bots by serving them an infinite stream of deceptive content.

#reverse-proxy#http-honeypot#honeypot
Stars1.1k
Forks55
Last commit8 months ago
rain
rainGo

A high-performance BitTorrent client and library written in Go, optimized for server environments and production workloads.

#json-rpc#high-performance#server-side
Stars1.1k
Forks83
Last commit5 days ago
counterfeiter
counterfeiterGo

A Go tool for generating type-safe fake implementations of interfaces to simplify unit testing.

#unit-testing#test-doubles#mocking
Stars1.1k
Forks101
Last commit12 days ago
anaconda
anacondaGo

A comprehensive Go client library for the Twitter 1.1 API with full endpoint coverage and OAuth support.

#oauth#social-media#go-client
Stars1.1k
Forks241
Last commit2 years ago
gentleman
gentlemanGo

Plugin-driven, extensible HTTP client toolkit for Go, built on net/http with a hierarchical middleware layer.

#net-http#plugin-system#pluggable
Stars1.1k
Forks58
Last commit2 years ago
golines
golinesGo

A Go code formatter that automatically shortens long lines beyond what gofmt provides.

#developer-tools#gofmt#code-formatter
Stars1.1k
Forks78
Last commit8 months ago
vacuum
vacuumGo

The world's fastest OpenAPI and Swagger linter and quality analysis tool, built in Go and fully compatible with Spectral rulesets.

#api-quality#lint#swagger
Stars1.1k
Forks86
Last commit4 days ago
tracerr
tracerrGo

A Go library that enhances errors with stack traces and source code fragments for better debugging.

#source-fragments#developer-tools#stack-trace
Stars1.1k
Forks43
Last commit5 months ago
peg
pegGo

A Packrat parser generator for Parsing Expression Grammars (PEG) implemented in Go.

#packrat-parser#backtracking#compiler-tools
Stars1.1k
Forks123
Last commit3 months ago
fiber-go-template
fiber-go-templateGo

A production-ready Go backend template using the Fiber web framework, designed for fast development with zero memory allocation.

#redis#backend-template#api-server
Stars1.1k
Forks153
Last commit4 months ago
pgmetrics
pgmetricsGo

Collects and displays PostgreSQL server information and statistics for troubleshooting, monitoring, and automation.

#database#devops#postgres
Stars1.1k
Forks80
Last commit2 days ago
dongle
dongleGo

A simple, semantic, and developer-friendly cryptographic library for Go, supporting encoding, hashing, encryption, and digital signatures.

#digital-signature#developer-tools#hashing
Stars1.1k
Forks82
Last commit1 month ago
log15
log15Go

An opinionated, structured logging toolkit for Go that is both human and machine readable.

#terminal-output#child-loggers#syslog
Stars1.1k
Forks143
Last commit3 months ago
sentry-go
sentry-goGo

The official Go SDK for Sentry, providing error monitoring and performance tracking for Go applications.

#hacktoberfest#debugging-tools#go-sdk
Stars1.1k
Forks259
Last commit3 days ago
go-sqlite3
go-sqlite3Go

A cgo-free SQLite wrapper for Go that uses WebAssembly compilation to provide database/sql compatibility and direct SQLite API access.

#database-driver#cgo-free#webassembly
Stars1.1k
Forks32
Last commit1 day ago
arpc
arpcGo

A high-performance Go RPC framework supporting two-way calling, notifications, and broadcast for effective network communication.

#high-performance#distributed-systems#pubsub
Stars1.1k
Forks80
Last commit1 month ago
amicontained
amicontainedGo

A container introspection tool that detects the container runtime and enumerates available security features.

#container-security#runtime-detection#libvirt
Stars1.1k
Forks72
Last commit5 years ago
JobRunner
JobRunnerGo

A Go framework for asynchronous job processing and scheduling with live monitoring, built into your web app.

#task-scheduler#asynchronous-processing#monitoring
Stars1.1k
Forks97
Last commit5 years ago
PreviousPage 25 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