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

GoSQLX
GoSQLXGo

A high-performance SQL parser, formatter, linter, and security scanner for Go, supporting multiple dialects with zero-copy optimizations.

#ast-generation#sql-security#high-performance
Stars100
Forks7
Last commit25 days ago
Spiffe-Vault
Spiffe-VaultGo

Integrates SPIFFE SVID authentication with Hashicorp Vault to enable secretless authentication and keyless operations.

#zero-trust#helm#devops
Stars100
Forks15
Last commit4 days ago
esp32
esp32Go

Transpiles Golang code into Arduino-compatible C++ for automated testing of ESP32 IoT projects.

#iot#embedded-systems#esp32
Stars99
Forks5
Last commit7 months ago
rux
ruxGo

A simple and fast Go web framework with route grouping, parameter binding, middleware, and http.Handler compatibility.

#http-handler#http-server#http-middleware
Stars99
Forks14
Last commit2 days ago
smart-home
smart-homeGo

A distributed, autonomous smart home automation platform with a web configurator, plugin system, and support for various protocols.

#plugin-system#web-configurator#stupid-home
Stars99
Forks12
Last commit6 months ago
sshsyrup
sshsyrupGo

A low-to-medium interaction SSH honeypot written in Go that captures terminal sessions and logs attacker activity.

#honeypot#ssh-honeypot#ssh-server
Stars99
Forks10
Last commit7 years ago
go-furnace
go-furnaceGo

A lightweight Go-based deployment tool for AWS, Google Cloud, and DigitalOcean using native cloud services.

#aws-cloudformation#google-cloud-platform#multi-cloud
Stars99
Forks28
Last commit4 years ago
rabbus
rabbusGo

A tiny Go wrapper over AMQP exchanges and queues with built-in retries, circuit breaking, and automatic reconnection.

#event-driven#circuit-breaker#message-queue
Stars98
Forks25
Last commit7 years ago
builq
builqGo

A Go library for building SQL queries with automatic parameter indexing and safety.

#query-builder#database#database-tool
Stars98
Forks2
Last commit2 years ago
GoMind
GoMindGo

A simplistic neural network library written in Go with support for single hidden layer and back-propagation learning.

#neural-network#ml-library#deep-learning
Stars98
Forks8
Last commit4 years ago
branca
brancaGo

A pure Go implementation of the Branca specification for authenticated encrypted API tokens using XChaCha20-Poly1305.

#xchacha20-poly1305#authentication#branca
Stars98
Forks9
Last commit3 months ago
slog-fiber
slog-fiberGo

Fiber middleware for structured HTTP request logging using Go's slog package.

#gofiber#slog#observability
Stars97
Forks15
Last commit18 days ago
hclgrep
hclgrepGo

A syntax-aware grep tool for searching and filtering HCL (v2) configuration files using pattern matching on the syntax tree.

#devops#configuration-analysis#syntax-tree
Stars97
Forks7
Last commit2 years ago
go-health
go-healthGo

A Go package for adding health checks to services with dependency monitoring and graceful shutdown support.

#graceful-shutdown#http-handler#devops
Stars97
Forks4
Last commit4 years ago
hare
hareGo

A pure Go database management system that stores each table as a line-delimited JSON text file, designed for simple embedded applications.

#database#data-persistence#lightweight
Stars97
Forks11
Last commit5 years ago
Netrack
NetrackGo

A pure Go implementation of the OpenFlow protocol with an API inspired by Go's standard HTTP library.

#sdn#go-library#network-programming
Stars97
Forks23
Last commit7 years ago
countries
countriesGo

A comprehensive Go library providing ISO-standard country data, subdivisions, currencies, phone codes, and geographic information.

#geographic-data#go-library#multilingual
Stars97
Forks6
Last commit6 months ago
takatime
takatimeGo

A blazingly fast, privacy-focused, self-hosted coding time tracker for Neovim and VS Code.

#github-profile#productivity#lazyvim
Stars97
Forks21
Last commit2 days ago
d4s
d4sGo

