Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Go

Go

2318 projects

Showing 36 of 2318 projects

decimal
decimalGo

A Go package implementing correctly rounded decimal floating-point numbers optimized for financial systems.

#decimal#ansi-x3-274#panic-free
Stars244
Forks25
Last commit1 year ago
di
diGo

A full-featured dependency injection container for Go, offering intuitive auto-wiring and advanced features like lazy-loading and container scopes.

#go-modules#software-architecture#dependency-injection
Stars241
Forks13
Last commit2 years ago
greywall
greywallGo

A container-free, deny-by-default sandbox for AI coding agents, enforcing kernel-level filesystem, network, and syscall isolation on Linux and macOS.

#sandbox-ai#sandbox#network-isolation
Stars241
Forks31
Last commit9 days ago
go-cron
go-cronGo

A simple Go library for scheduling tasks with cron-like syntax, from once a second to once a year.

#task-scheduler#daemons#goroutines
Stars239
Forks15
Last commit6 years ago
go-persian-calendar
go-persian-calendarGo

A Go library for Persian (Solar Hijri) calendar conversions with full compatibility to Go's standard time package.

#golang-package#date-time#timezone
Stars239
Forks27
Last commit8 months ago
flotilla
flotillaGo

Automated orchestration tool for benchmarking message queues in scaled-up, distributed configurations.

#broker-testing#performance-testing#message-queue
Stars238
Forks38
Last commit10 years ago
jwt-auth
jwt-authGo

A JWT authentication middleware for Go HTTP servers with short-lived auth tokens, refresh tokens, and CSRF protection.

#http-server#web-security#go-middleware
Stars238
Forks41
Last commit4 years ago
audio
audioGo

A generic Go package providing a common interface and buffer types for audio analysis and processing.

#audio-analysis#audio-library#buffers
Stars238
Forks12
Last commit2 years ago
tfsort
tfsortGo

A CLI utility that sorts Terraform variable, output, locals, and terraform blocks alphabetically and corrects spacing.

#devops#cli-tool#hcl
Stars237
Forks10
Last commit8 months ago
pocache
pocacheGo

A lightweight Go caching library that prevents the thundering herd problem via preemptive optimistic cache updates.

#in-memory-cache#lru-cache#caching
Stars236
Forks6
Last commit9 months ago
go-test-coverage
go-test-coverageGo

A Go tool that enforces minimum test coverage thresholds locally and in CI, ensuring code quality and preventing coverage regressions.

#coverage-threshold#developer-tools#devops
Stars236
Forks31
Last commit13 days ago
clippy
clippyGo

A unified clipboard tool for macOS that intelligently copies files and text from the terminal to paste into GUI apps.

#developer-tools#productivity#file-management
Stars236
Forks4
Last commit1 month ago
roumon
roumonGo

A terminal-based goroutine monitor that visualizes active goroutines using pprof and termui.

#cli-tool#tui#goroutine-monitoring
Stars235
Forks10
Last commit2 days ago
psql-wire
psql-wireGo

A pure Go PostgreSQL server wire protocol implementation for building custom PostgreSQL-compatible servers.

#database-driver#hacktoberfest#backend-development
Stars235
Forks41
Last commit2 months ago
darkroom
darkroomGo

A high-performance, resilient image proxy with pluggable storage backends and image processing engines.

#grafana#image-processing#image-proxy
Stars234
Forks40
Last commit1 month ago
binpacker
binpackerGo

A Go library for packing and unpacking binary data streams with support for multiple data types and endianness.

#stream-processing#binary-serialization#unpacker
Stars233
Forks38
Last commit4 years ago
git-remote-ipfs
git-remote-ipfsGo

A Git transport helper for pushing and pulling repositories directly from IPFS.

#ipfs#version-control#content-addressed
Stars232
Forks23
Last commit6 years ago
go-osc
go-oscGo

A pure Go implementation of the Open Sound Control (OSC) protocol for building networked music and media applications.

#music-technology#opensoundcontrol#golang-library
Stars231
Forks58
Last commit3 years ago
go-sitemap-generator
go-sitemap-generatorGo

