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

Vimsnake
VimsnakeJavaScript

A classic Snake game playable with Vim keybindings, compiled to WebAssembly for browser execution.

#webassembly#game-development#docker
Stars152
Forks11
Last commit3 years ago
pure
pureGo

A fast, radix-tree based HTTP router for Go that strictly adheres to the standard net/http package.

#net-http#context#native-http
Stars152
Forks12
Last commit3 years ago
acmd
acmdGo

A simple, dependency-free CLI framework for Go with a minimal API and good defaults.

#developer-tools#cli-framework#minimal-api
Stars152
Forks3
Last commit2 years ago
backlite
backliteGo

A type-safe, persistent, embedded task queue and background job runner for Go applications using SQLite, with a built-in web monitoring UI.

#graceful-shutdown#job-runner#task-queue
Stars152
Forks9
Last commit1 month ago
ofxgo
ofxgoGo

A Go library for querying OFX servers and parsing OFX responses, with an example command-line client.

#parsing#hacktoberfest#personal-finance
Stars152
Forks29
Last commit6 months ago
sslb
sslbGo

A lightweight, configurable load balancer written in Go with WebSocket support and health monitoring.

#reverse-proxy#devops#high-availability
Stars152
Forks27
Last commit2 years ago
pmy
pmyGo

A context-aware zsh completion engine powered by fuzzy finders like fzf, enabling customizable command-line completions.

#zsh-completion#productivity#terminal
Stars151
Forks3
Last commit3 years ago
filter
filterGo

A Go library for filtering, sanitizing, and converting data with built-in rules and functions.

#sanitization#filter#golang-package
Stars151
Forks12
Last commit27 days ago
claude-esp
claude-espGo

A terminal TUI that streams Claude Code's hidden output (thinking, tool calls, subagents) to a separate window in real-time.

#developer-tools#terminal-tui#agents
Stars151
Forks5
Last commit11 days ago
iplib
iplibGo

A comprehensive Go library for manipulating IP addresses and networks, inspired by Python's ipaddress and Ruby's ipaddr.

#subnet#subnet-calculation#library
Stars151
Forks22
Last commit2 years ago
darwin
darwinGo

A lightweight Go library for managing database schema migrations with version control.

#migration#database#version-control
Stars150
Forks34
Last commit3 years ago
go-benchmarks
go-benchmarksGo

A collection of miscellaneous Go microbenchmarks used for performance analysis and optimization.

#performance-analysis#golang#microbenchmarks
Stars150
Forks23
Last commit10 years ago
nostromo
nostromoGo

A CLI tool for building and managing complex command aliases and multi-dimensional tools declaratively.

#hacktoberfest#command-line-tools#productivity
Stars150
Forks9
Last commit1 month ago
go-proxy-cache
go-proxy-cacheGo

A simple reverse proxy with caching written in Go, using Redis for storage and supporting load balancing, SSL/TLS, and advanced caching features.

#reverse-proxy#web-server#caching
Stars150
Forks19
Last commit2 days ago
scaffold
scaffoldGo

A CLI tool that generates starter Go project layouts with Docker, configs, and web server boilerplate.

#web-server#boilerplate#makefile
Stars150
Forks27
Last commit7 years ago
readline
readlineGo

A modern, pure Go readline library with full .inputrc support, Vim/Emacs modes, and Z-Shell-inspired completions.

#vim-mode#completion#vim
Stars149
Forks22
Last commit29 days ago
dudeldu
dudelduGo

A simple audio/video streaming server implementing the SHOUTcast protocol for media broadcasting.

#shoutcast-server#media-server#server
Stars149
Forks16
Last commit7 years ago
gtfstidy
gtfstidyGo

A command-line tool for validating, cleaning, and minimizing GTFS transit feed files while preserving semantic equivalence.

#data-cleaning#validation#command-line-tool
Stars149
Forks21
Last commit7 days ago
claude-toolbox
claude-toolboxShell

A template repository and plugin system providing a pre-configured Claude Code development environment with MCP servers, skills, and collaborative workflows.

