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

DailyTxT
DailyTxTSvelte

A self-hosted, encrypted diary web application with markdown support, file uploads, and multi-user capabilities.

#markdown-editor#privacy#pwa
Stars497
Forks41
Last commit10 days ago
stun
stunGo

A high-performance, zero-allocation Go implementation of the RFC 5389 STUN protocol for NAT traversal.

#gortc#rfc-5389#nat-traversal
Stars495
Forks53
Last commit5 years ago
godaemon
godaemonGo

Daemonize Go applications using exec() instead of fork() to achieve Unix daemon behavior.

#exec#unix-daemon#background-process
Stars493
Forks55
Last commit5 years ago
runtime-tools
runtime-toolsGo

A collection of tools for generating, validating, and testing OCI runtime specification configurations and bundles.

#devops#container-runtime#runtime-specification
Stars493
Forks170
Last commit5 months ago
Local Content Share
Local Content ShareHTML

A self-hosted app for sharing text snippets, files, and links within a local network, featuring a markdown notepad.

#homelab#local-network#airdrop
Stars491
Forks18
Last commit7 months ago
Bongo
BongoGo

A Go ODM for MongoDB that adds object-document mapping, hooks, validation, and cascade support to mgo.

#database-driver#hooks#orm
Stars490
Forks39
Last commit5 years ago
xmlquery
xmlqueryGo

A Go package for querying XML documents using XPath expressions with built-in caching for performance.

#go-library#streaming-parser#utf-16-support
Stars490
Forks94
Last commit1 month ago
go-dry
go-dryGo

A comprehensive utility package for Go that eliminates common boilerplate code with helpers for strings, files, HTTP, errors, and concurrency.

#boilerplate-reduction#http-helpers#encryption
Stars488
Forks37
Last commit10 months ago
leaves
leavesGo

A pure Go library for making predictions with Gradient Boosting Regression Trees models from LightGBM, XGBoost, and scikit-learn.

#gbdt#data-science#go-library
Stars484
Forks88
Last commit2 years ago
s3-proxy
s3-proxyGo

A reverse proxy for S3 buckets with GET, PUT, DELETE operations and OpenID Connect/Basic Auth authentication.

#serve-static#reverse-proxy#s3-reverse-proxy
Stars484
Forks58
Last commit1 day ago
goflow
goflowGo

A simple but powerful DAG scheduler and dashboard written in Go for orchestrating workflows without the complexity of Apache Airflow.

#dag-scheduler#airflow#api
Stars483
Forks36
Last commit1 year ago
goroutine-inspect
goroutine-inspectGo

An interactive command-line tool for analyzing and debugging Go goroutine dumps with filtering, deduplication, and diff capabilities.

#analyze#performance-analysis#goroutine
Stars479
Forks18
Last commit4 years ago
nlp
nlpGo

A Go library implementing selected machine learning algorithms for natural language processing and semantic analysis.

#semantic-analysis#tf-idf#text-analysis
Stars477
Forks46
Last commit5 years ago
lark
larkGo

A comprehensive Go SDK for the Feishu/Lark Open API, supporting all official APIs and event callbacks.

#lark#lark-sdk#feishu-api
Stars476
Forks78
Last commit6 months ago
ftpserverlib
ftpserverlibGo

A Go library for building fully-featured FTP servers with afero filesystem backend.

#library#tls#golang-library
Stars475
Forks107
Last commit2 days ago
Tock
TockGo

A command-line time tracker with interactive TUI, multiple storage backends, and calendar integration.

#productivity#todotxt#timewarrior
Stars472
Forks21
Last commit4 days ago
azuretls-client
azuretls-clientGo

A Go HTTP client that spoofs TLS/JA3, HTTP/2, and HTTP/3 fingerprints to emulate real browsers by default.

#proxy-support#ja3-fingerprint#browser-emulation
Stars471
Forks66
Last commit4 months ago
Consul exporter
Consul exporterGo

A Prometheus exporter that collects and exposes Consul service health, cluster state, and key/value metrics for monitoring.

