Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Go

Go

770 projects

Showing 36 of 770 projects

gabs
gabsGo

A Go utility for parsing, creating, and editing dynamic or unknown JSON structures with a simple wrapper around encoding/json.

#parsing#dynamic-json#go-library
Stars3.5k
Forks200
Last commit1 year ago
go-i18n
go-i18nGo

A Go package and command-line tool for internationalizing Go applications with pluralization and template support.

#cldr#internationalization#cli-tool
Stars3.5k
Forks288
Last commit24 days ago
postgres_exporter
postgres_exporterGo

A Prometheus exporter that collects and exposes PostgreSQL server metrics for monitoring.

#devops#observability#postgresql-monitoring
Stars3.5k
Forks824
Last commit2 days ago
go-json-rest
go-json-restGo

A thin layer on top of net/http for building fast, scalable RESTful JSON APIs in Go with middleware support.

#json-api#net-http#http-server
Stars3.5k
Forks373
Last commit5 years ago
devd
devdGo

A local web server for developers with livereload, reverse proxying, and latency simulation.

#reverse-proxy#webserver#web-server
Stars3.5k
Forks146
Last commit29 days ago
mc
mcGo

A command-line client providing Unix-like utilities for managing filesystems and S3-compatible object storage.

#filesystem#devops#coreutils
Stars3.5k
Forks674
Last commit5 months ago
Go Proposals
Go ProposalsHTML

A repository for Go project design documents and the formal process for proposing changes to the Go language, libraries, and tools.

#development-workflow#proposal-process#design-documents
Stars3.4k
Forks397
Last commit2 days ago
Coraza
CorazaGo

An open-source, enterprise-grade Web Application Firewall library written in Go, compatible with ModSecurity SecLang rulesets.

#reverse-proxy#waf#owasp
Stars3.4k
Forks319
Last commit14 hours ago
go-lua
go-luaGo

A pure Go implementation of the Lua 5.2 virtual machine for scripting Go applications.

#embedded-scripting#go-library#virtual-machine
Stars3.4k
Forks207
Last commit9 months ago
GoSublime
GoSublimeGo

An IDE-like plugin for Sublime Text 3 that provides comprehensive Go development tools and code completion.

#text-editor-extension#developer-tools#ide-integration
Stars3.4k
Forks296
Last commit5 years ago
sql-migrate
sql-migrateGo

A SQL schema migration tool for Go that works as both a CLI and library, supporting multiple databases.

#sql-schema-migration#cli-tool#atomic-migrations
Stars3.4k
Forks292
Last commit5 months ago
OP Vault ChatGPT
OP Vault ChatGPTJavaScript

Give ChatGPT long-term memory by uploading custom knowledge base files (PDF, txt, epub) and asking questions via a React frontend.

#openai#question-answering#vector-database
Stars3.4k
Forks300
Last commit9 months ago
jabba
jabbaGo

A cross-platform Java version manager inspired by nvm, written in Go, for installing and switching between JDK distributions.

#developer-tools#shell-integration#cli-tool
Stars3.4k
Forks222
Last commit2 years ago
alice
aliceGo

A minimal, painless middleware chaining library for Go HTTP handlers.

#net-http#http-middleware#handler-composition
Stars3.3k
Forks152
Last commit1 year ago
mo
moGo

A Go library providing monads and functional programming abstractions like Option, Result, and Either using Go 1.18+ generics.

#either#functional-programming#either-type
Stars3.3k
Forks110
Last commit22 days ago
ghz (.3k)
ghz (.3k)Go

A command-line tool for load testing and benchmarking gRPC services with support for various schedules and output formats.

#hacktoberfest#load-testing#cli-tool
Stars3.3k
Forks279
Last commit24 days ago
gomock
gomockGo

A mocking framework for Go that integrates with the testing package to generate and use mock objects.

#gomock#mock-generation#unit-testing
Stars3.3k
Forks164
Last commit4 months ago
quicktemplate
quicktemplateGo

A fast, powerful, and easy-to-use template engine for Go that compiles templates to Go code for optimal performance.

#fast#server-side-rendering#template-engine
Stars3.3k
Forks148
Last commit1 year ago
playwright-go
playwright-goGo

A Go library to automate Chromium, Firefox, and WebKit browsers with a single API for cross-browser web automation.

