Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Golang

Golang

1971 projects

Showing 36 of 1971 projects

woodpecker
woodpeckerGo

A simple, powerful, and extensible CI/CD engine designed for self-hosting.

#devops#yaml#cicd
Stars7.5k
Forks631
Last commit23 hours ago
gocv
gocvGo

Go language bindings for OpenCV 4, enabling computer vision applications with support for CUDA, DNN, and OpenVINO.

#cuda#video-processing#opencv
Stars7.5k
Forks903
Last commit1 month ago
decimal
decimalGo

Arbitrary-precision fixed-point decimal numbers in Go for accurate financial calculations.

#fixed-point#financial-computing#precision
Stars7.5k
Forks673
Last commit25 days ago
fabio
fabioGo

A fast, zero-configuration load balancing HTTP(S) and TCP router for services managed by Consul.

#reverse-proxy#vault#docker
Stars7.3k
Forks622
Last commit22 hours ago
mockery
mockeryGo

A mock code autogenerator for Go interfaces using testify/mock to eliminate boilerplate.

#generator#mock-generation#unit-testing
Stars7.2k
Forks455
Last commit1 day ago
jid
jidGo

An interactive command-line tool to drill down JSON data incrementally with jq-like filtering, auto-completion, and JMESPath support.

#jq-alternative#developer-tools#interactive
Stars7.1k
Forks157
Last commit20 days ago
gocron
gocronGo

A fluent Go job scheduling library for running functions at fixed intervals, cron times, or random durations.

#hacktoberfest#concurrency-control#task-scheduler
Stars7.1k
Forks349
Last commit3 days ago
cosmos-sdk
cosmos-sdkGo

A modular, open-source blockchain SDK for building secure, high-performance, interoperable Layer 1 chains.

#modular-architecture#layer-1#sovereign-chains
Stars7.0k
Forks4.2k
Last commit23 hours ago
Cosmos SDK
Cosmos SDKGo

A modular, open-source blockchain SDK for building secure, high-performance, interoperable Layer 1 chains with full customizability.

#modular-architecture#layer-1#sovereign-chains
Stars7.0k
Forks4.2k
Last commit23 hours ago
goja
gojaGo

A pure Go implementation of ECMAScript 5.1+ with a focus on standard compliance and performance.

#javascript-engine#embedding#pure-go
Stars7.0k
Forks461
Last commit1 day ago
script
scriptGo

A Go library for writing shell-like scripts with a pipeline API for file reading, subprocess execution, string matching, and more.

#command-line-tools#shell-scripting#pipeline
Stars7.0k
Forks361
Last commit1 month ago
dbmate
dbmateGo

A lightweight, framework-agnostic command-line tool for database schema migrations using plain SQL.

#migration#devops#database-schema
Stars7.0k
Forks357
Last commit20 hours ago
evcc
evccGo

solar charging ☀️🚘

#home-automation#mqtt#emobility
Stars7.0k
Forks1.4k
Last commit1 day ago
SQLBoiler
SQLBoilerGo

Generate a type-safe Go ORM from your existing database schema using a database-first approach.

#mssql#orm#database
Stars7.0k
Forks557
Last commit12 days ago
ristretto
ristrettoGo

A high-performance, concurrent cache library for Go with cost-based eviction and excellent hit ratios.

#in-memory-cache#library#memory-management
Stars7.0k
Forks444
Last commit9 days ago
gopher-lua
gopher-luaGo

A Lua 5.1 VM and compiler written in Go, designed for embedding Lua scripting into Go applications.

#compiler#gopher-lua#extensible-semantics
Stars7.0k
Forks703
Last commit3 months ago
bombardier
bombardierGo

A fast cross-platform HTTP benchmarking tool written in Go for load testing web services.

#http-benchmarking#fast#load-testing
Stars6.8k
Forks329
Last commit3 months ago
blocky
blockyGo

A fast, lightweight DNS proxy and ad-blocker for local networks with advanced DNS configuration and privacy features.

#go-application#adblocker#local-network
Stars6.8k
Forks290
Last commit3 days ago
Lura
LuraGo

An open-source Go framework for building ultra-performant API gateways with middleware support.