#hacktoberfest#consul-exporter#observability
Stars470
Forks168
Last commit24 days ago
scheduler
schedulerGo

A Go library for scheduling recurrent jobs with an easy-to-read, chainable syntax.

#recurrent-tasks#cron-alternative#library
Stars469
Forks51
Last commit4 years ago
goview
goviewGo

A lightweight, minimalist Go template library based on html/template for building web applications.

#template#html-templating#gorice
Stars464
Forks39
Last commit1 year ago
go-testdeep
go-testdeepGo

An extremely flexible Go deep comparison library that extends the standard testing package with operators and helpers.

#golang-package#unit-testing#test-suites
Stars463
Forks17
Last commit5 days ago
calc
calcGo

A simple, fast, and intuitive command-line calculator written in Go for quick mathematical computations.

#mathematics#calculator#productivity
Stars463
Forks47
Last commit3 years ago
banner
bannerGo

A Go library for adding customizable ASCII startup banners with system information and ANSI colors to applications.

#developer-tools#terminal#go-library
Stars462
Forks23
Last commit5 years ago
Deepcopier
DeepcopierGo

A Go package for deep copying structs with field mapping, skipping, and context passing.

#api-serialization#deep-copy#struct-copying
Stars460
Forks57
Last commit6 years ago
errlog
errlogGo

A Go library that uses static and stack-trace analysis to pinpoint errors and speed up debugging.

#developer-tools#stack-trace#go-library
Stars459
Forks20
Last commit3 years ago
nativewebp
nativewebpGo

A pure Go WebP encoder with no external dependencies, offering faster encoding and smaller file sizes than PNG.

#image-encoding#animation#go-library
Stars457
Forks20
Last commit3 months ago
Pewpew
PewpewGo

A flexible command-line HTTP stress tester that can hit multiple targets with multiple configurations to simulate real-world load.

#load-testing#stress-testing#web-services
Stars457
Forks41
Last commit5 months ago
yacspin
yacspinGo

A Go library providing over 90 customizable terminal spinners with live updates, concurrency safety, and TTY detection.

#progress-indicators#open-source#terminal
Stars456
Forks10
Last commit4 years ago
go-orbit-db
go-orbit-dbGo

A Go implementation of orbit-db, a peer-to-peer database built on IPFS.

#orbit-db#ipfs#p2p-database
Stars454
Forks59
Last commit23 days ago
sqlingo
sqlingoGo

A lightweight SQL DSL and ORM for Go that generates code from your database and enables elegant SQL query writing.

#query-builder#orm#database
Stars454
Forks25
Last commit5 months ago
gopencils
gopencilsGo

A Go library for dynamically consuming REST APIs with minimal boilerplate, supporting JSON responses and authentication.

#rest-client#web-services#authentication
Stars453
Forks42
Last commit7 years ago
pubsub
pubsubGo

A simple multi-topic publish-subscribe library for Go applications.

#event-driven#golang-library#messaging
Stars453
Forks63
Last commit2 years ago
httpretty
httprettyGo

A Go package that prints HTTP client and server requests and responses in a human-readable, colorful terminal format.

#http-server#developer-tools#terminal-output
Stars453
Forks16
Last commit20 days ago
BoxyHQ
BoxyHQTypeScript

A fully open-source audit logs service with an embeddable UI, designed for easy deployment to your own Kubernetes cluster.

#enterprise-software#event-tracking#kubernetes
Stars451
Forks36
Last commit22 days ago
ozzo-routing
ozzo-routingGo

An extremely fast Go HTTP router with regex route matching and full RESTful API support.

#high-performance#api-server#rest-api
Stars451
Forks48
Last commit5 days ago
H3
H3Go

Go bindings for the H3 hierarchical hexagonal geospatial indexing system, enabling spatial analysis in Go applications.

#location-analysis#cgo#geospatial
Stars449
Forks73
Last commit1 month ago
PreviousPage 34 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
#Golang1469
#Go Library491
#Cli Tool323
#Docker322
#Devops269
#Developer Tools225
#Cli209
#Golang Library207
#Self Hosted206
#Hacktoberfest154
#Performance149
#Microservices144