Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Golang

Golang

1973 projects

Showing 36 of 1973 projects

cbor
cborGo

A secure, fast, and feature-rich CBOR codec for Go, fully compliant with RFC 8949 and RFC 8742.

#std-94#cose#json-alternative
Stars1.1k
Forks82
Last commit1 day ago
gno
gnoGo

An interpreted, deterministic Go virtual machine for building succinct and composable smart contracts on a blockchain.

#cosmos#developer-tools#gnolang
Stars1.1k
Forks464
Last commit1 day ago
sdns
sdnsGo

A high-performance, recursive DNS resolver server with DNSSEC support, focused on preserving privacy.

#dns-resolver#high-performance#dns
Stars1.1k
Forks69
Last commit2 days ago
Gate
GateGo

A high-performance, extensible Minecraft reverse proxy and library written in Go, designed as a scalable alternative to Velocity/BungeeCord.

#reverse-proxy#plugin-system#minecraft-network
Stars1.1k
Forks108
Last commit19 hours ago
Polaris
PolarisGo

A modular Ethereum Virtual Machine (EVM) framework designed for easy integration into any consensus engine or application.

#cosmos#evm-framework#mev
Stars1.1k
Forks354
Last commit2 years ago
goavro
goavroGo

A Go library for encoding and decoding Avro data to and from binary and textual JSON formats.

#schema-evolution#binary-encoding#golang
Stars1.1k
Forks232
Last commit7 months ago
goapp
goappGo

An opinionated guideline for structuring and developing Go web applications/services following DDD and Clean Architecture principles.

#golang-application#software-architecture#webserver
Stars1.1k
Forks62
Last commit11 months ago
telego
telegoGo

A complete Go library for the Telegram Bot API with one-to-one type and method mapping.

#telego#go-library#bot-framework
Stars1.1k
Forks70
Last commit2 days ago
SendGrid
SendGridGo

Official Go library for interacting with the Twilio SendGrid Web API v3 to send emails and manage email services.

#email-sending#rest-client#sendgrid
Stars1.1k
Forks262
Last commit2 months ago
yj
yjGo

A CLI tool that converts between YAML, TOML, JSON, and HCL while preserving map order.

#yaml#map-order-preservation#converter
Stars1.1k
Forks59
Last commit3 months ago
demoinfocs-golang
demoinfocs-golangGo

A high-performance Go library for parsing and analyzing Counter-Strike 2 and CS:GO demo files (replays).

#game-analytics#hacktoberfest#demo
Stars1.1k
Forks143
Last commit1 day ago
chromem-go
chromem-goGo

An embeddable vector database for Go with a Chroma-like interface, enabling RAG and semantic search without external dependencies.

#semantic-search#chroma-alternative#go-library
Stars1.1k
Forks75
Last commit3 months ago
hyperloglog
hyperloglogGo

An improved HyperLogLog implementation with LogLog-Beta bias correction, sparse representation, and flexible precision for cardinality estimation.

#probabilistic-data-structures#stream-processing#data-sketching
Stars1.0k
Forks85
Last commit
gmqtt
gmqttGo

A flexible, high-performance MQTT broker library for Go, fully implementing MQTT protocol versions 3.x and 5.

#gmqtt#redis#iot-messaging
Stars1.0k
Forks216
Last commit4 months ago
GoNB
GoNBGo

A Go kernel for Jupyter notebooks that compiles each cell for fast execution and full Go compatibility.

#gonb#jupyter-kernel#notebook
Stars1.0k
Forks57
Last commit1 month ago
eliasdb
eliasdbGo

EliasDB is a lightweight graph-based database with GraphQL support, a custom query language, and built-in scripting.

#database#graph#graphql
Stars1.0k
Forks48
Last commit4 days ago
gron
gronGo

A Go library providing a clear and thread-safe syntax for writing and scheduling cron jobs.

#periodic-tasks#cron-jobs#job-scheduler
Stars1.0k
Forks64
Last commit3 years ago
csvutil
csvutilGo

A fast, idiomatic, and dependency-free Go library for mapping between CSV and Go values.

#unmarshal#fast#marshal
Stars1.0k
Forks69
Last commit1 year ago
GitHub Action for GoReleaser, a release automation tool for Go projects
GitHub Action for GoReleaser, a release automation tool for Go projectsTypeScript