#collaborative-tools#js#developer-tools
Stars148
Forks31
Last commit16 hours ago
CrunchyCleaner
CrunchyCleanerGo

A lightweight, cross-platform cache cleanup tool with a simple TUI for Windows and Linux.

#cli-app#cleaner#cleaners
Stars147
Forks7
Last commit4 days ago
hub
hubGo

A fast message/event hub for Go applications using publish/subscribe with RabbitMQ-like topic patterns.

#hacktoberfest#topic#event-hub
Stars147
Forks19
Last commit1 month ago
golang-fiber-realworld-example-app
golang-fiber-realworld-example-appGo

A real-world backend API example built with Go, Fiber, Gorm, and Swagger, following the RealWorld specification.

#rest-api#example-project#swagger
Stars147
Forks34
Last commit
go-unidecode
go-unidecodeGo

A Go library for converting Unicode text to ASCII transliterations, inspired by python-unidecode.

#unicode#unidecode#internationalization
Stars146
Forks20
Last commit3 years ago
CCU-Jack
CCU-JackGo

A REST and MQTT gateway for HomeMatic CCU home automation systems, enabling secure access and integration of third-party devices.

#home-automation#homematic#mqtt
Stars146
Forks16
Last commit18 hours ago
golang-benchmarks
golang-benchmarksGo

A collection of Go benchmarks comparing the performance of various standard library functions and common programming tasks.

#golang-playground#examples#hashing
Stars145
Forks19
Last commit5 days ago
ring
ringGo

A high-performance, thread-safe Bloom filter implementation in Go.

#probabilistic-data-structures#high-performance#concurrent
Stars145
Forks16
Last commit6 years ago
gentee
genteeGo

A script programming language designed for automating repetitive actions and processes on your computer.

#script-engine#programming-language#compiler
Stars145
Forks18
Last commit6 days ago
Yup
YupGo

An Arch Linux AUR helper with ncurses interface, better search sorting, and Yupfile batch installs.

#arch-linux#hacktoberfest#yaourt
Stars145
Forks7
Last commit3 years ago
fuego
fuegoGo

A functional programming library for Go that introduces streams, collectors, and functional paradigms to improve code readability and reduce bugs.

#stream-processing#functional-programming#go-modules
Stars145
Forks12
Last commit2 years ago
GOBDD
GOBDDGo

A BDD testing framework for Go that runs tests natively with debugging support and context-aware steps.

#hacktoberfest#go-testing#integration-testing
Stars144
Forks21
Last commit2 months ago
fastwalk
fastwalkGo

A fast parallel directory traversal library for Go that significantly outperforms filepath.WalkDir and godirwalk.

#fast#directory-traversal#filesystem
Stars144
Forks8
Last commit10 days ago
structomap
structomapGo

A Go library for dynamically transforming structs into maps with chainable field selection and modification.

#fluent-interface#serializer#serialization
Stars143
Forks11
Last commit7 years ago
jsonassert
jsonassertGo

A Go test assertion library for verifying that two JSON representations are semantically equal.

#hacktoberfest#unit-testing#test-assertions
Stars143
Forks16
Last commit8 months ago
Netreap
NetreapGo

A Cilium controller for Nomad clusters that manages endpoints, syncs policies, and cleans up orphaned resources.

#cni#cilium-operator#cilium
Stars142
Forks12
Last commit2 years ago
tokenizer
tokenizerGo

A high-performance, regex-free Go tokenizer for parsing strings, slices, and infinite streams into customizable tokens.

#parsing#parse#unicode
Stars142
Forks11
Last commit1 month ago
json2go
json2goGo

A Go package and CLI tool that generates accurate Go struct types from JSON input, ensuring proper marshaling/unmarshaling.

#developer-tools#vscode-extension#json-to-golang
Stars142
Forks20
Last commit4 months ago
PreviousPage 47 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
5 months ago
#Golang1469
#Go Library491
#Cli Tool323
#Docker322
#Devops269
#Developer Tools225
#Cli209
#Golang Library207
#Self Hosted206
#Hacktoberfest154
#Performance149
#Microservices144