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

ICS23
ICS23Rust

A cross-language specification and implementation for generic merkle proofs, primarily for IBC and blockchain interoperability.

#vector-commitments#cosmos-ibc#light-client
Stars129
Forks85
Last commit2 months ago
gothanks
gothanksGo

Automatically stars Go's official repository and your go.mod GitHub dependencies to thank maintainers.

#go-modules#open-source#community
Stars128
Forks7
Last commit3 years ago
grammes
grammesGo

A Go client library for interacting with Apache TinkerPop graph databases using the Gremlin query language.

#tinkerpop#package#database
Stars128
Forks43
Last commit2 years ago
go-deepcopy
go-deepcopyGo

A fast, feature-rich deep-copy library for Go with support for complex type conversions and custom copying behaviors.

#copier#deep-copy#copy
Stars128
Forks7
Last commit6 months ago
outbox
outboxGo

A lightweight, database- and broker-agnostic Go library for implementing the transactional outbox pattern.

#event-driven-architecture#message-queue#outbox-example
Stars128
Forks5
Last commit3 months ago
go-rest
go-restGo

A minimal REST framework for Go that uses reflection and dynamic typing to simplify API handlers.

#api-server#rest-api#minimal
Stars128
Forks16
Last commit9 years ago
igor
igorGo

A PostgreSQL abstraction layer for Go with GORM-like syntax, focusing on security and performance.

#igor#prepared-statements#listen-notify
Stars127
Forks4
Last commit2 years ago
go-featureprocessing
go-featureprocessingGo

A fast, sklearn-like feature processing library for Go that generates optimized transformers from struct tags.

#scikit-learn-alternative#go-library#feature-engineering
Stars126
Forks10
Last commit
loom
loomGo

A reactive component framework for building TUIs and web SPAs in pure Go with a signal-based architecture.

#component-architecture#terminal#tui
Stars126
Forks2
Last commit2 months ago
jio
jioGo

A JSON schema validator for Go inspired by Joi, designed to validate raw JSON data before deserialization.

#validation#api-validation#go-library
Stars126
Forks13
Last commit1 year ago
dockdash
dockdashGo

A real-time terminal dashboard for monitoring Docker containers and their resource usage.

#devops#dashboard#cli-tool
Stars125
Forks11
Last commit4 years ago
env
envGo

A Go library for loading environment variables into structs using struct tags.

#environment-variables#validation#go-library
Stars125
Forks14
Last commit2 years ago
beatstream
beatstreamTypeScript

A self-hosted music streaming server that lets you stream your personal music collection from anywhere via a web browser.

#music-library#media-server#web-app
Stars125
Forks32
Last commit6 months ago
go-lock
go-lockGo

A Go library providing efficient read-write mutexes with trylock, timeout, and no-starvation mechanisms.

#parallel-computing#lock#no-starvation
Stars125
Forks8
Last commit4 years ago
avatica
avaticaGo

A Go database/sql driver for Apache Avatica server, enabling Go applications to connect to Phoenix and other Avatica-backed databases.

#database-driver#geospatial#hbase
Stars125
Forks35
Last commit20 days ago
patron
patronGo

A Go microservice framework with built-in observability, async/sync processing, and productivity-focused defaults.

#http-server#productivity#observability
Stars125
Forks64
Last commit3 days ago
fast-shot
fast-shotGo

A fluent, feature-rich, and highly configurable HTTP client library for Go, designed for rapid and precise API interactions.

#rest#rest-client#retry-mechanism
Stars124
Forks11
Last commit13 days ago
unitdb
unitdbGo

A blazing fast specialized time-series database optimized for IoT, real-time connected devices, and AI analytics.

#iot#database#high-performance
Stars124
Forks11
Last commit3 years ago
sqlize
sqlizeGo

A Go SQL toolkit that generates database migrations by comparing Go structs with existing migration files.

#migration#orm#arvo-schema
Stars124
Forks14
Last commit3 months ago
imcache
imcacheGo

A zero-dependency, generic in-memory cache library for Go with expiration, eviction policies, and sharding.

#in-memory-cache#in-memory#caching
Stars123
Forks6
Last commit1 year ago
Ratus
RatusGo

A RESTful asynchronous task queue server that provides a consistent HTTP API for various storage backends.

#task-queue#task-scheduler#message-queue
Stars123
Forks8
Last commit7 months ago
gollback
gollbackGo

Go utilities for managing asynchronous function execution with race, all, and retry patterns.

#callbacks#cancel#closure
Stars123
Forks13
Last commit3 years ago
ozzo-log
ozzo-logGo

A high-performance asynchronous logging package for Go with severity/category filtering and multiple output targets.

#asynchronous#category-filtering#logging
Stars123
Forks30
Last commit5 years ago
githooks
githooksGo

A platform-independent Git hooks manager supporting per-repo and shared hooks with version control, auto-updates, and containerized execution.

#formatting#version-control#containerization
Stars123
Forks8
Last commit1 month ago
gg
ggGo

A pure Go, GPU-accelerated 2D graphics library for building IDEs, browsers, and graphics-intensive applications.

#vulkan#graphics#dx12
Stars122
Forks10
Last commit2 days ago
Microservice
MicroserviceGo

A Go microservice framework implementing clean architecture with built-in health checks, metrics, and Swagger documentation.

#httprouter#health-checks#api-framework
Stars122
Forks17
Last commit17 days ago
sjwt
sjwtGo

A minimalistic Go library for generating, parsing, and verifying HMAC SHA-256 JSON Web Tokens.

#token-management#jsonwebtoken#authentication
Stars122
Forks9
Last commit7 months ago
Hipchat-go
Hipchat-goGo

Go client library for interacting with the HipChat API v2.

#rest-api#go-library#hipchat
Stars122
Forks53
Last commit7 years ago
jv
jvGo

A command-line tool for viewing and pretty-printing JSON data.

#developer-tools#terminal-utility#terminal
Stars121
Forks6
Last commit8 years ago
gldap
gldapGo

A Go framework for building custom LDAP servers and services with support for LDAP, LDAPS, and mTLS connections.

#mtls#ldap-server#authentication
Stars120
Forks5
Last commit1 year ago
completions (zchee)
completions (zchee)Shell

A comprehensive collection of Zsh completion definitions for various command-line tools, including Go utilities, macOS commands, and development tools.

#tab-completion#command-line-tools#zsh-completions
Stars120
Forks16
Last commit
Thunder
ThunderGo

A minimalist Go backend framework that automatically transforms gRPC services into REST and GraphQL APIs.

#api-gateway#template#containerization
Stars120
Forks5
Last commit6 months ago
event
eventGo

A lightweight Go library for network I/O event notification using epoll/kqueue, designed for building high-performance network applications.

#high-performance#server-side#non-blocking
Stars119
Forks5
Last commit1 year ago
vat
vatGo

A Go package for validating EU VAT numbers and retrieving VAT rates.

#vat-validation#european-union#e-commerce
Stars119
Forks16
Last commit2 years ago
onion
onionGo

A layer-based, pluggable configuration manager for Go applications with minimal dependencies.

#environment-variables#yaml#layered-config
Stars119
Forks16
Last commit3 years ago
session
sessionGo

A Go package providing HTTP session management for web servers with extensible interfaces and Google App Engine support.

#web-server#authentication#http-sessions
Stars118
Forks15
Last commit1 year ago
PreviousPage 48 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
1 year ago
23 days ago
#Golang1215
#Go Library400
#Cli Tool291
#Docker290
#Devops240
#Developer Tools198
#Cli189
#Self Hosted188
#Golang Library161
#Hacktoberfest141
#Cross Platform128
#Microservices125