A Go library for generating various types of XML sitemaps with support for search engine pinging and cloud storage.

#web-crawling#library#xml-generation
Stars230
Forks65
Last commit1 year ago
tfvar
tfvarGo

A CLI tool that scans Terraform configurations and generates variable definition templates in multiple formats.

#terraform-templates#devops#tfvars
Stars230
Forks25
Last commit3 months ago
Google Calendar View
Google Calendar ViewGo

View and manage Google Calendar events directly from Alfred, supporting multiple accounts and natural language event creation.

#alfred-workflow#alfred#google-calendar
Stars229
Forks13
Last commit4 years ago
coregex
coregexGo

A pure Go production-grade regex engine with SIMD optimizations, offering 3-3000x speedup over the standard library.

#multi-engine#dfa#high-performance
Stars229
Forks6
Last commit5 days ago
jazigo
jazigoGo

A Go-based tool for retrieving and backing up configuration from multiple network devices and servers via SSH, Telnet, and HTTP.

#cisco#concurrent-processing#ssh-management
Stars229
Forks31
Last commit2 years ago
toolbox
toolboxGo

A comprehensive Go utility library providing collection manipulation, struct scanning, time utilities, and service routing.

#conversion#time-parsing#rest-api
Stars229
Forks33
Last commit5 months ago
Trello
TrelloGo

A Go package providing comprehensive access to the Trello API, covering read operations and card creation/modification.

#trello-api#integration#rest-api
Stars227
Forks69
Last commit1 month ago
TextRank
TextRankGo

A Go implementation of the TextRank algorithm for automatic text summarization, phrase extraction, and keyword ranking with multithreading support.

#automatic-summarization#textrank#graph-algorithms
Stars225
Forks23
Last commit1 year ago
json-log-viewer
json-log-viewerGo

An interactive terminal-based viewer for exploring and analyzing structured JSON logs.

#json-logs#go-application#viewer
Stars224
Forks13
Last commit6 days ago
abbreviate
abbreviateGo

A Go tool that shortens strings using common abbreviations and smart word boundary detection for DevOps resource naming.

#hacktoberfest#devops#naming
Stars223
Forks18
Last commit1 year ago
godump
godumpGo

A Go library for structured, colored, and customizable variable dumping, ideal for debugging and logging.

#formatting#struct-inspection#pretty-print
Stars222
Forks4
Last commit7 months ago
kcli
kcliGo

A read-only command-line browser for exploring Kafka topics, partitions, and messages with search and custom decoding.

#devops#streaming-data#command-line-tool
Stars222
Forks17
Last commit6 years ago
go-flow
go-flowGo

A Go package for controlling goroutine execution order based on dependencies, similar to async.auto in Node.js.

#goroutine-order#parallel-execution#concurency
Stars221
Forks28
Last commit7 years ago
joincap
joincapGo

A command-line tool that merges multiple pcap files while gracefully handling corrupt or malformed input.

#packet-processing#data-merging#pcap
Stars220
Forks24
Last commit1 year ago
PocketBase+Stripe
PocketBase+StripeGo

A PocketBase extension built in Go that integrates Stripe webhooks for subscription management and payment processing.

#saas-backend#authentication#golang
Stars220
Forks16
Last commit3 months ago
go-mongox
go-mongoxGo

A Go MongoDB library extending the official driver with generics, type-safe collections, BSON builders, hooks, and plugin support.

#database-driver#hooks#orm
Stars219
Forks13
Last commit1 month ago
slog-formatter
slog-formatterGo

A Go library providing common formatters and helpers for custom attribute formatting with the slog logging library.

#log-formatting#formatting#log-handler
Stars218
Forks6
Last commit1 month ago
go-libsass
go-libsassC++

Go wrapper for libsass, providing a Sass 3.5 compiler for Go applications.

#compiler#sass#c-bindings
Stars216
Forks29
Last commit2 years ago
PreviousPage 41 of 65Next

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
#Golang1215
#Go Library400
#Cli Tool291
#Docker290
#Devops240
#Developer Tools198
#Cli189
#Self Hosted188
#Golang Library161
#Hacktoberfest141
#Cross Platform128
#Microservices125