Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Golang

Golang

1973 projects

Showing 36 of 1973 projects

cookiecutter-golang
cookiecutter-golangGo

A Cookiecutter template for generating production-ready Go projects with Docker, CI, and optional integrations.

#project-template#makefile#dependency-management
Stars736
Forks176
Last commit4 months ago
Similarweb/finala
Similarweb/finalaGo

An open-source cloud resource scanner that identifies wasteful and unused resources to help reduce cloud costs.

#helm#aws-billing#aws-scanner
Stars733
Forks59
Last commit2 years ago
grpool
grpoolGo

A lightweight goroutine pool implementation for Go that manages concurrent job execution with configurable workers and job queue size.

#goroutine-pool#go-library#lightweight
Stars732
Forks99
Last commit7 years ago
prolog
prologGo

An embeddable ISO Prolog interpreter for Go with a database/sql-like API.

#declarative-programming#interpreter#prolog
Stars728
Forks37
Last commit1 day ago
kool
koolGo

A CLI tool that simplifies Docker and Kubernetes for local development and cloud deployment of web applications.

#containerization#devops#container-orchestration
Stars724
Forks52
Last commit14 days ago
go-stun
go-stunGo

A Go implementation of the STUN client for UDP hole punching and NAT traversal (RFC 3489 and 5389).

#rfc-5389#udp-hole-punching#network-discovery
Stars722
Forks127
Last commit1 month ago
go-runewidth
go-runewidthGo

A Go library for measuring the display width of characters and strings, handling East Asian fullwidth characters.

#wcwidth#unicode#go-library
Stars720
Forks102
Last commit12 days ago
onWatch
onWatchGo

A lightweight, open-source daemon that tracks AI API quotas across multiple providers in real time with a local dashboard.

#zai#developer-tools#quota-tracker
Stars718
Forks62
Last commit9 days ago
goimports-reviser
goimports-reviserGo

A Go tool for sorting imports into configurable groups, removing unused imports, setting aliases, and formatting code.

#developer-tools#gofmt#sort-goimports
Stars717
Forks78
Last commit1 day ago
dataflowkit
dataflowkitGo

A Go web scraping framework that extracts structured data from websites using CSS selectors, including JavaScript-rendered pages.

#chrome-fetcher#scraping-websites#javascript-rendering
Stars716
Forks82
Last commit3 years ago
Chapar
ChaparGo

A native API testing tool for developers, supporting both HTTP and gRPC protocols with a focus on simplicity and local data storage.

#postman-alternative#desktop-application#rest
Stars709
Forks43
Last commit5 days ago
Docket
DocketGo

A custom Docker registry that enables lightning-fast container image deployments across multiple machines using BitTorrent.

#devops#docker-registry#large-scale-deploys
Stars708
Forks33
Last commit6 years ago
go-astisub
go-astisubGo

A Go library and CLI for parsing, writing, syncing, merging, and converting subtitle files across multiple formats.

#video-subtitles#subtitle-processing#media-automation
Stars703
Forks134
Last commit9 days ago
golua
goluaC

Go bindings for the Lua C API, enabling Go programs to embed and interact with Lua virtual machines.

#embedded-scripting#c-api#luajit
Stars701
Forks168
Last commit1 year ago
protolint
protolintGo

A pluggable linter and fixer to enforce Protocol Buffer style and conventions.

#developer-tools#fixer#style-linter
Stars697
Forks64
Last commit15 days ago
go-simple-mail
go-simple-mailGo

A Go package for sending emails via SMTP with support for keep-alive connections, TLS/SSL, and bulk sending.

#mail#email-attachments#golang-package
Stars697
Forks104
Last commit2 years ago
aws-lambda-go
aws-lambda-goGo

A fast and clean way to execute Go on AWS Lambda without spawning a process.

#lambda#serverless#cloud-computing
Stars696
Forks33
Last commit9 years ago
goyek
goyekGo

A task automation library for Go, designed as a portable alternative to Make, Mage, and Task.

#task-automation#devops#go-library
Stars696
Forks38
Last commit1 day ago
jwt
jwtGo

