Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Golang

Golang

1563 projects

Showing 36 of 1563 projects

huego
huegoGo

A clean, unbloated Go client library for controlling Philips Hue lights and bridge resources.

#iot#home-automation#smart-home
Stars262
Forks35
Last commit3 years ago
arch-go
arch-goGo

A Go tool for enforcing architectural rules like dependencies, package contents, function properties, and naming conventions.

#quality#dev-tools#architecture-enforcement
Stars262
Forks21
Last commit3 days ago
godocx
godocxGo

A pure Go library for programmatically reading from and writing to Microsoft Word DOCX files.

#go-modules#document#microsoft
Stars260
Forks42
Last commit10 months ago
go-alexa
go-alexaGo

A Go toolset for creating Amazon Alexa Skills, handling security and response crafting.

#api#amazon#amazon-echo
Stars259
Forks62
Last commit4 years ago
gosession
gosessionGo

A Go package providing a fast, secure session management implementation for the standard net/http library.

#net-http#cookies#authentication
Stars257
Forks18
Last commit1 year ago
PGDeltaStream
PGDeltaStreamGo

A Golang webserver that streams Postgres logical replication changes at-least-once over WebSockets.

#write-ahead-log#logical-replication#postgres
Stars257
Forks16
Last commit8 years ago
rts
rtsGo

Generates Go struct definitions from JSON server responses, supporting parametric routes and custom headers.

#rest#developer-tools#json-server
Stars256
Forks11
Last commit3 years ago
go-hit
go-hitGo

A flexible HTTP integration test framework for Go with a simple, expressive API for sending requests and validating responses.

#hacktoberfest#integration-testing#http-testing
Stars256
Forks9
Last commit1 year ago
hellobitcoin
hellobitcoinGo

A collection of simple Go programs for generating Bitcoin wallets, creating/signing transactions, and sending them over the network.

#wallet-generation#secp256k1#educational
Stars254
Forks37
Last commit9 years ago
spark-connect-go
spark-connect-goGo

An experimental Go client for Apache Spark Connect, enabling Go applications to interact with Spark clusters via gRPC.

#spark-connect#apache-spark#protocol-buffers
Stars253
Forks50
Last commit1 month ago
go-hep
go-hepGo

A comprehensive Go toolkit for High Energy Physics (HEP) data analysis, simulation, and visualization.

#lhc#scientific-computing#xrootd
Stars252
Forks38
Last commit7 months ago
Socker
SockerGo

A Go library that simplifies SSH operations for DevOps with keepalive and multiplexing support.

#devops#connection-pooling#ssh-client
Stars252
Forks13
Last commit3 years ago
go-carpet
go-carpetGo

A terminal tool that displays test coverage for Go source files with color-coded output.

#developer-tools#test-coverage#terminal
Stars252
Forks11
Last commit9 months ago
pattern-match
pattern-matchGo

A pattern matching library for Go inspired by Python's Pampy, supporting structs, slices, maps, regex, and custom matchers.

#declarative#functional-programming#library
Stars251
Forks9
Last commit3 years ago
envconfig
envconfigGo

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

#environment-variables#go-config#go-library
Stars250
Forks30
Last commit1 year ago
Stringy
StringyGo

A comprehensive Go library for string manipulation including case conversion, padding, truncation, and special character handling.

#manipulation#string-helper#camel-case
Stars248
Forks20
Last commit1 year ago
1build
1buildGo

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

#developer-tools#productivity#workflow-automation
Stars247
Forks31
Last commit1 month ago
GitHub Codeowners Validator
GitHub Codeowners ValidatorGo

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

#hacktoberfest#devops#github-codeowners
Stars245
Forks55
Last commit2 years ago
terraform-provider-stripe
terraform-provider-stripeGo

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

#devops#terraform-provider#terraform
Stars244
Forks49
Last commit2 years ago
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
mergi
mergiGo

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

#resize#easing#graphics
Stars243
Forks24
Last commit1 year ago
heimdall
heimdallGo

A cloud-native Identity Aware Proxy and Access Control Decision service for authenticating, authorizing, and transforming HTTP requests.

#http-proxy#api-gateway#zero-trust
Stars242
Forks33
Last commit16 hours ago
workflow
workflowGo

A type-safe, event-driven workflow orchestration library for building robust, distributed workflows in Go with compile-time safety and horizontal scaling.

#event-driven#statemachine#workflow
Stars239
Forks21
Last commit13 days 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
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 commit8 months ago
roumon
roumonGo

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

#cli-tool#tui#goroutine-monitoring
Stars235
Forks10
Last commit4 days ago
ldap2pg
ldap2pgGo

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

#role-management#devops#yaml
Stars232
Forks36
Last commit1 day 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
commander
commanderGo

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

#devops#integration-testing#terminal
Stars230
Forks19
Last commit2 years 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
wmenu
wmenuGo

A Go package for creating interactive command-line menus with validation, color customization, and concurrency support.

#user-input#command-line-interface#golang-package
Stars229
Forks22
Last commit1 year 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
Stars228
Forks6
Last commit2 days ago
HoneyMap
HoneyMapCoffeeScript

Real-time visualization of GPS events on an interactive SVG world map using websockets.

#honeypot#real-time-visualization#geographic-data
Stars227
Forks89
Last commit10 years ago
Hectane
HectaneGo

A lightweight SMTP client and email queue written in Go, available as both a Go package and a standalone HTTP API service.

#smtp#standalone-service#http
Stars226
Forks25
Last commit5 years ago
PreviousPage 28 of 44Next

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
#Go1179
#Go Library376
#Cli Tool187
#Docker160
#Developer Tools142
#Devops140
#Cli131
#Golang Library120
#Self Hosted106
#Hacktoberfest104
#Cross Platform98
#Concurrency91