A fast, keyboard-driven terminal UI for managing Docker containers, Compose stacks, and Swarm services with K9s-like ergonomics.

#devops#keyboard-driven#docker-swarm
Stars97
Forks8
Last commit3 days ago
ripple
rippleGo

Go packages for interacting with the Ripple protocol, including data, crypto, websockets, and command-line tools.

#command-line-tools#ledger#cryptocurrency
Stars97
Forks80
Last commit2 years ago
Semaphore
SemaphoreGo

A high-performance data flow engine that connects services and exposes them through HTTP, GraphQL, and gRPC endpoints.

#api-gateway#gateway-api#concurrent-processing
Stars96
Forks16
Last commit3 years ago
go-lambda-cleanup
go-lambda-cleanupGo

A Go-based CLI tool for removing unused versions of AWS Lambda functions to save storage space.

#devops#serverless#cli-tool
Stars96
Forks15
Last commit2 days ago
address
addressGo

A Go library for validating and formatting international addresses using Google's Address Data Service.

#postal-services#formatting#shipping-zones
Stars96
Forks17
Last commit10 months ago
gherkingen
gherkingenGo

A customizable BDD test generator for Go that converts Gherkin feature files into test boilerplate.

#behavior-driven-development#bdd-style#go-test
Stars96
Forks4
Last commit6 months ago
Geo2tz
Geo2tzGo

A self-hostable REST-like API that returns the time zone for given geographic coordinates (latitude/longitude).

#rest#api#timezone
Stars95
Forks17
Last commit2 days ago
envdoc
envdocGo

A Go tool that generates documentation for environment variables from struct tags and comments.

#developer-tools#environment-variables#code-documentation
Stars95
Forks9
Last commit8 days ago
go-redoc
go-redocGo

Embedded OpenAPI/Swagger documentation UI for Go using ReDoc with middleware for popular web frameworks.

#echo#http#swagger
Stars94
Forks34
Last commit1 year ago
validate
validateGo

A framework for writing custom validations in Go applications with built-in validators.

#gobuffalo#pop#validation
Stars94
Forks22
Last commit3 years ago
persian
persianGo

A Go library providing utilities for Persian language text processing, including digit conversion, keyboard layout switching, and currency formatting.

#farsi#number#currency-formatting
Stars94
Forks14
Last commit2 years ago
Solutions for some basic coding interview tasks written in Go
Solutions for some basic coding interview tasks written in GoGo

Solutions to Cracking the Coding Interview problems implemented in Go for learning purposes.

#algorithm#study-resource#computer-science
Stars94
Forks5
Last commit
ctxi18n
ctxi18nGo

A Go library for context-based internationalization, inspired by Ruby on Rails i18n, with YAML/JSON support and pluralization.

#yaml#internationalization#templ
Stars94
Forks8
Last commit1 year ago
spreak
spreakGo

A flexible translation and humanization library for Go, based on gettext concepts, supporting multiple file formats and plural rules.

#gettext#internationalization#json-translations
Stars94
Forks4
Last commit8 months ago
BDJuno
BDJunoGo

A Juno implementation for Big Dipper that indexes Cosmos blockchain data into PostgreSQL for GraphQL APIs.

#hacktoberfest#cosmos#hasura
Stars94
Forks258
Last commit1 year ago
configuro
configuroGo

An opinionated configuration loading framework for containerized and 12-Factor compliant Go applications.

#viper#containerization#environment-variables
Stars92
Forks14
Last commit3 years ago
geoserver
geoserverGo

A Go library for programmatically managing a GeoServer instance via its REST API.

#postgis#rest-client#catalog
Stars92
Forks22
Last commit13 days ago
jsonslice
jsonsliceGo

A Go package for executing fast JSONPath queries on raw JSON data without unmarshalling the entire structure.

#library#slice#query-language
Stars92
Forks11
Last commit1 year ago
PreviousPage 51 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
7 years ago
#Golang1215
#Go Library400
#Cli Tool291
#Docker290
#Devops240
#Developer Tools198
#Cli189
#Self Hosted188
#Golang Library161
#Hacktoberfest141
#Cross Platform128
#Microservices125