#api-gateway#open-source#gateway-api
Stars6.8k
Forks585
Last commit14 days ago
drive
driveGo

A command-line client for Google Drive that enables file synchronization, management, and scripting without a background daemon.

#open-source#storage#file-management
Stars6.7k
Forks429
Last commit2 years ago
NATS Go Client
NATS Go ClientGo

Official Go client for NATS, a cloud-native messaging system, enabling high-performance publish-subscribe and request-reply communication.

#jetstream#go-client#distributed-systems
Stars6.7k
Forks813
Last commit1 day ago
btcd
btcdGo

A full node Bitcoin implementation written in Go, providing an alternative to Bitcoin Core with a focus on modularity.

#hacktoberfest#bitcoin-protocol#cryptocurrency
Stars6.7k
Forks2.5k
Last commit2 days ago
afero
aferoGo

A filesystem abstraction library for Go that provides a universal interface for local, in-memory, cloud, and archive backends.

#network-file-system#filesystem#filesystem-abstraction
Stars6.7k
Forks569
Last commit16 days ago
slack-term
slack-termGo

A terminal-based Slack client for accessing Slack workspaces directly from the command line.

#slack-client#keyboard-driven#productivity
Stars6.6k
Forks228
Last commit2 years ago
go-sqlmock
go-sqlmockGo

A mock SQL driver for Go that simulates database behavior in tests without requiring a real database connection.

#database#test-isolation#unit-testing
Stars6.6k
Forks413
Last commit14 days ago
pgroll
pgrollGo

A command-line tool for performing zero-downtime, reversible schema migrations in PostgreSQL.

#hacktoberfest#devops#postgres
Stars6.5k
Forks151
Last commit14 days ago
pixie
pixieC++

An open-source observability tool for Kubernetes applications that automatically collects telemetry using eBPF.

#kubernetes-observability#telemetry#cncf
Stars6.5k
Forks498
Last commit11 days ago
Pixie
PixieC++

An open-source observability tool for Kubernetes applications that automatically collects telemetry using eBPF and provides in-cluster edge compute.

#cncf-sandbox#kubernetes-observability#infrastructure-monitoring
Stars6.5k
Forks498
Last commit11 days ago
go-callvis
go-callvisGo

Visualize call graphs of Go programs using interactive Graphviz-based diagrams.

#developer-tools#callgraph#graphviz
Stars6.5k
Forks433
Last commit3 months ago
telegram-bot-api
telegram-bot-apiGo

A Go library providing comprehensive bindings for the Telegram Bot API, enabling easy bot development.

#hacktoberfest#golang-library#telegram-bot-api
Stars6.4k
Forks996
Last commit1 year ago
DDD by Refactoring
DDD by RefactoringGo

A practical Go example application demonstrating DDD, Clean Architecture, and CQRS through step-by-step refactoring.

#cqrs#google-cloud-run#serverless
Stars6.4k
Forks583
Last commit8 months ago
env
envGo

A zero-dependency Go library for parsing environment variables into typed structs.

#hacktoberfest#environment-variables#environment
Stars6.3k
Forks281
Last commit17 days ago
gitrob
gitrobGo

A reconnaissance tool that finds potentially sensitive files in public GitHub repositories for security analysis.

#sensitive-data#osint#security-analysis
Stars6.2k
Forks844
Last commit3 years ago
ticker
tickerGo

A terminal-based stock, crypto, and derivatives price watcher and position tracker with real-time updates.

#golang-application#ticker#stock-market
Stars6.2k
Forks333
Last commit26 days ago
Goa
GoaGo

Design-first Go framework that generates API code, documentation, and clients from a single DSL, eliminating drift between design and implementation.

#goa#rest#api
Stars6.1k
Forks585
Last commit4 days ago
go-elasticsearch
go-elasticsearchGo

The official Go client library for interacting with Elasticsearch, providing a comprehensive API for search, indexing, and data operations.

#data-indexing#client#go-client
Stars6.1k
Forks644
Last commit3 days ago
PreviousPage 6 of 55Next

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
#Go1468
#Go Library486
#Cli Tool210
#Docker186
#Developer Tools172
#Golang Library166
#Devops161
#Cli153
#Self Hosted124
#Hacktoberfest121
#Performance113
#Concurrency112