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

cbor
cborGo

A secure, fast, and feature-rich CBOR codec for Go, fully compliant with RFC 8949 and RFC 8742.

#std-94#cose#json-alternative
Stars1.1k
Forks82
Last commit1 day ago
skm
skmGo

A command-line tool to manage multiple SSH keys with aliases, switching, backup, and agent integration.

#devops#ssh-key#cli-tool
Stars1.1k
Forks60
Last commit28 days ago
Gate
GateGo

A high-performance, extensible Minecraft reverse proxy and library written in Go, designed as a scalable alternative to Velocity/BungeeCord.

#reverse-proxy#plugin-system#minecraft-network
Stars1.1k
Forks108
Last commit1 day ago
Pome
PomeGo

A PostgreSQL metrics dashboard for monitoring database health, focusing on simplicity and opinionated defaults.

#bloat-analysis#devops#database-monitoring
Stars1.1k
Forks36
Last commit6 years ago
goavro
goavroGo

A Go library for encoding and decoding Avro data to and from binary and textual JSON formats.

#schema-evolution#binary-encoding#golang
Stars1.1k
Forks232
Last commit7 months ago
Polaris
PolarisGo

A modular Ethereum Virtual Machine (EVM) framework designed for easy integration into any consensus engine or application.

#cosmos#evm-framework#mev
Stars1.1k
Forks354
Last commit2 years ago
goapp
goappGo

An opinionated guideline for structuring and developing Go web applications/services following DDD and Clean Architecture principles.

#golang-application#software-architecture#webserver
Stars1.1k
Forks62
Last commit11 months ago
telego
telegoGo

A complete Go library for the Telegram Bot API with one-to-one type and method mapping.

#telego#go-library#bot-framework
Stars1.1k
Forks70
Last commit2 days ago
skynet
skynetC#

A microbenchmark that spawns one million concurrent actors/coroutines to compare concurrency performance across programming languages.

#haskell#parallel-computing#performance-testing
Stars1.1k
Forks119
Last commit2 years ago
SendGrid
SendGridGo

Official Go library for interacting with the Twilio SendGrid Web API v3 to send emails and manage email services.

#email-sending#rest-client#sendgrid
Stars1.1k
Forks262
Last commit2 months ago
tfk8s
tfk8sGo

A tool that converts Kubernetes YAML manifests to Terraform HCL for use with the Terraform Kubernetes Provider.

#yaml#kubernetes-manifests#converter
Stars1.1k
Forks64
Last commit2 years ago
yj
yjGo

A CLI tool that converts between YAML, TOML, JSON, and HCL while preserving map order.

#yaml#map-order-preservation#converter
Stars1.1k
Forks59
Last commit3 months ago
demoinfocs-golang
demoinfocs-golangGo

A high-performance Go library for parsing and analyzing Counter-Strike 2 and CS:GO demo files (replays).

#game-analytics#hacktoberfest#demo
Stars1.1k
Forks143
Last commit1 day ago
chromem-go
chromem-goGo

An embeddable vector database for Go with a Chroma-like interface, enabling RAG and semantic search without external dependencies.

#semantic-search#chroma-alternative#go-library
Stars1.1k
Forks75
Last commit3 months ago
hyperloglog
hyperloglogGo

An improved HyperLogLog implementation with LogLog-Beta bias correction, sparse representation, and flexible precision for cardinality estimation.

#probabilistic-data-structures#stream-processing#data-sketching
Stars1.0k
Forks85
Last commit
GoNB
GoNBGo

A Go kernel for Jupyter notebooks that compiles each cell for fast execution and full Go compatibility.

#gonb#jupyter-kernel#notebook
Stars1.0k
Forks57
Last commit1 month ago
eliasdb
eliasdbGo

EliasDB is a lightweight graph-based database with GraphQL support, a custom query language, and built-in scripting.

#database#graph#graphql
Stars1.0k
Forks48
Last commit5 days ago
gron
gronGo

A Go library providing a clear and thread-safe syntax for writing and scheduling cron jobs.

#periodic-tasks#cron-jobs#job-scheduler
Stars1.0k
Forks64
Last commit3 years ago
csvutil
csvutilGo

A fast, idiomatic, and dependency-free Go library for mapping between CSV and Go values.