A GitHub Action to automate Go project releases using GoReleaser for building, packaging, and publishing.

#actions#hacktoberfest#packaging
Stars1.0k
Forks102
Last commit
xdg
xdgGo

A Go library implementing the XDG Base Directory Specification and XDG user directories for portable application file storage.

#portable-applications#filesystem#library
Stars1.0k
Forks36
Last commit9 days ago
kwatch
kwatchGo

Monitor Kubernetes clusters, detect app crashes in real-time, and send instant notifications to Slack, Discord, and other channels.

#helm#devops#container-orchestration
Stars1.0k
Forks82
Last commit2 days ago
onedump
onedumpGo

A CLI tool for backing up and restoring MySQL and PostgreSQL databases to multiple storage destinations with zero-dependency options.

#database-backup#devops#s3-storage
Stars990
Forks71
Last commit1 month ago
vssh
vsshGo

A Go library for executing commands over SSH at scale, handling tens of thousands of concurrent connections for network/server automation.

#scalable-ssh#ssh-client#server
Stars988
Forks87
Last commit2 years ago
go-cleanarch
go-cleanarchGo

A Go tool that validates Clean Architecture rules like The Dependency Rule and module interactions in Go projects.

#uncle-bob#architecture-enforcement#ci-cd
Stars985
Forks49
Last commit4 years ago
image2ascii
image2asciiGo

A Go library and CLI tool that converts images into ASCII art with customizable output options.

#terminal-utility#go-library#cli-tool
Stars979
Forks86
Last commit4 years ago
Goji
GojiGo

A minimalistic and flexible HTTP request multiplexer for Go, featuring middleware support and context integration.

#web-server#api-server#context
Stars974
Forks66
Last commit4 years ago
Stelligent/mu
Stelligent/muGo

A full-stack DevOps framework for simplifying microservice deployment on AWS ECS and EKS.

#container-orchestration#aws-tooling#pipeline
Stars965
Forks133
Last commit6 years ago
abstruse
abstruseGo

A lightweight, distributed CI/CD platform written in Go for testing models and code.

#continuous-testing#distributed-systems#build-automation
Stars959
Forks103
Last commit2 years ago
Temporal
TemporalGo

Temporal's Go SDK for authoring scalable and resilient workflows and activities.

#async-processing#service-bus#open-source
Stars958
Forks338
Last commit22 hours ago
complete
completeGo

A Go library for implementing bash completion with built-in completion for Go commands.

#zsh-completion#command-line-tools#fish-completion
Stars956
Forks72
Last commit1 year ago
go-enum
go-enumGo

A Go code generator that creates type-safe enumerations with useful methods from simple type declarations.

#developer-tools#type-safety#boilerplate
Stars955
Forks75
Last commit5 days ago
OjG
OjGGo

A high-performance JSON parser and toolkit for Go, optimized for large and variable datasets.

#fast#json-toolkit#high-performance
Stars955
Forks57
Last commit7 days ago
flaggy
flaggyGo

Idiomatic Go command-line flag parsing with subcommands, positional values, and flags at any position, no external dependencies.

#input#shell-completion#flags
Stars951
Forks33
Last commit1 month ago
OpenRun
OpenRunGo

An open-source platform for declarative deployment of containerized web apps, on a single node or Kubernetes, with built-in auth and RBAC.

#oauth#declarative-config#devops
Stars947
Forks32
Last commit2 days ago
totp-ssh-fluxer
totp-ssh-fluxerGo

A joke security tool that changes your SSH server's listening port every 30 seconds using TOTP codes.

#totp#automated-defense#ssh-security
Stars947
Forks44
Last commit4 years ago
Zally ()
Zally ()Kotlin

A minimalistic, simple-to-use linter for OpenAPI 2 and 3 specifications that checks compliance with RESTful guidelines.

#api#api-quality#linter
Stars946
Forks157
Last commit1 month ago
PreviousPage 18 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
1 month ago
6 days ago
#Go1469
#Go Library487
#Cli Tool211
#Docker186
#Developer Tools172
#Golang Library167
#Devops161
#Cli154
#Self Hosted124
#Hacktoberfest121
#Performance115
#Concurrency112