Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Go

Go

2164 projects

Showing 36 of 2164 projects

stenographer
stenographerGo

A high-performance packet capture solution that buffers all network traffic to disk for fast retrieval of specific subsets.

#bpf#disk-buffering#high-performance
Stars1.8k
Forks232
Last commit4 years ago
gift
giftGo

A pure Go library providing a comprehensive set of image processing filters with no external dependencies.

#image-filters#graphics#go-library
Stars1.8k
Forks122
Last commit2 years ago
eris
erisGo

A Go error handling library providing readable stack traces, flexible formatting, and seamless integration with existing error types.

#error-traces#sentry-integration#go-module
Stars1.8k
Forks56
Last commit1 year ago
ZEN Engine (.6k)
ZEN Engine (.6k)Rust

A cross-platform open-source business rules engine for embedding decision logic in Rust, Node.js, Python, Go, Java, C#, Kotlin, and Swift applications.

#decision-engine#rule-engine#business-rules-engine
Stars1.8k
Forks188
Last commit
go-pinyin
go-pinyinGo

A Go library and CLI tool for converting Chinese characters to Hanyu Pinyin with tone support.

#pinyin#internationalization#go-library
Stars1.8k
Forks206
Last commit3 months ago
gev
gevGo

A lightweight, fast, non-blocking TCP network library and WebSocket server for Go, based on the Reactor pattern.

#event-driven#websocket-server#nonblocking
Stars1.8k
Forks193
Last commit1 year ago
Goyave
GoyaveGo

An opinionated, all-in-one Golang web framework focused on building reliable and maintainable enterprise REST APIs.

#orm#rest#api
Stars1.8k
Forks82
Last commit12 days ago
boilr
boilrGo

A command-line tool to create projects from boilerplate templates using Go's templating engine.

#boilerplate-generator#template#boilerplate-template
Stars1.8k
Forks117
Last commit3 years ago
SSL Labs Scan
SSL Labs ScanGo

A command-line client for SSL Labs APIs, enabling automated and bulk SSL/TLS security assessments.

#web-security#ssl-tls#security-scanning
Stars1.8k
Forks251
Last commit1 year ago
portal
portalGo

A command-line file transfer utility for sending files between computers with end-to-end encryption and direct or relayed connections.

#data-transfer#command-line-tool#pake
Stars1.8k
Forks52
Last commit1 year ago
portal
portalGo

A command-line utility for secure, encrypted file transfers between computers with direct or relayed connections.

#data-transfer#command-line-tool#pake
Stars1.8k
Forks52
Last commit1 year ago
GoDNS
GoDNSGo

A self-hosted dynamic DNS client with multi-provider support and a built-in web panel, written in Go.

#ddns-client#network-tools#dnspod
Stars1.7k
Forks239
Last commit20 days ago
godump (goforj)
godump (goforj)Go

A zero-dependency, Laravel-inspired pretty-printer and debug dumper for Go structs with colorized terminal and HTML output.

#debugging-tools#developer-tools#zero-dependency
Stars1.7k
Forks37
Last commit3 months ago
bot
botGo

A zero-dependency Go framework for building Telegram bots with full API support, webhooks, and middleware.

#go-library#chatbot#telegram-bot-api
Stars1.7k
Forks150
Last commit23 days ago
mmake
mmakeGo

A wrapper for GNU Make that adds user-friendly help output and remote includes while preserving all original functionality.

#developer-tools#mmake#makefile
Stars1.7k
Forks44
Last commit3 years ago
nosurf
nosurfGo

A CSRF protection middleware for Go that prevents Cross-Site Request Forgery attacks in any HTTP application.

#http-handler#web-security#breach-mitigation
Stars1.7k
Forks127
Last commit1 year ago
sshesame
sshesameGo

A lightweight SSH honeypot that logs all connection attempts and activity without executing commands.

#honeypot#ssh-honeypot#deceptive-server
Stars1.7k
Forks108
Last commit1 year ago
surf
surfGo

Advanced Go HTTP client with browser impersonation, TLS fingerprinting, HTTP/3 support, and anti-bot bypass for web automation.

#browser-impersonation#anti-bot#http3
Stars1.7k
Forks90
Last commit1 month ago
Fuego
FuegoGo

