Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Go

Go

742 projects

Showing 36 of 742 projects

Go Books
Go BooksGo

A curated collection of the best Go programming books for developers at every level, from beginners to experts.

#programming-books#go-programming#developer-tools
Stars19.4k
Forks2.3k
Last commit1 month ago
GoBooks
GoBooksGo

A curated collection of the best Go programming books for developers at every level, from beginners to experts.

#programming-books#developer-education#go-programming
Stars19.4k
Forks2.3k
Last commit1 month ago
gor
gorGo

Capture and replay live HTTP traffic to test systems with real data, increasing confidence in deployments and infrastructure changes.

#load-testing#devops#testing-tool
Stars19.3k
Forks87
Last commit2 months ago
Goreplay
GoreplayGo

Capture and replay live HTTP traffic to test systems with real data for deployment confidence.

#load-testing#devops#testing-tool
Stars19.3k
Forks87
Last commit2 months ago
golangci-lint
golangci-lintGo

A fast Go linters runner that runs linters in parallel, uses caching, and includes over a hundred linters.

#developer-tools#linter#golangci-lint
Stars18.8k
Forks1.6k
Last commit3 days ago
Anubis
AnubisGo

A web AI firewall utility that protects upstream resources from scraper bots by weighing incoming HTTP requests with challenges.

#bot-protection#http-middleware#defense
Stars18.7k
Forks573
Last commit1 day ago
migrate
migrateGo

A database migration tool and library for Go, supporting multiple databases and sources via CLI or programmatic API.

#migration#database#version-control
Stars18.4k
Forks1.6k
Last commit1 month ago
gvisor
gvisorGo

An application kernel for containers that provides strong isolation by implementing a Linux-like interface in memory-safe Go.

#container-security#sandbox#oci
Stars18.1k
Forks1.6k
Last commit2 days ago
xbar
xbarGo

Display the output of any script or program in your macOS menu bar.

#macos-menu#wails#productivity
Stars18.0k
Forks649
Last commit1 year ago
sqlx
sqlxGo

A set of extensions for Go's database/sql library providing named parameter support and struct mapping.

#database-driver#database#named-parameters
Stars17.6k
Forks1.1k
Last commit1 year ago
Uber
UberMakefile

Uber's official style guide for writing idiomatic and maintainable Go code.

#development-guidelines#code-quality#best-practices
Stars17.4k
Forks1.8k
Last commit9 days ago
RQLite
RQLiteGo

A lightweight, fault-tolerant distributed relational database built on SQLite, designed for high availability with minimal operational effort.

#database#high-availability#replication
Stars17.4k
Forks773
Last commit3 days ago
gods
godsGo

A comprehensive collection of data structures and algorithms implemented in Go, including lists, sets, maps, trees, stacks, and queues.

#sets#trees#stacks
Stars17.4k
Forks1.8k
Last commit1 year ago
sqlc
sqlcGo

Generate type-safe code from SQL queries for Go, Kotlin, Python, and TypeScript applications.

#orm#developer-tools#database-tool
Stars17.4k
Forks1.0k
Last commit2 days ago
httprouter
httprouterGo

A lightweight, high-performance HTTP request router for Go with zero garbage allocation and explicit route matching.

#zero-garbage#net-http#httprouter
Stars17.1k
Forks1.5k
Last commit1 year ago
Ory Hydra
Ory HydraGo

OpenID Certified OAuth 2.0 and OpenID Connect server optimized for low-latency, high throughput, and cloud-native deployments.

#authorization-server#oauth2#federation
Stars17.1k
Forks1.6k
Last commit10 days ago
ent
entGo

A simple yet powerful entity framework for Go that makes it easy to build and maintain applications with large data-models.

#orm#database#schema-as-code
Stars17.0k
Forks997
Last commit10 days ago
kubo
kuboGo

The original and most widely used IPFS implementation in Go, providing a full-featured node for decentralized content-addressed storage.

#ipfs#dht#decentralized-storage
Stars17.0k
Forks3.2k
Last commit2 days ago
VictoriaMetrics
VictoriaMetricsGo

A fast, cost-effective, and scalable open-source monitoring solution and time series database.

