Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Go

Go

2164 projects

Showing 36 of 2164 projects

govalidator
govalidatorGo

A Go library for validating request data with simple, Laravel-inspired rules.

#go-request-validation#request#laravel-inspired
Stars1.3k
Forks122
Last commit2 years ago
yoke
yokeGo

A high-availability PostgreSQL cluster with automatic failover and cluster recovery.

#postgres#auto-failover#high-availability
Stars1.3k
Forks62
Last commit10 years ago
slug
slugGo

A Go library for generating URL-friendly slugs from Unicode strings with multi-language support.

#multi-language#ascii-conversion#slug-generation
Stars1.3k
Forks113
Last commit1 year ago
flog
flogGo

A fake log generator for common log formats like Apache, syslog, and JSON, useful for testing log processing systems.

#generator#apache#devops
Stars1.3k
Forks145
Last commit1 year ago
GoWrap
GoWrapGo

A command-line tool that generates decorators for Go interfaces using templates to add cross-cutting concerns like metrics and tracing.

#interface#logrus#observability
Stars1.3k
Forks93
Last commit19 days ago
Chanify
ChanifyGo

A self-hosted, privacy-focused notification system with a distributed architecture for sending messages to iOS/macOS apps.

#api#ios-notifications#rest-api
Stars1.3k
Forks104
Last commit3 years ago
sttr
sttrGo

A cross-platform CLI tool to perform various string transformation operations like encoding, hashing, formatting, and extraction.

#cli-app#developer-tools#productivity
Stars1.3k
Forks48
Last commit5 months ago
sqls
sqlsGo

A Go-based language server implementing the Language Server Protocol for SQL, providing intelligent editing features across multiple RDBMS.

#database-development#language-server#editor-integration
Stars1.3k
Forks86
Last commit1 month ago
Promxy
PromxyGo

An aggregating proxy that provides a single API endpoint and high availability for multiple Prometheus shards.

#proxy#observability#high-availability
Stars1.3k
Forks155
Last commit2 days ago
KusionStack
KusionStackGo

A declarative intent-driven platform orchestrator for building Internal Developer Platforms (IDPs).

#hacktoberfest#devops#cncf-sandbox
Stars1.3k
Forks107
Last commit5 months ago
tint
tintGo

A zero-dependency slog.Handler that writes colorized logs to the terminal with customizable output.

#slog#zero-dependency#terminal-output
Stars1.3k
Forks63
Last commit4 months ago
Atreugo
AtreugoGo

A high-performance, extensible micro web framework for Go with zero memory allocations in hot paths.

#atreugo#fast#micro-framework
Stars1.3k
Forks77
Last commit1 year ago
Honeytrap
HoneytrapGo

An extensible open-source framework for running, monitoring, and managing honeypots to detect and analyze cyber threats.

#honeypot#splunk#kafka
Stars1.3k
Forks180
Last commit2 years ago
go-underscore
go-underscoreGo

A collection of functional programming utilities for Go, inspired by underscore.js, designed to enhance developer productivity.

#functional-programming#developer-tools#utility-library
Stars1.3k
Forks62
Last commit3 years ago
lazyjournal
lazyjournalGo

A terminal user interface for viewing and filtering logs from journald, auditd, file systems, Docker, Podman, and Kubernetes with highlighting.

#terminal-application#syslog#gocui
Stars1.3k
Forks31
Last commit12 days ago
dataframe-go
dataframe-goGo

A lightweight and intuitive Go library for data manipulation, statistics, and machine learning using DataFrames.

#data-science#statistics#dataframe
Stars1.3k
Forks99
Last commit4 years ago
geopattern
geopatternGo

Generate unique SVG background patterns from strings using Go, with deterministic colors and 16 geometric designs.

#svg-generation#generative-art#pixel-art
Stars1.3k
Forks63
Last commit7 years ago
Bone
BoneGo

A lightweight and lightning fast HTTP multiplexer for Go with URL parameters, regex support, and sub-router compatibility.

#backend-development#high-performance#api-server
Stars1.3k
Forks101
Last commit7 years ago
tfmigrate
tfmigrateGo