A Go web framework that automatically generates OpenAPI 3 specifications from source code, compatible with Gin and Echo.

#net-http#http-server#html-templating
Stars1.7k
Forks124
Last commit2 days ago
bob
bobGo

A Go SQL toolkit with a query builder, ORM, and code generation for PostgreSQL, MySQL, and SQLite.

#query-builder#orm#database
Stars1.7k
Forks107
Last commit4 days ago
sling
slingGo

A Go HTTP client library for creating and sending API requests with struct-based encoding and request composition.

#net-http#rest-api#struct-encoding
Stars1.7k
Forks123
Last commit3 months ago
actions/setup-go: Go
actions/setup-go: GoTypeScript

A GitHub Action to set up a Go environment with version management, caching, and error matchers.

#devops#caching#version-management
Stars1.7k
Forks656
Last commit3 days ago
go-sqlbuilder
go-sqlbuilderGo

A flexible and powerful SQL string builder library plus a zero-config ORM for Go.

#query-builder#orm#database
Stars1.7k
Forks139
Last commit1 month ago
zoekt
zoektGo

A fast trigram-based text search engine optimized for source code with substring, regex, and boolean query support.

#trigram-indexing#repo-type-backend#code-search
Stars1.7k
Forks215
Last commit6 days ago
golang-examples
golang-examplesGo

A collection of Go programming examples covering beginner to expert topics, from basic syntax to advanced applications.

#programming-language#hacktoberfest#beginner-friendly
Stars1.7k
Forks457
Last commit1 month ago
go-selfupdate
go-selfupdateGo

A Go library enabling applications to self-update via binary diffs and full downloads from a custom server.

#deployment#binary-diff#incremental-updates
Stars1.7k
Forks186
Last commit1 year ago
Greenmask
GreenmaskGo

An open-source tool for PostgreSQL and MySQL database anonymization, synthetic data generation, and logical dumping.

#logical-backup#devops#database-subsetting
Stars1.7k
Forks60
Last commit16 days ago
glfw
glfwC

Go bindings for the GLFW 3 library, enabling window and input management for OpenGL applications.

#gamedev#opengl#go-bindings
Stars1.7k
Forks192
Last commit2 months ago
gorbac
gorbacGo

A lightweight, generic role-based access control (RBAC) library for Go applications with inheritance and custom assertions.

#role-management#rbac#go-library
Stars1.7k
Forks181
Last commit29 days ago
requests
requestsGo

A Go library providing a fluent API to simplify HTTP client requests, reducing boilerplate compared to net/http.

#net-http#convenience#http
Stars1.7k
Forks61
Last commit7 months ago
go-http-routing-benchmark
go-http-routing-benchmarkGo

A benchmark suite comparing the performance of Go HTTP request routers and web frameworks using real-world API routing structures.

#performance-testing#api-testing#golang
Stars1.7k
Forks241
Last commit
Oak
OakGo

A pure Go game engine for building 2D games and GUI applications with built-in rendering, physics, and audio systems.

#gamedev#collision-detection#ui
Stars1.7k
Forks86
Last commit2 months ago
sftp
sftpGo

SFTP client and server implementation for Go, providing file system operations over SSH connections.

#golang-package#remote-filesystem#file-transfer
Stars1.7k
Forks396
Last commit7 days ago
gorethink
gorethinkGo

A Go driver for RethinkDB providing a native interface to query and manage the NoSQL database.

#reql#database-driver#query-builder
Stars1.6k
Forks178
Last commit7 months ago
boomfilters
boomfiltersGo

A Go library of probabilistic data structures for processing continuous, unbounded data streams.

#probabilistic-data-structures#stream-processing#filter
Stars1.6k
Forks118
Last commit6 months ago
gendry
gendryGo

A Go library for building SQL queries and mapping results, providing a lightweight alternative to ORMs.

#query-builder#database#struct-mapping
Stars1.6k
Forks196
Last commit1 year ago
PreviousPage 20 of 61Next

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
17 days ago
2 years ago
#Golang1136
#Go Library370
#Docker271
#Cli Tool269
#Devops225
#Developer Tools186
#Self Hosted182
#Cli181
#Golang Library149
#Hacktoberfest138
#Cross Platform121
#Microservices117