Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Golang

Golang

1563 projects

Showing 36 of 1563 projects

go-gerrit
go-gerritGo

A comprehensive Go client library for interacting with Gerrit Code Review's REST API.

#hacktoberfest#version-control#go-library
Stars105
Forks52
Last commit1 month ago
Claudio
ClaudioGo

A hook-based audio plugin for Claude Code that plays contextual sounds based on tool usage and events.

#event-driven#hooks#developer-tools
Stars105
Forks7
Last commit2 days ago
natiu-mqtt
natiu-mqttGo

A dead-simple, extensible MQTT implementation for embedded systems with minimal allocations and no external dependencies.

#iot#embedded-systems#resource-efficient
Stars105
Forks7
Last commit1 year ago
mssqlx
mssqlxGo

A lightweight, embeddable Go database client library with auto-balancing and high availability for master-slave/master-master structures.

#database#sqlx-extension#connection-pooling
Stars104
Forks12
Last commit2 years ago
quicktest.nvim
quicktest.nvimC++

A Neovim plugin for running tests with live feedback in split windows or popups, supporting multiple languages and frameworks.

#vimscript#developer-tools#test-runner
Stars104
Forks10
Last commit1 month ago
Hunch
HunchGo

A Go library providing intuitive asynchronous flow control functions like All, First, Retry, and Waterfall using context.

#retry-logic#concurrent#async-programming
Stars104
Forks12
Last commit4 years ago
lets-proxy2
lets-proxy2Go

A reverse proxy that automatically obtains and renews TLS certificates from Let's Encrypt with zero configuration.

#https-proxy#reverse-proxy#zero-config
Stars104
Forks18
Last commit2 years ago
threadpool
threadpoolGo

A simple and scalable thread pool implementation in Go for managing concurrent task execution.

#threadpool#task-queue#library
Stars103
Forks19
Last commit6 years ago
skywalker
skywalkerGo

A Go package for concurrent filesystem traversal with flexible filtering options.

#glob-patterns#directory-traversal#filesystem
Stars103
Forks5
Last commit4 years ago
wstest
wstestGo

A Go websocket client for unit testing websocket handlers without requiring a live server.

#http-handler#go-testing#unit-testing
Stars102
Forks18
Last commit5 years ago
go-wildcard
go-wildcardGo

A fast, allocation-free Go library for simple wildcard pattern matching as an alternative to regex and filepath.Match.

#wildcard-matching#allocation-free#regex-alternative
Stars102
Forks8
Last commit22 days ago
faker
fakerGo

A Go library for generating random fake data and populating structs with customizable builders and zero dependencies.

#generator#fake-data#factory
Stars102
Forks11
Last commit2 years ago
go-pattern-match
go-pattern-matchGo

A Go library for declarative pattern matching with built-in patterns for slices, strings, ints, maps, and structs.

#declarative#matching#functional-programming
Stars102
Forks2
Last commit2 years ago
jscan
jscanGo

A high-performance, zero-allocation JSON iterator and validator for Go, focused on efficient scanning and validation.

#high-performance#validation#rfc-8259
Stars101
Forks7
Last commit2 years ago
semaphore
semaphoreGo

A Go library implementing the semaphore pattern with timeout support for lock/unlock operations.

#hacktoberfest#library#limiter
Stars101
Forks11
Last commit6 years ago
born
bornGo

A production-ready deep learning framework for Go that enables training and deploying neural networks as single binaries with a PyTorch-like API.

#high-performance#transformer-models#webgpu
Stars101
Forks9
Last commit1 day ago
goscore
goscoreGo

A Go library for scoring machine learning models using PMML, supporting neural networks, decision trees, random forests, and gradient boosted models.

#pmml#random-forest#neural-network
Stars101
Forks23
Last commit6 years ago
mimemagic
mimemagicGo

A powerful Go library for MIME type detection using glob patterns, magic number signatures, XML namespaces, and tree magic.

#glob-patterns#filetype#xdg-shared-mime-info
Stars100
Forks11
Last commit2 years ago
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 commit22 days ago
go-tuple
go-tupleGo

A Go 1.18+ library providing generic tuple types for storing 1 to 9 values without custom structs.

#go-1.18#golang-package#tuple-library
Stars100
Forks4
Last commit10 months ago
envh
envhGo

A Go library providing environment variable management with tree structures and struct population.

#environment-variables#tree-structure#environment
Stars100
Forks2
Last commit5 months ago
xferspdy
xferspdyGo

A Go library and CLI tools for binary diffing and patching using rsync-like algorithms with parallel processing for large files.

#file-synchronization#binary-diff#rolling-hash
Stars100
Forks16
Last commit5 years ago
esp32
esp32Go

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

#iot#embedded-systems#esp32
Stars99
Forks5
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
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
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
crunch
crunchGo

A high-performance Go library for manipulating bits and bytes with a simple API.

#go-library#endianness#byte-manipulation
Stars98
Forks9
Last commit3 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
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
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
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
Gremgo
GremgoGo

A fast, efficient, and easy-to-use Go client for the Apache TinkerPop graph database stack.

#tinkerpop#websocket#gremlin
Stars97
Forks46
Last commit6 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
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
slog-fiber
slog-fiberGo

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

#gofiber#slog#observability
Stars97
Forks15
Last commit15 days 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
PreviousPage 35 of 44Next

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
#Go1179
#Go Library376
#Cli Tool187
#Docker160
#Developer Tools142
#Devops140
#Cli131
#Golang Library120
#Self Hosted106
#Hacktoberfest104
#Cross Platform98
#Concurrency91