#unmarshal#fast#marshal
Stars1.0k
Forks69
Last commit1 year ago
GitHub Action for GoReleaser, a release automation tool for Go projects
GitHub Action for GoReleaser, a release automation tool for Go projectsTypeScript

A GitHub Action to automate Go project releases using GoReleaser for building, packaging, and publishing.

#actions#hacktoberfest#packaging
Stars1.0k
Forks102
Last commit
Dockerlings
DockerlingsShell

An interactive terminal application with bite-sized exercises to learn Docker through hands-on practice.

#terminal-application#bubble-tea#containerization
Stars1.0k
Forks71
Last commit3 days ago
xdg
xdgGo

A Go library implementing the XDG Base Directory Specification and XDG user directories for portable application file storage.

#portable-applications#filesystem#library
Stars1.0k
Forks36
Last commit9 days ago
kwatch
kwatchGo

Monitor Kubernetes clusters, detect app crashes in real-time, and send instant notifications to Slack, Discord, and other channels.

#helm#devops#container-orchestration
Stars1.0k
Forks82
Last commit2 days ago
souin
souinGo

An RFC-compliant HTTP cache system that works as a plugin or standalone reverse-proxy for Apache, Nginx, Traefik, Caddy, and many Go frameworks.

#reverse-proxy#traefik-plugin#rfc-compliant
Stars997
Forks83
Last commit4 days ago
Scaleway-cli
Scaleway-cliGo

Command-line interface to manage Scaleway cloud infrastructure and services from the terminal.

#devops#command-line-interface#serverless
Stars996
Forks170
Last commit1 day ago
onedump
onedumpGo

A CLI tool for backing up and restoring MySQL and PostgreSQL databases to multiple storage destinations with zero-dependency options.

#database-backup#devops#s3-storage
Stars990
Forks71
Last commit1 month ago
vssh
vsshGo

A Go library for executing commands over SSH at scale, handling tens of thousands of concurrent connections for network/server automation.

#scalable-ssh#ssh-client#server
Stars988
Forks87
Last commit2 years ago
StatsD exporter
StatsD exporterGo

A Prometheus exporter that receives StatsD-style metrics and converts them into Prometheus metrics via configurable mapping rules.

#hacktoberfest#observability#statsd-metrics
Stars986
Forks258
Last commit11 days ago
go-cleanarch
go-cleanarchGo

A Go tool that validates Clean Architecture rules like The Dependency Rule and module interactions in Go projects.

#uncle-bob#architecture-enforcement#ci-cd
Stars985
Forks49
Last commit4 years ago
oops
oopsGo

A comprehensive Go error handling library providing structured errors with rich context, stack traces, and debugging hints.

#logrus#exception#slog
Stars985
Forks41
Last commit6 days ago
vfsgen
vfsgenGo

Generates Go code that statically implements an http.FileSystem, enabling efficient embedding of assets into Go binaries.

#build-tools#http-filesystem#embed-files
Stars981
Forks80
Last commit2 years ago
image2ascii
image2asciiGo

A Go library and CLI tool that converts images into ASCII art with customizable output options.

#terminal-utility#go-library#cli-tool
Stars979
Forks86
Last commit4 years ago
Goji
GojiGo

A minimalistic and flexible HTTP request multiplexer for Go, featuring middleware support and context integration.

#web-server#api-server#context
Stars974
Forks66
Last commit4 years ago
go-geom
go-geomGo

Efficient Go library implementing OpenGeo Consortium-style geometry types for geospatial applications.

#geojson#geospatial#geometry-types
Stars971
Forks115
Last commit10 days ago
cidranger
cidrangerGo

A high-performance Go library for fast IP address to CIDR block lookups using a path-compressed trie.

#network-routing#trie#ip
Stars969
Forks108
Last commit3 years ago
Temporal
TemporalGo

Temporal's Go SDK for authoring scalable and resilient workflows and activities.

#async-processing#service-bus#open-source
Stars958
Forks338
Last commit1 day ago
PreviousPage 26 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
1 month ago
6 days ago
#Golang1469
#Go Library491
#Cli Tool323
#Docker322
#Devops269
#Developer Tools225
#Cli209
#Golang Library207
#Self Hosted206
#Hacktoberfest154
#Performance149
#Microservices144