#graphite#influxdb-alternative#database
Stars16.8k
Forks1.6k
Last commit2 days ago
Telegraf PostgreSQL plugin
Telegraf PostgreSQL pluginGo

A plugin-driven agent for collecting, processing, aggregating, and writing metrics, logs, and arbitrary data.

#plugin-system#observability#logs
Stars16.8k
Forks5.8k
Last commit2 days ago
Telegraf
TelegrafGo

A plugin-driven agent for collecting, processing, aggregating, and writing metrics, logs, and arbitrary data.

#plugin-system#observability#logs
Stars16.8k
Forks5.8k
Last commit2 days ago
PhoneInfoga
PhoneInfogaGo

An advanced information gathering framework for scanning international phone numbers to collect OSINT data.

#footprint#phone-number-scanning#information-gathering
Stars16.3k
Forks4.9k
Last commit3 months ago
webrtc
webrtcGo

A pure Go implementation of the WebRTC API for building real-time communication applications.

#data-channels#pion-webrtc#embedded-systems
Stars16.2k
Forks1.8k
Last commit3 days ago
vim-go
vim-goVim Script

A comprehensive Go development plugin for Vim and Neovim with advanced language tooling integration.

#hacktoberfest#lps#language-server
Stars16.2k
Forks1.4k
Last commit27 days ago
Weaviate
WeaviateGo

An open-source, cloud-native vector database that combines semantic search with structured filtering for AI applications.

#semantic-search#ai#approximate-nearest-neighbor-search
Stars16.1k
Forks1.3k
Last commit2 days ago
MailHog
MailHogGo

A developer tool for testing email sending by capturing SMTP traffic and providing a web UI and API to inspect messages.

#mail-catcher#email-testing#developer-tools
Stars15.9k
Forks1.2k
Last commit2 years ago
transfer.sh
transfer.shGo

A self-hosted file sharing server with a simple command-line interface, supporting multiple storage backends.

#hacktoberfest#hacktoberfest2021#transfersh
Stars15.8k
Forks1.6k
Last commit5 months ago
goreleaser
goreleaserGo

A release automation tool for Go, Rust, Zig, TypeScript, and Python projects that simplifies building, packaging, and publishing.

#multi-language#hacktoberfest#package
Stars15.7k
Forks1.1k
Last commit1 day ago
GJSON
GJSONGo

A Go package for fast and simple retrieval of values from JSON documents using path syntax.

#library#json-query#dot-notation
Stars15.5k
Forks895
Last commit1 year ago
Task
TaskGo

A fast, cross-platform build tool and task runner inspired by Make, designed for modern development workflows.

#devops#taskfile#make-alternative
Stars15.4k
Forks815
Last commit2 days ago
yq
yqGo

A portable command-line YAML, JSON, XML, CSV, TOML, HCL, and properties processor with jq-like syntax.

#devops#yaml#portable
Stars15.3k
Forks762
Last commit1 day ago
go-sql-driver
go-sql-driverGo

A pure Go MySQL driver implementing Go's database/sql interface for connecting Go applications to MySQL and MariaDB databases.

#database#connection-pooling#mysql-driver
Stars15.3k
Forks2.3k
Last commit3 days ago
kind
kindGo

A tool for running local Kubernetes clusters using Docker container nodes, designed for testing and development.

#local-clusters#containerization#podman
Stars15.2k
Forks1.7k
Last commit4 days ago
cayley
cayleyGo

An open-source graph database for linked data, inspired by Google's Knowledge Graph.

#linked-data#data-storage#graph
Stars15.0k
Forks1.2k
Last commit5 months ago
cayley
cayleyGo

An open-source graph database for linked data, inspired by Google's Knowledge Graph.

#linked-data#graph#leveldb
Stars15.0k
Forks1.2k
Last commit5 months ago
duf
dufGo

A user-friendly, colorful terminal disk usage utility that improves upon the traditional 'df' command.

#hacktoberfest#devops#df
Stars15.0k
Forks459
Last commit3 months ago
PreviousPage 4 of 21Next

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
#Golang382
#Docker124
#Go Library103
#Cli Tool101
#Devops88
#Self Hosted87
#Hacktoberfest66
#Developer Tools60
#Cli59
#Cross Platform58
#Microservices57
#Kubernetes57