A safe, simple, and fast JSON Web Token (JWT) library for Go, implementing RFC 7519.

#jwt-token#rfc 7519#jwt-claims
Stars690
Forks46
Last commit1 year ago
lhttp
lhttpGo

A Go-based HTTP-like protocol over WebSocket for building scalable, customizable instant messaging servers.

#chat#instant-messaging#http-integration
Stars687
Forks138
Last commit8 years ago
govisual
govisualGo

Zero-config HTTP request visualizer and debugger for Go web applications during local development.

#hacktoberfest#developer-tools#opentelemetry-go
Stars684
Forks20
Last commit1 month ago
RconCli
RconCliGo

A command-line interface for executing RCON protocol queries on game servers like Counter-Strike, Minecraft, and Rust.

#self-hosted-gaming#server-administration#steam
Stars680
Forks62
Last commit1 year ago
monetr
monetrGo

monetr is a budgeting application focused on planning for recurring expenses.

#open-finance#finance-management#finance
Stars679
Forks49
Last commit21 hours ago
ro
roGo

A Go implementation of the ReactiveX spec providing a declarative and composable API for handling asynchronous data streams.

#event-driven#pipeline#observables
Stars679
Forks23
Last commit6 days ago
DDD Food App
DDD Food AppGo

A Go-based food ordering backend demonstrating Domain-Driven Design principles with clean architecture.

#food-ordering#rest-api#domain-driven-design
Stars675
Forks117
Last commit4 years ago
Guora
GuoraGo

A self-hosted, Quora-like web application for private Q&A communities, built with Go.

#qna-platform#community-software#postgresql
Stars673
Forks101
Last commit3 years ago
ozzo-dbx
ozzo-dbxGo

A Go package that enhances database/sql with powerful data retrieval methods and DB-agnostic query building.

#database-driver#query-builder#crud
Stars670
Forks112
Last commit4 days ago
go-mod-outdated
go-mod-outdatedGo

A command-line tool that displays outdated Go module dependencies in a readable table format.

#prettifier#go-modules#devops
Stars670
Forks30
Last commit3 years ago
booster
boosterGo

A fast and secure initramfs generator for Linux, optimized for full disk encryption and automatic unlocking.

#boot-optimization#tpm2#security
Stars669
Forks64
Last commit6 days ago
Gockerize
GockerizeShell

Build static Go binaries and package them into minimal Docker containers using a simple bash script.

#containerization#devops#static-binary
Stars667
Forks17
Last commit8 years ago
prealloc
preallocGo

A Go static analysis tool that identifies slice declarations that could be preallocated for better performance.

#developer-tools#linter#slice
Stars666
Forks26
Last commit6 months ago
golongpoll
golongpollGo

A Go library for implementing HTTP long-polling servers and clients to enable web pub-sub communication.

#longpoll-requests#longpoll#event-driven
Stars664
Forks61
Last commit3 years ago
sqlhooks
sqlhooksGo

A Go library that attaches hooks to any database/sql driver for query instrumentation without code changes.

#tracing#query-instrumentation#database
Stars663
Forks47
Last commit2 years ago
galah
galahGo

An LLM-powered web honeypot that dynamically crafts realistic HTTP responses to mimic various applications and detect malicious traffic.

#api-caching#http-server#suricata
Stars663
Forks67
Last commit1 year ago
iWF
iWFGo

A Workflow-As-Code microservice orchestration platform for building resilient, fault-tolerant, and scalable long-running processes.

#orchestrator#workflow#workflow-engine
Stars656
Forks65
Last commit1 day ago
limiters
limitersGo

A Go library providing distributed rate limiting algorithms with pluggable backends and locks for scalable applications.

#grpc-middleware#leaky-bucket#redis
Stars652
Forks63
Last commit28 days ago
PreviousPage 21 of 55Next

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
#Go1469
#Go Library487
#Cli Tool211
#Docker186
#Developer Tools172
#Golang Library167
#Devops161
#Cli154
#Self Hosted124
#Hacktoberfest121
#Performance115
#Concurrency112