#playwright#hacktoberfest#headless-chrome
Stars3.3k
Forks226
Last commit2 months ago
playwright-go
playwright-goGo

A Go library for cross-browser automation, controlling Chromium, Firefox, and WebKit with a single API.

#playwright#hacktoberfest#headless-chrome
Stars3.3k
Forks226
Last commit2 months ago
Notary
NotaryGo

A client and server implementation of The Update Framework (TUF) for securing software distribution and updates.

#tuf-implementation#software-updates#cncf
Stars3.3k
Forks521
Last commit1 year ago
rover
roverGo

Interactive Terraform visualization tool that generates resource overviews, maps, and graphs from plan and configuration files.

#interactive-visualizations#cli-tool#devops-tools
Stars3.3k
Forks194
Last commit8 months ago
clickhouse-go
clickhouse-goGo

A high-performance Go driver for ClickHouse offering both native and standard database/sql interfaces.

#columnar-database#database-driver#database
Stars3.3k
Forks653
Last commit2 days ago
gota
gotaGo

A Go library providing DataFrames, Series, and data wrangling operations for tabular data manipulation.

#dataframe#data-wrangling#series
Stars3.3k
Forks293
Last commit2 years ago
Skipper
SkipperGo

An HTTP router and reverse proxy for service composition, designed to handle large-scale routing definitions and Kubernetes Ingress.

#mosaic#http-proxy#api-gateway
Stars3.3k
Forks385
Last commit16 hours ago
dry
dryGo

A terminal-based application to manage Docker containers, images, networks, and Swarm clusters with a keyboard-driven interface.

#docker-engine#devops#terminal-tui
Stars3.2k
Forks103
Last commit16 days ago
Web Application with Go the Anti-Textbook
Web Application with Go the Anti-TextbookGo

A free tutorial book teaching web development in Go without frameworks by building a todo list application.

#open-source-book#educational#book
Stars3.2k
Forks276
Last commit
localtunnel
localtunnelGo

A minimal Go implementation to expose localhost servers to the internet via public tunnels.

#reverse-proxy#duplex#testing
Stars3.2k
Forks243
Last commit3 years ago
glow
glowGo

A distributed computation system written in Go for parallel and cluster processing, similar to Hadoop MapReduce and Spark.

#mapreduce#cluster-computing#go-library
Stars3.2k
Forks249
Last commit7 years ago
IronFunctions
IronFunctionsGo

An open-source serverless platform (FaaS) that runs functions written in any language, anywhere, with AWS Lambda compatibility.

#lambda#container-orchestration#faas
Stars3.2k
Forks223
Last commit2 years ago
ccat
ccatGo

A command-line tool that works like cat but adds syntax highlighting for multiple programming languages.

#developer-tools#productivity#terminal-utility
Stars3.2k
Forks123
Last commit3 years ago
assh
asshGo

A transparent SSH wrapper that adds regex, aliases, gateways, dynamic hostnames, and hooks to your SSH client.

#gateway-ssh#devops#proxy
Stars3.2k
Forks159
Last commit3 days ago
roshi
roshiGo

A distributed, eventually consistent CRDT set implementation for timestamped events, built on Redis.

#redis#distributed-systems#data-replication
Stars3.2k
Forks155
Last commit25 days ago
Dragonfly
DragonflyGo

A P2P-based data distribution and acceleration system for cloud-native environments, optimizing container image and file delivery.

#bandwidth-optimization#cncf#oci
Stars3.1k
Forks391
Last commit2 days ago
Slash
SlashTypeScript

An open source, self-hosted platform for creating and managing customizable, human-readable shortcuts to frequently used links.

#bookmarks#open-source#team-collaboration
Stars3.1k
Forks144
Last commit1 month ago
goreporter
goreporterGo

A Go tool that performs static analysis, unit testing, and code review to generate comprehensive code quality reports.

#unit-test#developer-tools#unit-testing
Stars3.1k
Forks263
Last commit7 years ago
PreviousPage 14 of 22Next

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
6 months ago
#Golang395
#Docker127
#Go Library106
#Cli Tool102
#Self Hosted92
#Devops88
#Hacktoberfest67
#Developer Tools61
#Cli61
#Cross Platform60
#Microservices59
#Kubernetes58