A Terraform/OpenTofu state migration tool for GitOps that enables declarative state operations as code.

#terraform-migration#tfstate#opentofu
Stars1.3k
Forks65
Last commit1 month ago
llvm
llvmGo

A pure Go library for parsing, generating, and analyzing LLVM IR assembly.

#parsing#llvm-ir#low-level
Stars1.3k
Forks85
Last commit1 year ago
errorx
errorxGo

A comprehensive Go library for expressive error handling with stack traces, composability, and type/trait checks.

#library#type-checking#error-handling
Stars1.3k
Forks33
Last commit1 year ago
objectbox-go
objectbox-goGo

A high-performance embedded Go database with an intuitive API, designed as a fast alternative to SQLite and GORM.

#iot#database#offline-first
Stars1.3k
Forks50
Last commit1 year ago
Pinterest Knox
Pinterest KnoxGo

A service for storing and rotating secrets, keys, and passwords used by other services.

#infrastructure-security#devops#security
Stars1.3k
Forks114
Last commit1 month ago
sshpiper
sshpiperGo

A reverse proxy for SSH and SCP that routes and transforms authentication between clients and backend servers.

#reverse-proxy#azuread#devops
Stars1.3k
Forks163
Last commit2 days ago
goderive
goderiveGo

A Go code generator that automatically derives and maintains mundane functions like equality checks, deep copies, and functional operations from your types.

#generator#functional-programming#developer-tools
Stars1.3k
Forks45
Last commit1 year ago
xurls
xurlsGo

A Go library and command-line tool to extract URLs from text using regular expressions.

#regex#extract-urls#go-library
Stars1.3k
Forks118
Last commit2 months ago
hprose
hproseGo

A high-performance, cross-language RPC engine for building distributed applications in Go.

#remote-object-service#rpc-client#api
Stars1.3k
Forks198
Last commit2 years ago
zmq4
zmq4Go

A Go language binding for ZeroMQ version 4, providing network communication patterns for distributed systems.

#message-queue#distributed-systems#cgo-binding
Stars1.3k
Forks172
Last commit11 months ago
tparse
tparseGo

A CLI tool for analyzing and summarizing verbose go test output, making test results easier to read.

#developer-tools#go-test#ci-cd
Stars1.3k
Forks36
Last commit6 months ago
sturdyc
sturdycGo

A Go caching library with advanced concurrency features to eliminate cache stampedes and minimize data source load in high-throughput systems.

#in-memory-cache#caching#cache-stampede
Stars1.2k
Forks33
Last commit1 year ago
gosnmp
gosnmpGo

A pure Go SNMP client library supporting SNMPv1, v2c, and v3 with Get, Walk, Set, and Trap operations.

#traps#go-networking#go-library
Stars1.2k
Forks380
Last commit12 days ago
go-commons-pool
go-commons-poolGo

A generic object pool implementation for Go, directly rewritten from Apache Commons Pool with rich configuration options.

#apache-commons-pool#object-pool#golang-library
Stars1.2k
Forks149
Last commit3 years ago
testfixtures
testfixturesGo

A Go library for loading YAML fixtures into a real test database, inspired by Ruby on Rails.

#fixtures#database#yaml
Stars1.2k
Forks91
Last commit14 days ago
Bane
BaneGo

A custom AppArmor profile generator for Docker containers that simplifies security configuration.

#container-security#devops#docker-security
Stars1.2k
Forks91
Last commit5 years ago
bane
baneGo

A custom AppArmor profile generator for Docker containers that simplifies container security.

#container-security#devops#docker-security
Stars1.2k
Forks91
Last commit5 years ago
k2tf
k2tfGo

A tool that converts Kubernetes YAML manifests into Terraform HCL configuration for use with the Terraform Kubernetes provider.

#yaml#converter#kubernetes
Stars1.2k
Forks108
Last commit6 months ago
PreviousPage 23 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
#Golang1136
#Go Library370
#Docker271
#Cli Tool269
#Devops225
#Developer Tools186
#Self Hosted182
#Cli181
#Golang Library149
#Hacktoberfest138
#Cross Platform121
#Microservices117