Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Stacks
  3. Go
G

Go

Language
3795 projects10291.0k total stars1131.9k total forks29 languages

Open-source projects built with Go

There are currently 3795 open-source projects built with Go, with a combined total of 10291.0k GitHub stars. The most common language among these projects is Go.

Showing 3,795 open-source projects · page 55 of 106

……
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
envconfig
envconfigvrischmann/envconfig

A Go library for parsing configuration from environment variables into arbitrary structs with flexible naming and defaults.

25030Go
1 year ago
1build
1buildgopinath-langote/1build

A command-line tool for managing project-specific command aliases with before/after hooks and quiet mode.

25032Go
3 months ago
coregex
coregexcoregx/coregex

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

2496Go
5 days ago
Tavor
Tavorzimmski/tavor

A generic fuzzing and delta-debugging framework for generating and reducing structured data using an EBNF-like notation.

24810Go
7 years ago
cursortab.nvim
cursortab.nvimcursortab/cursortab.nvim

A Neovim plugin that provides AI-powered local edit completions and cursor predictions using various model backends.

24722Go
25 days ago
dgr
dgrblablacar/dgr

A command-line tool for building and configuring App Container Images (ACI) and pods with runtime templating and convention over configuration.

24721Go
5 years ago
decimal
decimalgovalues/decimal

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

24725Go
1 year ago
go-lark
go-larkgo-lark/lark

A Go SDK for building chat and notification bots on Feishu and Lark Open Platform, focusing on instant messaging APIs.

24636Go
3 months ago
GitHub Codeowners Validator
GitHub Codeowners Validatormszostok/codeowners-validator

A validation tool for GitHub CODEOWNERS files that checks syntax, file existence, owner validity, and duplication.

24655Go
2 years ago
cloud-concierge
cloud-conciergedragondrop-cloud/cloud-concierge

A containerized tool that codifies unmanaged cloud resources as Terraform, detects drift, estimates costs, and scans for security issues via pull requests.

2468Go
10 months ago
gostatus
gostatusshurcooL/gostatus

A command line tool that shows the status of Go repositories, including updates, branches, and local changes.

24510Go
1 year ago
terraform-provider-stripe
terraform-provider-stripefranckverrot/terraform-provider-stripe

A Terraform provider for managing Stripe products, plans, webhooks, coupons, and tax rates as infrastructure.

24548Go
3 years ago
terraform-provider-azapi
terraform-provider-azapiAzure/terraform-provider-azapi

A thin Terraform provider for managing Azure resources directly via ARM REST APIs, including preview services.

24495Go
2 days ago
clippy
clippyneilberkman/clippy

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

2444Go
9 days ago
speedtest-resize
speedtest-resizefawick/speedtest-resize

A Go benchmark tool comparing performance of various image resizing libraries and external tools for thumbnail generation.

24317Go
13 days ago
go-persian-calendar
go-persian-calendaryaa110/go-persian-calendar

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

24328Go
11 months ago
mergi
merginoelyahan/mergi

A Go library and CLI tool for image manipulation including merging, cropping, resizing, watermarking, animation, easing, and transitions.

24324Go
1 year ago
di
digoava/di

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

24113Go
2 years ago
audio
audiogo-audio/audio

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

24012Go
2 years ago
psql-wire
psql-wirejeroenrinzema/psql-wire

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

23942Go
1 month ago
go-cron
go-cronrk/go-cron

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

23915Go
6 years ago
go-test-coverage
go-test-coveragevladopajic/go-test-coverage

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

23933Go
6 days ago
tfsort
tfsortAlexNabokikh/tfsort

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

23910Go
11 months ago
flotilla
flotillatylertreat/Flotilla

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

23838Go
10 years ago
json-log-viewer
json-log-viewerhedhyw/json-log-viewer

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

23814Go
10 days ago
roumon
roumonbecheran/roumon

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

23710Go
10 days ago
jwt-auth
jwt-authadam-hanna/jwt-auth

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

23741Go
5 years ago
validIaC
validIaCgofireflyio/validiac

An open-source tool that combines tflint, tfsec, infracost, and inframap to validate Terraform Infrastructure-as-Code.

2379TypeScript
1 year ago
pocache
pocachenaughtygopher/pocache

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

2366Go
11 months ago
ldap2pg
ldap2pgdalibo/ldap2pg

A Swiss-army knife to synchronize PostgreSQL roles and privileges from YAML or LDAP.

23534Go
6 days ago
darkroom
darkroomgojek/darkroom

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

23540Go
3 months ago
binpacker
binpackerzhuangsirui/binpacker

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

23438Go
4 years ago
kube-forensics
kube-forensicskeikoproj/kube-forensics

A Kubernetes operator that creates checkpoint snapshots of running pods for offline forensic analysis after security incidents.

23427Go
1 month ago
go-osc
go-oschypebeast/go-osc

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

23258Go
3 years ago
git-remote-ipfs
git-remote-ipfscryptix/git-remote-ipfs

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

23223Go
6 years ago
commander
commanderSimonBaeumer/commander

A CLI tool for testing command-line interfaces across local machines, SSH hosts, and Docker containers using YAML test definitions.

23219Go
2 years ago
1
54
55
56
106