Awesome Go Overview
Structured collection of Go frameworks, libraries, tools, and resources. Automatically maintained and up-to-date with metadata, filtering, and comprehensive categorization.
🏠 Home · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 abordage/awesome-go · ⭐ 4 · 🏷️ Programming Languages
Awesome Go
Automated. Curated. Ranked.
Go libraries, tools, and applications from the community. This awesome list is automatically maintained with daily GitHub API updates. Projects are re-ranked daily based on current activity metrics.
Daily process: Merge community PRs → Scan repos → Filter stale projects → Recalculate scores → Rebuild list
- AI & Machine Learning
- Audio & Video
- Auth
- Bots & Chat
- CLI & Terminal
- Concurrency
- Configuration
- Data Formats
- Data Structures
- Databases
- DevOps & Build
- Finance & Blockchain
- GUI & Desktop
- Game Development
- Geospatial
- Go Tooling
- Hardware & IoT
- Networking
- Queues & Pub/Sub
- Science
- Scripting
- Security
- Testing & Quality
- Text & NLP
- Third-party APIs
- Utilities
- Version Control & Packages
- Web Development
- Workflow & Scheduling
AI & Machine Learning
AI APIs
- sashabaranov/go-openai (⭐11k) — OpenAI API client for Go ☆
10,689 - wit-ai/wit-go (⭐170) — Go client for wit.ai HTTP API ☆
170
Artificial Intelligence
- ollama/ollama (⭐174k) — Run LLMs locally ☆
173,983 - mudler/LocalAI (⭐47k) — Local OpenAI alternative ☆
46,820 - tmc/langchaingo (⭐9.4k) — LangChain for Go, the easiest way to write LLM-based programs in Go ☆
9,398 - maximhq/bifrost (⭐5.7k) — Fastest LLM gateway for Go ☆
5,718 - philippgille/chromem-go (⭐964) — Embeddable vector database for Go ☆
973 - universal-tool-calling-protocol/go-utcp (⭐106) — Official Go implementation of the UTCP ☆
117 - presbrey/ollamafarm (⭐98) — Manage multiple Ollama instances ☆
98
Machine Learning
- gorgonia/gorgonia (⭐5.9k) — Machine learning library for Go ☆
5,915 - otiai10/gosseract (⭐3.1k) — OCR using Tesseract in Go ☆
3,111 - gomlx/gomlx (⭐1.4k) — GoMLX: An Accelerated Machine Learning Framework For Go ☆
1,450 - jbrukh/bayesian (⭐813) — Naive Bayesian Classification for Golang. ☆
812 - knights-analytics/hugot (⭐608) — Onnx transformer pipelines in Golang ☆
610 - patrikeh/go-deep (⭐557) — Artificial Neural Network ☆
557 - c-bata/goptuna (⭐277) — A hyperparameter optimization framework, inspired by Optuna. ☆
278
Audio & Video
Audio
- ebitengine/oto (⭐1.9k) — A low-level library to play sound on multiple platforms ☆
1,927 - gordonklaus/portaudio (⭐836) — Go bindings for the PortAudio audio I/O library ☆
836 - gen2brain/malgo (⭐411) — Mini audio library ☆
412 - mewkiz/flac (⭐357) — Package flac provides access to FLAC (Free Lossless Audio Codec) streams. ☆
358 - tosone/minimp3 (⭐132) — Decode mp3 ☆
132
Images
- hybridgroup/gocv (⭐7.5k) — Computer vision with OpenCV 4 ☆
7,462 - anthonynsimon/bild (⭐4.2k) — Image processing algorithms in pure Go ☆
4,192 - cshum/imagor (⭐4k) — Fast, secure image processing server and Go library, using libvips ☆
3,962 - thoas/picfit (⭐2.3k) — An image resizing server written in Go ☆
2,335 - gographics/imagick (⭐1.9k) — Go binding to ImageMagick's MagickWand C API ☆
1,870 - tdewolff/canvas (⭐1.8k) — Vector graphics in Go ☆
1,814 - davidbyttow/govips (⭐1.6k) — A lightning fast image processing and resizing library for Go ☆
1,622 - yeqown/go-qrcode (⭐850) — Customizable QR code generator ☆
853 - HugoSmits86/nativewebp (⭐439) — Native webp encoder for Go ☆
441 - auyer/steganography (⭐355) — LSB steganography in pure Go ☆
354 - kolesa-team/go-webp (⭐310) — Simple and fast webp library for golang ☆
311 - qmuntal/gltf (⭐282) — Go library for encoding glTF 2.0 files ☆
282 - Pixboost/transformimgs (⭐290) — Open source image CDN. ☆
290 - gojek/darkroom (⭐235) — Image processing engine and proxy service ☆
234 - ungerik/go-cairo (⭐152) — Go binding for the cairo graphics library ☆
152 - aofei/cameron (⭐131) — An avatar generator for Go. ☆
131 - piglig/go-qr (⭐50) — A native, high-quality and minimalistic QR code generator and decoder ☆
53
Video
- asticode/go-astiav (⭐718) — Golang ffmpeg and libav C bindings ☆
721 - asticode/go-astisub (⭐697) — Manipulate subtitles in Go ☆
700 - Eyevinn/mp4ff (⭐636) — MP4/ISOBMFF tools and library ☆
637 - asticode/go-astits (⭐616) — Demux and mux MPEG Transport Streams (.ts) natively in GO ☆
615 - adrg/libvlc-go (⭐509) — Go bindings for libVLC ☆
510 - Eyevinn/hls-m3u8 (⭐61) — HLS m3u8 library in Go ☆
63 - jonoton/scout (⭐28) — Video surveillance with motion detection ☆
28 - unki2aut/go-mpd (⭐32) — MPEG-DASH manifest library ☆
32
Auth
Authentication
- golang-jwt/jwt (⭐9.1k) — Go implementation of JSON Web Tokens (JWT). ☆
9,118 - markbates/goth (⭐6.5k) — Multi-provider authentication ☆
6,556 - golang/oauth2 (⭐5.9k) — Go OAuth2 ☆
5,872 - aarondl/authboss (⭐4.2k) — The boss of http auth. ☆
4,186 - alexedwards/scs (⭐2.6k) — HTTP Session Management for Go ☆
2,582 - lestrrat-go/jwx (⭐2.4k) — Complete JWx implementation ☆
2,391 - openshift/osin (⭐1.9k) — Golang OAuth2 server library ☆
1,933 - dghubble/gologin (⭐2k) — Go login handlers for authentication providers (OAuth1, OAuth2) ☆
1,955 - zitadel/oidc (⭐1.8k) — OpenID Connect client and server ☆
1,829 - cristalhq/jwt (⭐686) — Safe, simple and fast JSON Web Tokens for Go ☆
687 - shaj13/go-guardian (⭐610) — Authentication library for Go ☆
610 - go-jose/go-jose (⭐509) — An implementation of JOSE standards (JWE, JWS, JWT) in Go ☆
511 - abraithwaite/jeff (⭐272) — Jeff provides the simplest way to manage web sessions in Go. ☆
272 - Kwynto/gosession (⭐258) — Quick session for net/http ☆
257 - leodip/goiabada (⭐189) — Goiabada is an OAuth2 / OpenID Connect server written in Go. ☆
189 - jellydator/sessionup (⭐131) — Straightforward HTTP session management ☆
131 - brianvoe/sjwt (⭐122) — Simple JWT Golang ☆
122 - icza/session (⭐118) — Session management for web servers ☆
118 - essentialkaos/branca (⭐98) — Encrypted API tokens ☆
98 - mengzhuo/cookiestxt (⭐23) — cookiestxt implement parser of cookies txt format ☆
23
Authorization
- apache/casbin (⭐20k) — Authorization library for Go ☆
20,183 - ory/keto (⭐5.3k) — Customizable permission server ☆
5,350 - openfga/openfga (⭐5.2k) — Fine-grained authorization server ☆
5,286 - cerbos/cerbos (⭐4.4k) — Open core authorization layer ☆
4,455
Bots & Chat
Bot Frameworks
- tucnak/telebot (⭐4.6k) — Telebot is a Telegram bot framework in Go. ☆
4,622 - go-telegram/bot (⭐1.7k) — Telegram Bot API Go framework ☆
1,739 - mymmrac/telego (⭐1k) — Telegram Bot API library for Go ☆
1,035 - diamondburned/arikawa (⭐591) — A Golang library and framework for the Discord API. ☆
593 - NicoNex/echotron (⭐439) — An elegant and concurrent library for the Telegram bot API in Go. ☆
438 - gempir/go-twitch-irc (⭐397) — go irc client for twitch.tv ☆
398 - innogames/slack-bot (⭐208) — Slack bot for Jenkins, Jira, PRs ☆
208 - mr-linch/go-tg (⭐135) — Telegram Bot API client ☆
135 - slack-io/slacker (⭐60) — Slack Bot Framework ☆
60 - onrik/micha (⭐33) — Client lib for Telegram bot api ☆
33
Chat APIs
- bwmarrin/discordgo (⭐5.9k) — (Golang) Go bindings for Discord ☆
5,933 - slack-go/slack (⭐4.9k) — Slack API in Go ☆
4,946 - huandu/facebook (⭐1.5k) — A Facebook Graph API SDK For Go. ☆
1,468 - chyroc/lark (⭐472) — Lark/Feishu Open API SDK ☆
472 - go-lark/lark (⭐244) — Feishu/Lark SDK for Go ☆
244 - switchupcb/disgo (⭐114) — Next-gen Discord API library ☆
114
CLI & Terminal
Advanced Console UIs
- charmbracelet/bubbletea (⭐43k) — A powerful little TUI framework ☆
43,091 - antonmedv/fx (⭐21k) — Terminal JSON viewer & processor ☆
20,560 - gizak/termui (⭐14k) — Golang terminal dashboard ☆
13,571 - charmbracelet/lipgloss (⭐11k) — Style definitions for nice terminal layouts ☆
11,421 - jroimartin/gocui (⭐11k) — Minimalist Go package aimed at creating Console User Interfaces. ☆
10,574 - charmbracelet/bubbles (⭐8.5k) — TUI components for Bubble Tea ☆
8,535 - c-bata/go-prompt (⭐5.5k) — Interactive prompts for Go ☆
5,481 - pterm/pterm (⭐5.5k) — Modern terminal output library ☆
5,467 - schollz/progressbar (⭐4.7k) — Thread-safe progress bar ☆
4,678 - guptarohit/asciigraph (⭐3k) — ASCII line graphs in terminal ☆
3,037 - mum4k/termdash (⭐3k) — Terminal-based dashboard ☆
3,012 - briandowns/spinner (⭐2.5k) — Terminal spinner indicators ☆
2,525 - vbauerster/mpb (⭐2.5k) — Multi progress bar ☆
2,498 - muesli/termenv (⭐2k) — Terminal color support ☆
2,006 - gookit/color (⭐1.6k) — Terminal color rendering ☆
1,602 - logrusorgru/aurora (⭐1.5k) — ANSI colors for Printf ☆
1,489 - mattn/go-isatty (⭐909) — Check if terminal is TTY ☆
911 - mattn/go-colorable (⭐808) — Colorable writer for Windows ☆
809 - box-cli-maker/box-cli-maker (⭐637) — Render highly customizable boxes in the terminal ☆
639 - Evertras/bubble-table (⭐571) — Table component for Bubble Tea ☆
573 - DMcP89/tinycare-tui (⭐20) — TUI application written in GO inspired by tiny-care-terminal ☆
20
Standard CLI
- spf13/cobra (⭐44k) — A Commander for modern Go CLI interactions ☆
44,085 - urfave/cli (⭐24k) — Fast CLI framework for Go ☆
24,126 - elves/elvish (⭐6.3k) — Scripting shell for Go ☆
6,325 - alecthomas/kingpin (⭐3.6k) — Command-line parser ☆
3,565 - dnote/dnote (⭐3k) — Command-line notebook ☆
3,042 - spf13/pflag (⭐2.7k) — POSIX/GNU-style flags ☆
2,741 - jessevdk/go-flags (⭐2.7k) — Command-line option parser ☆
2,698 - alexflint/go-arg (⭐2.3k) — Struct-based argument parsing ☆
2,265 - carapace-sh/carapace-bin (⭐1.8k) — Multi-shell completion binary ☆
1,857 - nanovms/ops (⭐1.5k) — Build and run unikernels ☆
1,500 - carapace-sh/carapace (⭐1.3k) — Multi-shell completion library ☆
1,342 - posener/complete (⭐955) — Bash completion in Go ☆
955 - ddddddO/gtree (⭐331) — Generate ASCII tree from Markdown ☆
331 - urfave/sflags (⭐165) — Generate flags from structs ☆
165 - reeflective/readline (⭐142) — Shell library with inputrc ☆
142 - hedzr/cmdr (⭐140) — POSIX-compliant CLI parser ☆
140 - reeflective/console (⭐108) — Console library for Cobra ☆
108 - codingconcepts/env (⭐125) — Tag-based environment configuration for structs ☆
125 - dixonwille/wlog (⭐67) — Cross-platform logging ☆
67 - hashicorp/cli (⭐39) — CLI library for Go ☆
39 - DavidGamba/go-getoptions (⭐60) — Command line option parser with completion ☆
60 - nyaosorg/go-readline-ny (⭐35) — Readline for Go ☆
35 - carapace-sh/carapace-spec (⭐32) — Multi-shell completion library ☆
32 - jxskiss/mcli (⭐46) — Minimal but powerful CLI ☆
46 - sgreben/flagvar (⭐48) — CLI argument types for flag ☆
48
Concurrency
Actor Model
- asynkron/protoactor-go (⭐5.5k) — Ultra fast distributed actors for Go ☆
5,468 - ergo-services/ergo (⭐4.6k) — Actor framework with network transparency ☆
4,586 - anthdm/hollywood (⭐2.2k) — Blazingly fast and light-weight Actor engine written in Golang ☆
2,304 - Tochemey/goakt (⭐353) — Distributed actor framework ☆
357
Goroutines
- panjf2000/ants (⭐14k) — ants is the most powerful and reliable pooling solution for Go. ☆
14,434 - benmanns/goworker (⭐2.8k) — Resque-compatible background worker ☆
2,848 - alitto/pond (⭐2.2k) — High-performance worker pool ☆
2,157 - destel/rill (⭐1.8k) — Channel-based concurrency toolkit ☆
1,813 - xxjwxc/gowp (⭐517) — Goroutine worker pool ☆
517 - earthboundkid/flowmatic (⭐402) — Structured concurrency ☆
402 - vladopajic/go-actor (⭐296) — Actor model library ☆
297 - timandy/routine (⭐290) — ThreadLocal for Go ☆
291 - reugn/async (⭐306) — Async computation package ☆
307 - mborders/artifex (⭐213) — In-memory job queue ☆
213
Stream Processing
- reugn/go-streams (⭐2.2k) — Stream processing library ☆
2,171 - Breeze0806/go-etl (⭐190) — ETL toolset for Go ☆
189 - fulminate-io/machine (⭐168) — Machine is a workflow/pipeline library for processing data ☆
168 - mariomac/gostream (⭐171) — Java Streams port for Go ☆
171 - rulego/streamsql (⭐58) — SQL-based stream processing for IoT ☆
58
Configuration
- spf13/viper (⭐30k) — Go configuration with fangs ☆
30,299 - caarlos0/env (⭐6.2k) — Parse environment variables to structs ☆
6,222 - knadh/koanf (⭐4.1k) — Lightweight config management ☆
4,071 - alecthomas/kong (⭐3.1k) — Command-line parser for Go ☆
3,097 - ilyakaznacheev/cleanenv (⭐2.1k) — Minimalistic environment config reader ☆
2,125 - adrg/xdg (⭐995) — XDG Base Directory implementation ☆
1,001 - cristalhq/aconfig (⭐634) — Simple config loader ☆
634 - gookit/config (⭐583) — Config management with formats ☆
583 - nil-go/konf (⭐384) — Simplest config loader for Go ☆
386 - kkyr/fig (⭐383) — Minimalist config library ☆
383 - hjson/hjson-go (⭐353) — Hjson for Go ☆
353 - vrischmann/envconfig (⭐250) — Env config library ☆
250 - chaindead/zerocfg (⭐200) — Zero-effort config management ☆
200 - beatlabs/harvester (⭐134) — Watch and notify config changes ☆
134 - BoRuDar/configuration (⭐108) — Set struct fields from env, flags, files ☆
108 - omeid/uconfig (⭐74) — Lightweight config management ☆
74 - gurkankaymak/hocon (⭐92) — HOCON config library for Go ☆
92 - PaddleHQ/go-aws-ssm (⭐65) — AWS System Manager interface ☆
65 - go-simpler/env (⭐80) — Load env vars to struct ☆
80 - greencoda/confiq (⭐40) — Config struct decoder ☆
40 - num30/config (⭐61) — Declarative configuration ☆
61 - wkhere/bcl (⭐31) — Basic Configuration Language ☆
33 - sakirsensoy/genv (⭐44) — Easy env variable handling ☆
44 - dsbasko/go-cfg (⭐50) — Unified config reading ☆
49 - nasermirzaei89/env (⭐22) — Zero-dep env package ☆
22 - atelpis/enflag (⭐38) — Unify env and flag parsing ☆
38 - romshark/yamagiconf (⭐19) — YAML config framework ☆
19
Data Formats
JSON
- tidwall/gjson (⭐16k) — Fast JSON value extraction ☆
15,520 - bytedance/sonic (⭐9.5k) — A blazingly fast JSON serializing & deserializing library ☆
9,487 - valyala/fastjson (⭐2.5k) — Fast JSON parser for Go ☆
2,457 - ohler55/ojg (⭐946) — Optimized JSON for Go ☆
948 - wI2L/jsondiff (⭐627) — JSON Patch diff computation ☆
627 - spyzhov/ajson (⭐289) — Abstract JSON with JSONPath ☆
289 - Andrew-M-C/go.jsonvalue (⭐202) — Unstructured JSON solution ☆
202 - iOliverNguyen/ujson (⭐85) — Minimal JSON parser ☆
85 - neilotoole/jsoncolor (⭐53) — Colorized JSON output ☆
53
Serialization
- golang/protobuf (⭐10k) — Protocol buffers for Go ☆
10,073 - ugorji/go (⭐2k) — Codec for msgpack, cbor, json ☆
1,952 - linkedin/goavro (⭐1.1k) — Goavro is a library that encodes and decodes Avro data. ☆
1,065 - fxamacker/cbor (⭐1k) — CBOR codec with extensions ☆
1,054 - jszwec/csvutil (⭐1k) — CSV to struct mapping ☆
1,035 - ghostiam/binstruct (⭐114) — Binary to struct decoder ☆
114 - csweichel/bel (⭐46) — Generate TypeScript from Go ☆
46 - o1egl/fwencoder (⭐27) — Fixed width file parser ☆
27 - tiendc/go-csvlib (⭐18) — High-level CSV library ☆
18
XML
- miku/zek (⭐819) — Generate Go struct from XML ☆
818 - antchfx/xpath (⭐740) — XPath for Go ☆
741 - antchfx/xmlquery (⭐488) — XPath XML query ☆
488
Data Structures
Bit-packing and Compression
- RoaringBitmap/roaring (⭐2.9k) — Compressed bitmaps for Go ☆
2,891 - iancmcc/bingo (⭐52) — Zero-allocation binary encoding ☆
52 - amallia/go-ef (⭐41) — A Go implementation of the Elias-Fano encoding ☆
41
Bloom and Cuckoo Filters
- bits-and-blooms/bloom (⭐2.8k) — Bloom filter implementation ☆
2,789 - tylertreat/BoomFilters (⭐1.6k) — Probabilistic data structures for streams ☆
1,646 - seiflotfy/cuckoofilter (⭐1.2k) — Cuckoo Filter: Practically Better Than Bloom ☆
1,231 - OldPanda/bloomfilter (⭐21) — Bloom filter compatible with pybloom ☆
21
Maps
- mhmtszr/concurrent-swiss-map (⭐261) — Thread-safe concurrent hash map ☆
261 - lrita/cmap (⭐103) — a thread-safe concurrent map for go ☆
103 - goradd/maps (⭐53) — Generic map library for Go ☆
53 - srfrog/dict (⭐46) — Python-like dictionaries for Go ☆
46
Miscellaneous
- Workiva/go-datastructures (⭐7.9k) — Performant, threadsafe data structures ☆
7,928 - deckarep/golang-set (⭐4.7k) — Generic set type for Go ☆
4,689 - bits-and-blooms/bitset (⭐1.5k) — Go package implementing bitsets ☆
1,504 - liyue201/gostl (⭐1.1k) — Data structures modeled on C++ STL ☆
1,140 - axiomhq/hyperloglog (⭐1k) — HyperLogLog with optimizations ☆
1,038 - kelindar/bitmap (⭐378) — Simple dense bitmap index in Go with binary operators ☆
378 - barweiss/go-tuple (⭐100) — Go 1.18+ generic tuple ☆
100 - seiflotfy/count-min-log (⭐70) — Go implementation of Count-Min-Log ☆
70 - s0rg/quadtree (⭐41) — Generic, zero-alloc, 100%-test covered Quadtree for golang ☆
41 - nazar256/parapipe (⭐38) — Paralleling pipeline ☆
38 - StudioSol/set (⭐30) — Simple set data structure ☆
30 - bobg/merkle (⭐22) — Merkle hash trees ☆
22
Queues
- gammazero/deque (⭐775) — Fast ring-buffer deque (double-ended queue) ☆
776 - adrianbrad/queue (⭐356) — Multiple queue implementations ☆
356 - embano1/memlog (⭐139) — A Kafka log inspired in-memory and append-only data structure ☆
139 - mikestefanello/backlite (⭐147) — SQLite-backed task queues ☆
149
Databases
Caches
- golang/groupcache (⭐13k) — Distributed cache library ☆
13,335 - dgraph-io/ristretto (⭐6.9k) — A high performance memory-bound Go cache ☆
6,924 - eko/gocache (⭐2.9k) — Multi-store caching library ☆
2,865 - maypok86/otter (⭐2.6k) — A high performance caching library for Go ☆
2,622 - VictoriaMetrics/fastcache (⭐2.4k) — Fast in-memory cache for Go ☆
2,366 - jellydator/ttlcache (⭐1.3k) — An in-memory cache with item expiration and generics ☆
1,253 - viccon/sturdyc (⭐1.2k) — Caching with advanced concurrency ☆
1,248 - EchoVault/SugarDB (⭐535) — Embeddable and distributed in-memory alternative to Redis. ☆
537 - Yiling-J/theine-go (⭐372) — high performance in-memory cache ☆
372 - elastic/go-freelru (⭐266) — GC-less, fast and generic LRU cache for Go ☆
268 - samber/hot (⭐257) — In-memory caching library for read-intensive Go applications ☆
260 - naughtygopher/pocache (⭐236) — Preemptive optimistic caching ☆
236 - OrlovEvgeny/go-mcache (⭐106) — Sharded in-memory KV cache ☆
106 - erni27/imcache (⭐123) — A zero-dependency generic in-memory cache Go library ☆
123 - codingsince1985/couchcache (⭐66) — A RESTful caching micro-service in Go backed by Couchbase ☆
65 - mdaliyan/icache (⭐23) — High-performance generic cache ☆
23
Database Schema Migration
- golang-migrate/migrate (⭐19k) — Database migrations. CLI and Golang library. ☆
18,602 - bytebase/bytebase (⭐14k) — Database DevSecOps platform ☆
14,143 - pressly/goose (⭐11k) — A database migration tool. Supports SQL migrations and Go functions. ☆
10,871 - ariga/atlas (⭐8.4k) — Declarative schema migrations with schema-as-code workflows ☆
8,476 - amacneil/dbmate (⭐6.9k) — A lightweight, framework-agnostic database migration tool. ☆
6,947 - rubenv/sql-migrate (⭐3.4k) — SQL schema migration tool for Go. ☆
3,410 - skeema/skeema (⭐1.4k) — Declarative pure-SQL schema management for MySQL and MariaDB ☆
1,368 - go-gormigrate/gormigrate (⭐1.2k) — Minimalistic database migration helper for Gorm ORM ☆
1,165 - sunary/sqlize (⭐124) — SQL parsing and migration toolkit ☆
124 - robinjoseph08/go-pg-migrations (⭐86) — A Go package to help write migrations with go-pg/pg. ☆
86 - adlio/schema (⭐43) — Embedded schema migration package for Go ☆
43 - khezen/avro (⭐48) — Apache AVRO for go ☆
49 - muir/libschema (⭐18) — database schema migrations on a per-library basis [Go] ☆
18
Database Tools
- vitessio/vitess (⭐21k) — Database clustering for MySQL ☆
21,025 - sosedoff/pgweb (⭐9.4k) — Cross-platform client for PostgreSQL databases ☆
9,388 - go-mysql-org/go-mysql (⭐5k) — a powerful mysql toolset with Go ☆
4,953 - prest/prest (⭐4.5k) — PostgreSQL REST API server ☆
4,550 - ContentSquare/chproxy (⭐1.5k) — Open-Source ClickHouse http proxy and load balancer ☆
1,464 - cybertec-postgresql/pg_timetable (⭐1.4k) — Advanced PostgreSQL scheduler ☆
1,367 - liweiyi88/onedump (⭐967) — Effortless database administration tool ☆
968 - HDT3213/rdb (⭐611) — Redis RDB parser for Go ☆
611 - nikepan/clickhouse-bulk (⭐507) — Batch inserts for ClickHouse ☆
508 - wesql/wescale (⭐315) — MySQL proxy with read/write split ☆
315 - gatewayd-io/gatewayd (⭐285) — database gateway for building data-driven applications ☆
285 - sj14/dbbench (⭐117) — Database benchmarking tool ☆
117 - bartventer/gorm-multitenancy (⭐82) — Multi-tenancy for GORM ☆
82 - kazhuravlev/database-gateway (⭐36) — Safe access to production databases ☆
37 - codingconcepts/dg (⭐45) — Generate CSV from data models ☆
45
Databases Implemented in Go
- prometheus/prometheus (⭐64k) — The Prometheus monitoring system and time series database. ☆
64,472 - milvus-io/milvus (⭐45k) — Cloud-native vector database ☆
44,751 - pingcap/tidb (⭐40k) — Cloud-native distributed SQL DB ☆
40,158 - cockroachdb/cockroach (⭐32k) — Cloud native distributed SQL database ☆
32,204 - influxdata/influxdb (⭐32k) — Scalable datastore for metrics, events, and real-time analytics ☆
31,547 - dolthub/dolt (⭐23k) — Dolt – Git for Data ☆
23,409 - dgraph-io/dgraph (⭐22k) — high-performance graph database for real-time use cases ☆
21,693 - rqlite/rqlite (⭐18k) — Lightweight distributed SQLite ☆
17,584 - VictoriaMetrics/VictoriaMetrics (⭐17k) — Fast time series database and monitoring ☆
17,146 - dgraph-io/badger (⭐16k) — Fast key-value DB in Go. ☆
15,658 - dicedb/dicedb (⭐11k) — Low-latency key/value engine on Valkey with storage tiers ☆
10,764 - etcd-io/bbolt (⭐9.5k) — An embedded key/value database for Go. ☆
9,553 - codenotary/immudb (⭐9k) — Immutable database with SQL ☆
8,983 - cockroachdb/pebble (⭐5.9k) — RocksDB/LevelDB inspired key-value database in Go ☆
5,921 - rosedblabs/rosedb (⭐4.9k) — Fast key/value storage engine ☆
4,884 - tidwall/buntdb (⭐4.9k) — Embeddable in-memory key/value DB ☆
4,857 - nalgeon/redka (⭐4.6k) — Redis re-implemented with SQL ☆
4,554 - nutsdb/nutsdb (⭐3.6k) — Simple embeddable key/value store ☆
3,570 - lindb/lindb (⭐3.1k) — Scalable time-series database ☆
3,060 - lotusdblabs/lotusdb (⭐2.3k) — Key-value database with LSM and B+ tree ☆
2,254 - kelindar/column (⭐1.5k) — Columnar in-memory store ☆
1,510 - akrylysov/pogreb (⭐1.4k) — Embedded key-value store for read-heavy workloads written in Go ☆
1,351 - objectbox/objectbox-go (⭐1.3k) — Embedded database for Go ☆
1,268 - couchbase/moss (⭐1k) — Simple, fast key-val storage ☆
1,015 - claygod/transaction (⭐139) — Embedded database for accounts transactions. ☆
139 - xgzlucario/rotom (⭐41) — Tiny Redis server in Go ☆
41
Distributed Storage
- seaweedfs/seaweedfs (⭐33k) — Fast distributed storage for blobs ☆
32,881 - juicedata/juicefs (⭐14k) — Distributed POSIX filesystem ☆
13,963
Interfaces to Multiple Backends
- philippgille/gokv (⭐828) — Key-value store abstraction ☆
828 - avito-tech/go-transaction-manager (⭐405) — Transaction manager for Go ☆
405 - fogfish/dynamo (⭐23) — Generic Golang Key/Value trait for AWS storage services ☆
23 - viant/dsc (⭐36) — Datastore Connectivity in go ☆
36
NoSQL Database Drivers
- redis/go-redis (⭐22k) — Redis Go client ☆
22,137 - gomodule/redigo (⭐9.9k) — Go client for Redis ☆
9,860 - mongodb/mongo-go-driver (⭐8.5k) — The Official Golang driver for MongoDB ☆
8,525 - bradfitz/gomemcache (⭐1.9k) — Go Memcached client library #golang ☆
1,873 - qiniu/qmgo (⭐1.4k) — Go driver for MongoDB ☆
1,353 - Kamva/mgm (⭐764) — MongoDB ODM for Go based on official driver ☆
764 - aerospike/aerospike-client-go (⭐459) — Aerospike Client Go ☆
459 - couchbase/gocb (⭐375) — The Couchbase Go SDK ☆
375 - go-kivik/kivik (⭐343) — CouchDB client interface ☆
343 - couchbase/go-couchbase (⭐323) — Couchbase client in Go ☆
323 - chenmingyong0423/go-mongox (⭐219) — MongoDB driver wrapper with generics ☆
220 - aliexpressru/gomemcached (⭐22) — Binary Memcached client with sharding ☆
22 - btnguyen2k/gocosmos (⭐22) — Go database/sql driver for Azure Cosmos DB SQL API ☆
22
ORM
- go-gorm/gorm (⭐40k) — The fantastic ORM library for Golang, aims to be developer friendly ☆
39,795 - ent/ent (⭐17k) — An entity framework for Go ☆
17,102 - aarondl/sqlboiler (⭐7k) — Generate a Go ORM tailored to your database schema. ☆
6,990 - uptrace/bun (⭐4.8k) — SQL-first Golang ORM ☆
4,852 - upper/db (⭐3.7k) — Data access layer for databases ☆
3,658 - stephenafamo/bob (⭐1.7k) — SQL builder with ORM generator ☆
1,734 - huandu/go-sqlbuilder (⭐1.7k) — SQL builder with zero-config ORM ☆
1,710 - go-rel/rel (⭐781) — Modern ORM for Golang ☆
783 - hashicorp/go-dbw (⭐17) — A simple package that encapsulates database operations. ☆
17 - FrancoLiberali/cql (⭐17) — CQL: Compiled Query Language ☆
17
Query Language
- 99designs/gqlgen (⭐11k) — go generate based graphql server library ☆
10,725 - TomWright/dasel (⭐8k) — Query and modify data formats ☆
7,973 - graph-gophers/graphql-go (⭐4.8k) — GraphQL server with a focus on ease of use ☆
4,754 - bhmj/jsonslice (⭐92) — json slicer ☆
92 - hashicorp/mql (⭐65) — Model Query Language (mql) is a query language for your database models. ☆
65 - ccbrown/api-fu (⭐57) — A collection of Go packages for creating robust GraphQL APIs ☆
57 - AsaiYusuke/jsonpath (⭐30) — JSONPath query library ☆
30
Relational Database Drivers
- go-sql-driver/mysql (⭐15k) — MySQL driver for database/sql ☆
15,250 - jackc/pgx (⭐14k) — PostgreSQL driver and toolkit for Go ☆
13,912 - denisenkom/go-mssqldb (⭐1.9k) — Microsoft SQL server driver written in go language ☆
1,883 - ncruces/go-sqlite3 (⭐1k) — Go bindings to SQLite using wasm2go ☆
1,028 - godror/godror (⭐594) — GO DRiver for ORacle DB ☆
596 - cvilsmeier/sqinn-go (⭐532) — Golang SQLite without cgo ☆
531 - VinGarcia/ksql (⭐355) — A Simple and Powerful Golang SQL Library ☆
355 - surrealdb/surrealdb.go (⭐310) — SurrealDB SDK for Golang ☆
310 - nakagami/firebirdsql (⭐262) — Firebird RDBMS sql driver for Go (golang) ☆
262 - ydb-platform/ydb-go-sdk (⭐180) — Pure Go native and database/sql driver for YDB ☆
179 - rqlite/gorqlite (⭐186) — A Go client for rqlite, the distributed database built on SQLite ☆
186 - apache/calcite-avatica-go (⭐124) — Apache Calcite Go ☆
125
SQL Query Builders
- sqlc-dev/sqlc (⭐18k) — Generate type-safe code from SQL ☆
17,866 - xo/dbtpl (⭐3.9k) — Generate Go code for databases ☆
3,891 - go-jet/jet (⭐3.7k) — Type-safe SQL builder with codegen ☆
3,714 - lqs/sqlingo (⭐453) — A lightweight DSL & ORM which helps you to write SQL in Go. ☆
455 - nullism/bqb (⭐194) — Lightweight query builder ☆
193 - JiveGroup/FluentSQL (⭐18) — Fluent SQL - flexible and powerful SQL string builder ☆
18
Search and Analytic Databases
- elastic/go-elasticsearch (⭐6k) — The official Go client for Elasticsearch ☆
6,053 - ClickHouse/clickhouse-go (⭐3.3k) — Golang driver for ClickHouse ☆
3,304 - sourcegraph/zoekt (⭐1.7k) — Fast trigram-based code search ☆
1,697 - sdqri/effdsl (⭐34) — Elasticsearch query builder for golang ☆
34
DevOps & Build
Backup
- restic/restic (⭐34k) — Fast, secure backup program ☆
34,351 - gilbertchen/duplicacy (⭐5.7k) — Cloud backup tool ☆
5,655
Build Automation
- air-verse/air (⭐24k) — Live reload for Go apps ☆
23,672 - go-task/task (⭐16k) — Fast cross-platform build tool inspired by Make ☆
15,707 - joerdav/xc (⭐1.4k) — Markdown defined task runner. ☆
1,386 - goyek/goyek (⭐690) — Task automation Go library ☆
691 - flowexec/flow (⭐137) — Local-first developer automation platform — workflows, secrets, templates, and more. ☆
137
CI/CD
- harness/harness (⭐36k) — End-to-end developer platform ☆
36,717 - woodpecker-ci/woodpecker (⭐7.2k) — Simple, powerful CI/CD engine ☆
7,248 - ovh/cds (⭐4.8k) — Enterprise CI/CD platform ☆
4,824 - raviqqe/muffet (⭐2.6k) — Fast website link checker ☆
2,612 - pipe-cd/pipecd (⭐1.3k) — The One CD for All {applications, platforms, operations} ☆
1,290 - jenkins-zh/jenkins-cli (⭐421) — Jenkins CLI allows you to manage your Jenkins in an easy way ☆
423 - vladopajic/go-test-coverage (⭐234) — Report test coverage threshold issues ☆
236 - appleboy/drone-scp (⭐171) — Copy files via SSH for Drone ☆
173 - nikogura/gomason (⭐67) — A tool for testing, building, signing, and publishing binaries. ☆
67 - appleboy/drone-jenkins (⭐41) — Drone plugin for trigger Jenkins jobs. ☆
41 - opnlabs/dot (⭐37) — Minimal CI using Docker ☆
37
Containers
- moby/moby (⭐72k) — Container ecosystem components ☆
71,673 - traefik/traefik (⭐64k) — The Cloud Native Application Proxy ☆
63,595 - ko-build/ko (⭐8.4k) — Build and deploy Go applications ☆
8,451 - s0rg/decompose (⭐132) — Reverse-engineering tool for docker environments ☆
132 - x1unix/docker-go-mingw (⭐54) — Docker for Go with MinGW toolchain ☆
54
DevOps Utilities
- go-gitea/gitea (⭐56k) — Self-hosted Git service ☆
56,262 - moovweb/gvm (⭐12k) — Go Version Manager ☆
11,638 - TwiN/gatus (⭐11k) — Developer-oriented status page with alerting ☆
11,219 - bitfield/script (⭐7k) — Making it easy to write shell-like scripts in Go ☆
6,987 - fleetdm/fleet (⭐6.4k) — Open device management ☆
6,473 - taubyte/tau (⭐5k) — Fullstack Workspace for Humans & Machines ☆
5,051 - megaease/easeprobe (⭐2.3k) — Service health monitoring tool ☆
2,297 - ajvb/kala (⭐2.2k) — Modern Job Scheduler ☆
2,156 - gabrie30/ghorg (⭐2.1k) — Clone entire GitHub orgs ☆
2,060 - sanbornm/go-selfupdate (⭐1.7k) — Enable your Go applications to self update ☆
1,692 - yusufcanb/tlm (⭐1.5k) — Local CLI Copilot, powered by Ollama. ☆
1,480 - ovh/utask (⭐1.4k) — Automation engine with YAML config ☆
1,382 - TimothyYe/skm (⭐1.1k) — A simple and powerful SSH keys manager ☆
1,065 - scaleway/scaleway-cli (⭐974) — Command Line Interface for Scaleway ☆
976 - alexliesenfeld/health (⭐833) — A simple and flexible health check library for Go. ☆
833 - kool-dev/kool (⭐721) — Dev to cloud web apps made easy ☆
721 - kevincobain2000/gobrew (⭐422) — Go version manager without root ☆
422 - appleboy/easyssh-proxy (⭐346) — Simple SSH protocol implementation ☆
347 - xitonix/trubka (⭐337) — A CLI tool for Kafka ☆
336 - thevxn/dish (⭐276) — A simple, remotely configurable monitoring service. ☆
277 - jkaninda/goma-gateway (⭐180) — Lightweight API gateway and proxy ☆
180 - datarootsio/tf-profile (⭐163) — Profile Terraform runs ☆
163 - kazhuravlev/healthcheck (⭐23) — Readiness probes for Kubernetes application ☆
23
Infrastructure
- hashicorp/packer (⭐16k) — Build machine images from config ☆
15,705 - pomerium/pomerium (⭐4.8k) — Pomerium is an identity and context-aware access proxy. ☆
4,848 - peak/s5cmd (⭐4.1k) — Parallel S3 and local filesystem execution tool. ☆
4,076 - aptly-dev/aptly (⭐2.8k) — aptly - Debian repository management tool ☆
2,843 - KusionStack/kusion (⭐1.3k) — Declarative platform orchestrator ☆
1,311 - oxyno-zeta/s3-proxy (⭐463) — S3 reverse proxy with auth ☆
467
Kubernetes
- kubernetes/kubernetes (⭐123k) — Production-Grade Container Scheduling and Management ☆
122,974 - k3s-io/k3s (⭐33k) — Lightweight Kubernetes ☆
33,240 - kubernetes/minikube (⭐32k) — Run Kubernetes locally ☆
31,870 - kubernetes-sigs/kind (⭐15k) — Kubernetes IN Docker - local clusters for testing Kubernetes ☆
15,297 - kubeshark/kubeshark (⭐12k) — API traffic analyzer for Kubernetes ☆
11,951 - flannel-io/flannel (⭐9.5k) — Network fabric for containers ☆
9,472 - getanteon/anteon (⭐8.5k) — eBPF Kubernetes monitoring tool ☆
8,529 - kubevela/kubevela (⭐7.8k) — The Modern Application Platform. ☆
7,775 - k3d-io/k3d (⭐6.4k) — Little helper to run CNCF's k3s in Docker ☆
6,457 - stefanprodan/podinfo (⭐5.9k) — Go microservice template for Kubernetes ☆
5,917 - apecloud/kubeblocks (⭐3k) — Kubernetes operator for databases ☆
3,057 - kubenetworks/kubevpn (⭐1.3k) — Connect to Kubernetes cluster network ☆
1,331 - abahmed/kwatch (⭐1k) — monitor & detect crashes in your Kubernetes(K8s) cluster instantly ☆
1,010 - getanteon/alaz (⭐716) — eBPF agent for K8s observability ☆
716
Load Testing
- grafana/k6 (⭐31k) — A modern load testing tool, using Go and JavaScript ☆
30,785 - tsenart/vegeta (⭐25k) — HTTP load testing tool and library. It's over 9000! ☆
25,068 - codesenberg/bombardier (⭐6.8k) — Fast cross-platform HTTP benchmarking tool written in Go ☆
6,795 - rogerwelin/cassowary (⭐810) — Modern cross-platform HTTP load-testing tool written in Go ☆
810
- axllent/mailpit (⭐9.6k) — An email and SMTP testing tool with API for developers ☆
9,644 - foxcpp/maddy (⭐6k) — Composable all-in-one mail server. ☆
5,997 - mjl-/mox (⭐5.7k) — Modern secure mail server ☆
5,711 - matcornic/hermes (⭐3k) — Clean HTML email generator ☆
3,009 - AfterShip/email-verifier (⭐1.6k) — Email verification without sending emails ☆
1,576 - wneessen/go-mail (⭐1.4k) — Easy to use, yet comprehensive library for sending mails with Go ☆
1,386 - sendgrid/sendgrid-go (⭐1.1k) — The Official Twilio SendGrid Golang API Library ☆
1,057 - mailgun/mailgun-go (⭐745) — Go library for the Mailgun API. ☆
745 - xhit/go-simple-mail (⭐695) — Simple mail sending with TLS/SSL ☆
695 - emersion/go-message (⭐451) — Internet Message Format library ☆
451 - vanng822/go-premailer (⭐201) — Inline CSS for HTML mail ☆
201 - truemail-rb/truemail-go (⭐135) — Email validator via Regex, DNS, SMTP ☆
135 - toorop/go-dkim (⭐99) — DKIM package for golang ☆
99 - dimuska139/go-email-normalizer (⭐78) — Normalize email addresses ☆
78 - valord577/mailx (⭐22) — A library that makes it easier to send email via SMTP. ☆
22
Finance & Blockchain
Blockchain
- ethereum/go-ethereum (⭐51k) — Go implementation of the Ethereum protocol ☆
51,140 - ipfs/kubo (⭐17k) — An IPFS implementation in Go ☆
17,049 - lightningnetwork/lnd (⭐8.2k) — Lightning Network Daemon ☆
8,154 - cosmos/cosmos-sdk (⭐7k) — Framework for building performant, customizable blockchains with native interoperability ☆
7,010 - solana-foundation/solana-go (⭐1.6k) — Go SDK library and RPC client for the Solana Blockchain ☆
1,559 - gnolang/gno (⭐1.1k) — Interpreted Go virtual machine ☆
1,070 - cometbft/cometbft (⭐894) — Byzantine fault-tolerant consensus ☆
896 - ChainSafe/gossamer (⭐452) — Go Implementation of the Polkadot Host ☆
452
Financial
- shopspring/decimal (⭐7.4k) — Arbitrary-precision fixed-point decimal numbers in Go ☆
7,402 - achannarasappa/ticker (⭐6.1k) — Terminal stock and crypto tracker ☆
6,102 - Rhymond/go-money (⭐1.9k) — Go implementation of Fowler's Money pattern ☆
1,894 - c9s/bbgo (⭐1.6k) — The modern cryptocurrency trading bot framework written in Go. ☆
1,653 - formancehq/ledger (⭐1.2k) — The programmable open source core ledger for fintech ☆
1,257 - bojanz/currency (⭐639) — Currency handling for Go. ☆
639 - moov-io/ach (⭐546) — ACH file reader, writer, validator ☆
548 - invopop/gobl (⭐281) — Go Business Language ☆
288 - govalues/decimal (⭐239) — Correctly rounded decimals for Go ☆
242 - quagmt/udecimal (⭐182) — High-precision decimal library ☆
183 - jovandeginste/payme (⭐90) — QR code generator (ASCII & PNG) for SEPA payments ☆
90 - nikolaydubina/fpmoney (⭐35) — Fixed-Point Decimal Money ☆
35 - nikolaydubina/fpdecimal (⭐34) — Fixed-Point Decimals ☆
34 - govalues/money (⭐53) — Correctly rounded monetary amounts and exchange rates for Go ☆
54 - jokruger/dec128 (⭐44) — High performance 128-bit fixed-point decimal numbers in go. ☆
45
Payment APIs
- stripe/stripe-go (⭐2.6k) — Stripe API library for Go ☆
2,592 - plutov/paypal (⭐774) — Golang client for PayPal REST API ☆
775 - brunomvsouza/ynab.go (⭐78) — Client for YNAB API ☆
78
GUI & Desktop
GUI
- fyne-io/fyne (⭐28k) — Cross platform GUI toolkit in Go inspired by Material Design ☆
28,369 - webview/webview (⭐14k) — Tiny webview library for Go ☆
14,105 - go-vgo/robotgo (⭐11k) — Cross-platform RPA and GUI automation ☆
10,725 - maxence-charriere/go-app (⭐8.9k) — Build progressive web apps with Go and WASM ☆
8,924 - progrium/darwinkit (⭐5.4k) — Native Mac APIs for Go. Previously known as MacDriver ☆
5,431 - getlantern/systray (⭐3.7k) — Cross-platform systray library ☆
3,706 - cogentcore/core (⭐2.3k) — Powerful GUI framework for Go ☆
2,331 - gotk3/gotk3 (⭐2.2k) — Go bindings for GTK3 ☆
2,207 - roblillack/spot (⭐1.3k) — React-like desktop GUI toolkit for Go ☆
1,259 - ncruces/zenity (⭐911) — Zenity dialogs for Golang, Windows, macOS ☆
912 - energye/energy (⭐595) — CEF-based GUI framework ☆
597 - AllenDang/cimgui-go (⭐518) — Auto generated Go wrapper for Dear ImGui via cimgui ☆
520 - richardwilkes/unison (⭐325) — Unified GUI toolkit for Go ☆
325
Windows
- go-ole/go-ole (⭐1.3k) — win32 ole implementation for golang ☆
1,312 - gonutz/d3d9 (⭐164) — Direct3D9 wrapper for Go. ☆
164
Game Development
Game Engines
- hajimehoshi/ebiten (⭐13k) — A dead simple 2D game engine for Go ☆
13,236 - fogleman/nes (⭐5.6k) — NES emulator written in Go. ☆
5,647 - topfreegames/pitaya (⭐2.8k) — Game server with clustering support ☆
2,791 - xiaonanln/goworld (⭐2.7k) — Distributed game server engine ☆
2,719 - gen2brain/raylib-go (⭐2.4k) — Go bindings for raylib ☆
2,453 - oakmound/oak (⭐1.7k) — A pure Go game engine ☆
1,658 - JoelOtter/termloop (⭐1.5k) — Terminal-based game engine for Go, built on top of Termbox ☆
1,475 - gopxl/pixel (⭐389) — A hand-crafted 2D game library in Go. ☆
391 - ungerik/go3d (⭐339) — A performance oriented 2D/3D math package for Go ☆
339 - mlange-42/ark (⭐279) — Ark -- Archetype-based Entity Component System (ECS) for Go. ☆
281 - kelindar/tile (⭐222) — 2D grid engine for games ☆
223 - andygeiss/ecs (⭐175) — Entity Component System for games ☆
175 - gonutz/prototype (⭐108) — 2D game prototyping framework ☆
108 - s0rg/fantasyname (⭐43) — RinkWorks fantasy name generator for golang ☆
43 - s0rg/grid (⭐26) — Generic 2D grid ☆
26
OpenGL
- go-gl/glfw (⭐1.7k) — Go bindings for GLFW 3 ☆
1,684 - go-gl/gl (⭐1.2k) — Go bindings for OpenGL (generated via glow) ☆
1,198 - go-gl/mathgl (⭐606) — A pure Go 3D math library. ☆
606
Geospatial
- tidwall/tile38 (⭐9.7k) — Real-time Geospatial and Geofencing ☆
9,669 - golang/geo (⭐1.8k) — S2 geometry library in Go ☆
1,841 - consbio/mbtileserver (⭐783) — MBTiles server in Go ☆
783 - paulmach/osm (⭐458) — OpenStreetMap data library ☆
459 - uber/h3-go (⭐431) — H3 hexagonal geospatial indexing ☆
432 - airbusgeo/godal (⭐176) — GDAL wrapper for Go ☆
177 - peterstace/simplefeatures (⭐172) — OpenGIS Simple Feature implementation ☆
172 - wroge/wgs84 (⭐141) — Zero-dep coordinate transformations ☆
141 - pantrif/s2-geojson (⭐37) — Visualize S2 cells on a map ☆
37
Go Tooling
Compilers
- gopherjs/gopherjs (⭐13k) — A compiler from Go to JavaScript for running Go code in a browser ☆
13,154 - yassinebenaid/bunster (⭐2.7k) — Compile shell scripts to static binaries. ☆
2,673 - Konstantin8105/c4go (⭐376) — Transpiling C code to Go code ☆
376 - go2hx/go2hx (⭐150) — Import Go libraries in Haxe ☆
151
Editor Plugins
- fatih/vim-go (⭐16k) — Go development plugin for Vim ☆
16,232 - visualfc/liteide (⭐7.8k) — LiteIDE is a simple, open source, cross-platform Go IDE. ☆
7,752 - nsf/gocode (⭐5k) — An autocompletion daemon for the Go programming language ☆
4,993 - golang/vscode-go (⭐4.3k) — Go extension for Visual Studio Code ☆
4,251 - dominikh/go-mode.el (⭐1.4k) — Emacs mode for the Go programming language ☆
1,451 - incu6us/goimports-reviser (⭐714) — Imports sorting and code formatting tool ☆
714
Generate Tools
- xuri/xgen (⭐414) — XSD parser and code generator ☆
414 - kazhuravlev/options-gen (⭐106) — Codegen for functional options in go projects ☆
107 - g4s8/envdoc (⭐95) — Go tool to generate documentation for environment variables ☆
95
Go Tools
- go-swagger/go-swagger (⭐10k) — Swagger 2.0 implementation for go ☆
9,986 - ondrajz/go-callvis (⭐6.5k) — Visualize call graph of a Go program using Graphviz ☆
6,485 - Zxilly/go-size-analyzer (⭐2.1k) — Analyze compiled Go binary size ☆
2,149 - pointlander/peg (⭐1.1k) — PEG parser generator for Go ☆
1,112 - safedep/vet (⭐1.1k) — Protect against malicious open source packages ☆
1,076 - janpfeifer/gonb (⭐1k) — Go notebook kernel for Jupyter ☆
1,029 - alajmo/sake (⭐745) — Task runner for local and remote hosts ☆
747 - goccmack/gocc (⭐660) — Parser and scanner generator ☆
661 - iyashjayesh/monigo (⭐409) — Performance monitoring library ☆
409 - becheran/roumon (⭐235) — Universal goroutine monitor using pprof and termui ☆
235 - bitfield/gotestdox (⭐196) — A tool for formatting Go test results as readable documentation ☆
198 - ahmedakef/gotutor (⭐82) — Online Go Debugger & Visualizer ☆
82 - bobg/modver (⭐21) — a tool that helps you obey semantic versioning rules in your Go module ☆
21 - bobg/decouple (⭐36) — find overspecified function parameters in Go code ☆
36
Hardware & IoT
Hardware
- shirou/gopsutil (⭐12k) — psutil for golang ☆
11,864 - arduino/arduino-cli (⭐4.9k) — Arduino command line tool ☆
4,932 - jaypipes/ghw (⭐1.9k) — Go HardWare discovery/inspection library ☆
1,868 - zcalusic/sysinfo (⭐575) — Linux system information library ☆
576
IoT
- hybridgroup/gobot (⭐9.4k) — Robotics and IoT framework ☆
9,424 - lf-edge/ekuiper (⭐1.7k) — Lightweight data stream processing engine for IoT edge ☆
1,712 - rulego/rulego (⭐1.5k) — Lightweight rule engine framework ☆
1,540 - Edgenesis/shifu (⭐1.4k) — Kubernetes-native IoT gateway ☆
1,418 - e154/smart-home (⭐98) — software package for automation ☆
99 - maxatome/go-vitotrol (⭐23) — golang client library to Viessmann Vitotrol web service ☆
23
Networking
Consensus
- hashicorp/raft (⭐9k) — Golang implementation of the Raft consensus protocol ☆
9,035 - lni/dragonboat (⭐5.3k) — Multi-group Raft consensus library ☆
5,309 - etcd-io/raft (⭐1k) — Raft library for maintaining a replicated state machine ☆
1,048 - vadiminshakov/committer (⭐43) — 2PC and 3PC protocols for Go ☆
43
DNS
- miekg/dns (⭐8.7k) — DNS library in Go ☆
8,704 - 0xERR0R/blocky (⭐6.7k) — DNS ad-blocker for local networks ☆
6,694 - hashicorp/mdns (⭐1.4k) — Simple mDNS client/server library in Golang ☆
1,360 - semihalev/sdns (⭐1k) — High-performance recursive DNS ☆
1,056 - FenkoHQ/dnsmonster (⭐355) — Passive DNS Capture and Monitoring Toolkit ☆
355 - joeig/go-powerdns (⭐103) — PowerDNS API client for Go (community project) ☆
103
Distributed Utilities
- luraproject/lura (⭐6.8k) — Ultra-performant API gateway ☆
6,778 - chrislusf/gleam (⭐3.6k) — Distributed map/reduce in Go ☆
3,561 - bsm/redislock (⭐1.8k) — Simplified distributed locking implementation using Redis ☆
1,760 - k8gb-io/k8gb (⭐1.2k) — A cloud native Kubernetes Global Balancer ☆
1,177 - temporalio/sdk-go (⭐903) — Temporal Go SDK ☆
909 - AppsFlyer/go-sundheit (⭐561) — Health checks library for Go ☆
561 - tarmac-project/tarmac (⭐343) — Functions as Monolith or Microservices ☆
343 - italolelis/outboxer (⭐167) — A library that implements the outboxer pattern in go ☆
167 - capillariesio/capillaries (⭐72) — Distributed batch data processing framework ☆
72 - svcavallar/celeriac.v1 (⭐76) — Celery client for Go ☆
76 - pdupub/go-pdu (⭐49) — An PDU implementation in Go ☆
49 - mbrostami/consistenthash (⭐32) — Consistent hashing implementation ☆
33
HTTP & Proxy
- valyala/fasthttp (⭐23k) — Fast HTTP package for Go ☆
23,382 - elazarl/goproxy (⭐6.7k) — An HTTP proxy library for Go ☆
6,694 - wzshiming/httpproxy (⭐32) — HTTP proxy handler and dialer ☆
32
HTTP Clients
- go-resty/resty (⭐12k) — Simple HTTP, REST, and SSE client library for Go ☆
11,702 - imroc/req (⭐4.8k) — Simple Go HTTP client with Black Magic ☆
4,802 - gojek/heimdall (⭐2.7k) — An enhanced HTTP client for Go ☆
2,748 - hashicorp/go-retryablehttp (⭐2.3k) — Retryable HTTP client in Go ☆
2,329 - levigross/grequests (⭐2.2k) — A Go "clone" of the great and famous Requests library ☆
2,188 - bogdanfinn/tls-client (⭐1.6k) — HTTP client with TLS fingerprint spoofing ☆
1,674 - dghubble/sling (⭐1.7k) — A Go HTTP client library for creating and sending API requests ☆
1,717 - earthboundkid/requests (⭐1.7k) — HTTP requests for Gophers ☆
1,671 - Noooste/azuretls-client (⭐451) — HTTP client to spoof TLS/JA3 fingerprint ☆
457 - monaco-io/request (⭐296) — go request, go http client ☆
296 - opus-domini/fast-shot (⭐124) — Fluent HTTP client for Go ☆
124 - NdoleStudio/go-otelroundtripper (⭐87) — OpenTelemetry metrics for HTTP clients ☆
87 - go-zoox/fetch (⭐88) — Powerful HTTP client for Go ☆
88 - rezmoss/axios4go (⭐36) — Axios-inspired HTTP client ☆
37 - lib4u/fake-useragent (⭐16) — Up-to-date simple useragent faker with real world database in Golang ☆
16
Servers
- caddyserver/caddy (⭐73k) — Multi-platform web server with HTTPS ☆
73,276 - pocketbase/pocketbase (⭐59k) — Open Source realtime backend in 1 file ☆
59,062 - etcd-io/etcd (⭐52k) — Distributed key-value store ☆
51,819 - drakkan/sftpgo (⭐12k) — Full-featured SFTP/FTP/HTTP server ☆
12,151 - adnanh/webhook (⭐12k) — Lightweight webhook server ☆
11,888 - roadrunner-server/roadrunner (⭐8.5k) — High-performance PHP application server ☆
8,471 - easegress-io/easegress (⭐5.9k) — A Cloud Native traffic orchestration system ☆
5,871 - charmbracelet/wish (⭐5.2k) — Make SSH apps, just like that! ☆
5,262 - flipt-io/flipt (⭐4.8k) — Enterprise-ready, Git native feature management solution ☆
4,822 - getfider/fider (⭐4.3k) — Open platform to collect and prioritize feedback ☆
4,363 - xyproto/algernon (⭐3k) — Web server with Lua and Markdown ☆
3,014 - openflagr/flagr (⭐2.6k) — Feature flagging and A/B testing ☆
2,600 - thomaspoignant/go-feature-flag (⭐2k) — Open source feature flag solution ☆
2,035 - msoap/shell2http (⭐1.5k) — Executing shell commands via HTTP server ☆
1,494 - openrundev/openrun (⭐839) — Open source Cloud Run alternative ☆
853 - webhookx-io/webhookx (⭐295) — The Next-Generation Webhooks Gateway. ☆
297 - blind-oracle/cortex-tenant (⭐138) — Prometheus proxy with tenant ID injection ☆
138 - baalimago/wd-41 (⭐151) — Web-Development 41, a static web server with live-reload ☆
152 - 42atomys/webhooked (⭐43) — A webhook receiver on steroids. ☆
43
Network Utilities
- fortio/fortio (⭐3.7k) — Load testing and echo server ☆
3,700 - hashicorp/go-getter (⭐1.8k) — Download files from URLs ☆
1,822 - TimothyYe/godns (⭐1.7k) — Dynamic DNS client for multiple providers ☆
1,746 - schollz/peerdiscovery (⭐669) — Cross-platform local peer discovery ☆
669 - fclairamb/ftpserverlib (⭐469) — FTP server library for Go ☆
469 - skibish/ddns (⭐266) — Personal DDNS client with Digital Ocean Networking DNS as backend. ☆
266 - assafmo/joincap (⭐220) — Merge pcap files ☆
220 - gaissmai/bart (⭐140) — Balanced routing table ☆
143 - alegrey91/fwdctl (⭐72) — Manage IPTables forwards via CLI ☆
72
P2P & Torrent
- anacrolix/torrent (⭐6k) — Full-featured BitTorrent client package and utilities ☆
6,039 - dragonflyoss/dragonfly (⭐3.2k) — P2P-based container image distribution ☆
3,205 - cenkalti/rain (⭐1.1k) — BitTorrent client and library in Go ☆
1,135 - anacrolix/dht (⭐355) — DHT for BitTorrent ☆
355
Protocols
- pion/webrtc (⭐17k) — Pure Go implementation of the WebRTC API ☆
16,548 - quic-go/quic-go (⭐12k) — A production-ready QUIC implementation in pure Go ☆
11,643 - google/gopacket (⭐6.8k) — Provides packet processing capabilities for Go ☆
6,779 - osrg/gobgp (⭐4.1k) — BGP implemented in the Go Programming Language ☆
4,069 - lxzan/gws (⭐1.8k) — Fast websocket server and client ☆
1,778 - gosnmp/gosnmp (⭐1.2k) — An SNMP library written in Go ☆
1,248 - bluenviron/gortsplib (⭐917) — RTSP client and server library for the Go programming language ☆
921 - ccding/go-stun (⭐719) — A go implementation of the STUN client (RFC 3489 and RFC 5389) ☆
720 - google/gnxi (⭐285) — gNXI Tools - gRPC Network Management/Operations Interface Tools ☆
286 - jeroenrinzema/psql-wire (⭐235) — PostgreSQL wire protocol for Go ☆
235 - jimlambrt/gldap (⭐120) — Build LDAP services w/ Go ☆
120 - soypat/natiu-mqtt (⭐105) — Extensible MQTT for embedded systems ☆
105
RPC
- grpc/grpc-go (⭐23k) — The Go language implementation of gRPC. HTTP/2 based RPC ☆
22,960 - lesismal/arpc (⭐1.1k) — Two-way RPC with broadcast support ☆
1,086 - ybbus/jsonrpc (⭐370) — A simple go implementation of json rpc 2.0 client over http ☆
370 - osamingo/jsonrpc (⭐193) — The jsonrpc package helps implement of JSON-RPC 2.0 ☆
193
SSH & SFTP
- gliderlabs/ssh (⭐4.1k) — Easy SSH servers in Golang ☆
4,144 - pkg/sftp (⭐1.6k) — SFTP support for the go.crypto/ssh package ☆
1,656 - masterzen/winrm (⭐467) — Windows remote command library ☆
467
TCP/UDP Frameworks
- panjf2000/gnet (⭐11k) — High-performance event-loop network ☆
11,172 - cloudwego/netpoll (⭐4.6k) — High-performance I/O framework ☆
4,579 - xtaci/kcp-go (⭐4.5k) — A crypto-secure Reliable-UDP library for Golang with FEC support. ☆
4,511 - lesismal/nbio (⭐2.7k) — High-performance network library ☆
2,744 - xtaci/gaio (⭐928) — High-performance, minimalist async-io (proactor) networking for Golang. ☆
929 - cheng-zhongliang/event (⭐119) — Simple I/O event notification library wirtten in Golang ☆
119 - fish-tennis/gnet (⭐26) — high performance net library for game server ☆
26
VPN & Tunneling
- cloudflare/cloudflared (⭐14k) — Cloudflare Tunnel client ☆
14,495 - xjasonlyu/tun2socks (⭐5.2k) — TUN to SOCKS proxy ☆
5,262 - songgao/water (⭐2.2k) — A simple TUN/TAP library written in native Go. ☆
2,161 - NodePassProject/nodepass (⭐2.1k) — Secure TCP/UDP tunneling with TLS ☆
2,125
Queues & Pub/Sub
Brokers
- nats-io/nats-server (⭐20k) — High-performance NATS message server ☆
20,014 - emitter-io/emitter (⭐4k) — High-performance pub/sub broker ☆
4,005 - mochi-mqtt/server (⭐1.9k) — Embeddable MQTT v5 broker ☆
1,877
Clients & Libraries
- hibiken/asynq (⭐13k) — Simple, reliable, and efficient distributed task queue in Go ☆
13,369 - IBM/sarama (⭐12k) — Sarama is a Go library for Apache Kafka. ☆
12,493 - centrifugal/centrifugo (⭐10k) — Scalable real-time messaging server ☆
10,387 - ThreeDotsLabs/watermill (⭐9.7k) — Building event-driven applications the easy way in Go. ☆
9,751 - appleboy/gorush (⭐8.7k) — A push notification server written in Go (Golang). ☆
8,738 - RichardKnop/machinery (⭐8k) — Async task queue with message passing ☆
7,956 - nats-io/nats.go (⭐6.6k) — Golang client for NATS, the cloud native messaging system. ☆
6,649 - dunglas/mercure (⭐5.3k) — Server-Sent Events hub ☆
5,264 - confluentinc/confluent-kafka-go (⭐5.1k) — Confluent's Apache Kafka Golang client ☆
5,144 - olahol/melody (⭐4.1k) — Minimalist websocket framework for Go ☆
4,080 - sideshow/apns2 (⭐3.2k) — Apple Push Notification Service ☆
3,178 - lovoo/goka (⭐2.5k) — Kafka stream processing library ☆
2,532 - rabbitmq/amqp091-go (⭐2k) — An AMQP 0-9-1 Go client maintained by the RabbitMQ team ☆
2,007 - asaskevich/EventBus (⭐2k) — [Go] Lightweight eventbus with async compatibility for Go ☆
1,976 - containrrr/shoutrrr (⭐1.6k) — Notification library for gophers and their furry friends. ☆
1,600 - pebbe/zmq4 (⭐1.3k) — A Go interface to ZeroMQ version 4 ☆
1,256 - timbray/quamina (⭐493) — Fast pattern-matching library ☆
494 - jandelgado/rabtap (⭐281) — RabbitMQ wire tap and swiss army knife ☆
282 - mehdihadeli/Go-MediatR (⭐277) — Mediator pattern for CQRS ☆
277 - goptics/varmq (⭐186) — Zero-dep message queue library ☆
187 - oagudo/outbox (⭐128) — Transactional outbox pattern ☆
128 - hyperonym/ratus (⭐123) — RESTful async task queue server ☆
123 - dailymotion/oplog (⭐111) — A generic oplog/replication system for microservices ☆
111 - jirenius/go-res (⭐68) — RES Service protocol library for Go ☆
68 - Protocol-Lattice/GoEventBus (⭐65) — A lock-free, ultra-fast event bus for Go ☆
66 - SchwarzDigits/hypermatch (⭐34) — High-performance rule matching ☆
35
Science
- gonum/gonum (⭐8.4k) — Numeric libraries for Go ☆
8,391 - gonum/plot (⭐3k) — Plotting and visualization ☆
2,956 - paulmach/orb (⭐1.1k) — 2D geometry types and utilities ☆
1,118 - madelynnblue/go-dsp (⭐912) — Digital Signal Processing for Go ☆
913 - bebop/poly (⭐728) — Synthetic biology library for Go ☆
729 - hmdsefi/gograph (⭐115) — Generic graph algorithms library ☆
116 - nikolaydubina/jsonl-graph (⭐78) — JSONL Graph Tools ☆
78 - claygod/PiHex (⭐20) — Generate hexadecimal Pi digits ☆
20
Scripting
Embeddable Languages
- php/frankenphp (⭐11k) — The modern PHP app server ☆
11,146 - expr-lang/expr (⭐7.9k) — Expression evaluation for Go ☆
7,903 - yuin/gopher-lua (⭐6.9k) — Lua VM and compiler in Go ☆
6,932 - dop251/goja (⭐6.9k) — ECMAScript engine in pure Go ☆
6,905 - d5/tengo (⭐3.8k) — Fast script language for Go ☆
3,821 - Shopify/go-lua (⭐3.4k) — Lua VM in Go ☆
3,443 - google/cel-go (⭐3k) — Common Expression Language for Go ☆
3,001 - google/starlark-go (⭐2.7k) — Starlark config language in Go ☆
2,710 - metacall/core (⭐1.8k) — Polyglot programming runtime ☆
1,802 - wa-lang/wa (⭐1.8k) — The Wa Programming Language ☆
1,769 - mattn/anko (⭐1.6k) — Scriptable interpreter in Go ☆
1,572 - PaesslerAG/gval (⭐811) — Expression evaluation in Go ☆
811 - ichiban/prolog (⭐724) — Prolog scripting engine for Go ☆
724 - aarzilli/golua (⭐699) — Lua C API bindings for Go ☆
700 - 1set/starlet (⭐43) — Starlark wrapper with batteries ☆
44
Code Generators
- oapi-codegen/oapi-codegen (⭐8.4k) — Generate Go code from OpenAPI 3 specs ☆
8,386 - dave/jennifer (⭐3.6k) — Code generator for Go ☆
3,619 - hexdigest/gowrap (⭐1.3k) — Generate interface decorators ☆
1,327 - awalterschulze/goderive (⭐1.3k) — Generate mundane Go functions ☆
1,263 - abice/go-enum (⭐947) — Enum generator for Go ☆
950 - jmattheis/goverter (⭐853) — Generate type-safe converters ☆
856 - rjeczalik/interfaces (⭐431) — Code generation tools for Go ☆
431 - switchupcb/copygen (⭐403) — Copy values between types ☆
403 - reedom/convergen (⭐50) — Type-to-type copy code generator ☆
50
Security
Certificates
- go-acme/lego (⭐9.6k) — Let's Encrypt/ACME client and library written in Go ☆
9,667 - caddyserver/certmagic (⭐5.6k) — Automatic HTTPS certificate management ☆
5,565 - tg123/go-htpasswd (⭐47) — Apache htpasswd Parser for Go. ☆
47 - adrianosela/sslmgr (⭐32) — SSL certificate abstraction ☆
32
Cryptography
- FiloSottile/age (⭐23k) — Simple encryption tool ☆
22,578 - authzed/spicedb (⭐6.8k) — Zanzibar-inspired permissions DB ☆
6,772 - awnumar/memguard (⭐2.7k) — Software sandbox for storage of sensitive information in memory. ☆
2,745 - cossacklabs/themis (⭐2k) — Cryptographic framework for data protection ☆
1,966 - dromara/dongle (⭐1.1k) — A simple, semantic and developer-friendly crypto package for golang ☆
1,108 - anatol/booster (⭐640) — Fast and secure initramfs generator ☆
643 - kevinburke/nacl (⭐552) — Pure Go implementation of the NaCL set of API's ☆
552 - ssh-vault/ssh-vault (⭐505) — encrypt/decrypt using ssh keys ☆
506 - number571/go-peer (⭐325) — Secure decentralized networking ☆
327 - lingrino/vaku (⭐159) — Extended Vault API and CLI ☆
159 - anatol/luks.go (⭐97) — Pure Golang library to manage LUKS partitions ☆
97 - zitadel/passwap (⭐75) — Unified password hashing ☆
75 - rsjethani/secret (⭐33) — Prevent your secrets from leaking into logs, std* etc. ☆
33 - andskur/argon2-hashing (⭐25) — Argon2 password hashing ☆
25
WAF & Protection
- Ullaakut/cameradar (⭐5.1k) — Cameradar hacks its way into RTSP videosurveillance cameras ☆
5,065 - corazawaf/coraza (⭐3.5k) — ModSecurity-compatible WAF in Go ☆
3,557 - mojocn/base64Captcha (⭐2.4k) — captcha of base64 image string ☆
2,365 - unrolled/secure (⭐2.3k) — HTTP middleware for Go that facilitates some quick security wins. ☆
2,344 - beelzebub-labs/beelzebub (⭐2k) — AI-powered honeypot framework ☆
2,046 - cossacklabs/acra (⭐1.5k) — Database security proxy ☆
1,482 - securitybunker/databunker (⭐1.4k) — Secure vault for PII/PHI/KYC records ☆
1,421 - hillu/go-yara (⭐388) — Go bindings for YARA ☆
388 - teler-sh/teler-waf (⭐402) — HTTP middleware for WAF ☆
401 - steambap/captcha (⭐164) — Easy captcha library ☆
164
Zero Trust
- sigstore/cosign (⭐6k) — Code signing and transparency for containers and binaries ☆
6,036 - openziti/ziti (⭐4.2k) — Zero trust networking platform ☆
4,225 - spiffe/spire (⭐2.4k) — The SPIFFE Runtime Environment ☆
2,393 - philips-labs/spiffe-vault (⭐99) — Integrates Spiffe and Vault to have secretless authentication ☆
99
Testing & Quality
Benchmarks
- smallnest/go-web-framework-benchmark (⭐2.1k) — Web framework benchmarks ☆
2,138 - alecthomas/go_serialization_benchmarks (⭐1.6k) — Serialization benchmarks for Go ☆
1,627 - SimonWaldherr/golang-benchmarks (⭐145) — Go(lang) benchmarks - (measure the speed of golang) ☆
144 - nikolaydubina/go-ml-benchmarks (⭐33) — Benchmarks of machine learning inference for Go ☆
33
Code Analysis
- golangci/golangci-lint (⭐19k) — Fast linters runner for Go ☆
19,075 - boyter/scc (⭐8.5k) — Fast code counter and stats ☆
8,464 - mgechev/revive (⭐5.5k) — Fast, extensible Go linter ☆
5,524 - kisielk/errcheck (⭐2.5k) — errcheck checks that you checked errors. ☆
2,516 - go-critic/go-critic (⭐2.1k) — The most opinionated Go source code linter for code audit. ☆
2,055 - daveshanley/vacuum (⭐1.1k) — Fast OpenAPI linter ☆
1,079 - presmihaylov/todocheck (⭐436) — Analyser for TODO comments ☆
436 - mdempsky/unconvert (⭐388) — Remove unnecessary type conversions ☆
388 - tomarrell/wrapcheck (⭐373) — Check errors are wrapped ☆
373 - mibk/dupl (⭐369) — Code clone detection tool ☆
369 - shurcooL/gostatus (⭐245) — Show status of Go repositories ☆
245 - Antonboom/testifylint (⭐169) — Linter for testify usage ☆
169 - Crocmagnon/fatcontext (⭐76) — Detect nested contexts in loops ☆
76 - antham/ghokin (⭐53) — Parallelized Gherkin formatter ☆
53 - sashamelentyev/usestdlibvars (⭐48) — Linter for stdlib variables usage ☆
48 - borovikovd/gomsort (⭐25) — Go msort - linter that sorts methods ☆
25
Mock
- vektra/mockery (⭐7.1k) — Mock code autogenerator for Go ☆
7,134 - DATA-DOG/go-sqlmock (⭐6.6k) — SQL mock driver for testing ☆
6,554 - brianvoe/gofakeit (⭐5.4k) — Random fake data generator written in go ☆
5,361 - uber-go/mock (⭐3.4k) — GoMock is a mocking framework for the Go programming language. ☆
3,365 - SpectoLabs/hoverfly (⭐2.5k) — API simulation and virtualization ☆
2,497 - matryer/moq (⭐2.2k) — Interface mocking via go generate ☆
2,202 - jarcoal/httpmock (⭐2.1k) — HTTP mocking for Go ☆
2,077 - maxbrunsfeld/counterfeiter (⭐1.1k) — Generate type-safe test doubles ☆
1,134 - gojuno/minimock (⭐752) — Powerful mock generator ☆
751 - DATA-DOG/go-txdb (⭐751) — Transaction-isolated SQL driver ☆
752 - pashagolub/pgxmock (⭐586) — pgx mock driver for testing ☆
587 - xhd2015/xgo (⭐431) — All-in-one Go testing library ☆
431 - seborama/govcr (⭐199) — Record and replay HTTP interactions ☆
199 - mocktools/go-smtp-mock (⭐164) — SMTP mock server for testing ☆
164 - elgohr/go-localstack (⭐87) — Go wrapper for LocalStack ☆
87
Performance
- jaegertracing/jaeger (⭐23k) — Distributed tracing platform ☆
22,875 - pixie-io/pixie (⭐6.5k) — Kubernetes-native observability ☆
6,463 - arl/statsviz (⭐3.6k) — Visualize Go runtime metrics ☆
3,635 - nikolaydubina/go-instrument (⭐295) — Add trace spans to Go functions ☆
297 - joetifa2003/mm-go (⭐194) — Manual memory management for Go ☆
194
Browser Automation
- chromedp/chromedp (⭐13k) — Chrome DevTools Protocol driver ☆
13,113 - go-rod/rod (⭐7k) — Chrome DevTools driver for scraping ☆
6,967 - sensepost/gowitness (⭐4.3k) — Web screenshot utility with Chrome ☆
4,329 - playwright-community/playwright-go (⭐3.4k) — Browser automation for Chromium, Firefox, WebKit ☆
3,373 - mafredri/cdp (⭐791) — Chrome DevTools Protocol bindings ☆
792
Testing Frameworks
- stretchr/testify (⭐26k) — Assertions and mocks for testing ☆
26,019 - keploy/keploy (⭐18k) — API testing with auto mocks ☆
17,615 - Shopify/toxiproxy (⭐12k) — TCP proxy for chaos testing ☆
12,082 - testcontainers/testcontainers-go (⭐4.9k) — Docker containers for integration tests ☆
4,878 - google/go-cmp (⭐4.6k) — Package for comparing Go values in tests ☆
4,645 - gavv/httpexpect (⭐2.7k) — End-to-end HTTP and REST API testing for Go. ☆
2,721 - cucumber/godog (⭐2.6k) — Cucumber for golang ☆
2,632 - orlangure/gnomock (⭐1.5k) — Test with ephemeral Docker containers ☆
1,488 - dnaeon/go-vcr (⭐1.4k) — Record and replay HTTP for tests ☆
1,387 - go-testfixtures/testfixtures (⭐1.2k) — Rails-like test fixtures for Go ☆
1,233 - fergusstrange/embedded-postgres (⭐1.2k) — Embedded PostgreSQL for testing ☆
1,190 - chapar-rest/chapar (⭐702) — API testing for HTTP and gRPC ☆
703 - gotestyourself/gotest.tools (⭐577) — Testing utilities for Go ☆
578 - maxatome/go-testdeep (⭐463) — Flexible deep comparison in tests ☆
463 - appleboy/gofight (⭐445) — Testing API Handler written in Golang. ☆
445 - viant/endly (⭐267) — End to end functional test and automation framework ☆
267 - ysmood/got (⭐266) — An enjoyable golang test framework. ☆
266 - adamluzsi/testcase (⭐130) — Opinionated testing framework ☆
130 - kinbiko/jsonassert (⭐141) — JSON assertion library for tests ☆
141 - earthboundkid/be (⭐133) — The Go test helper for minimalists ☆
133 - corbym/gocrest (⭐107) — GoCrest - Hamcrest-like matchers for Go ☆
107 - madflojo/testcerts (⭐85) — Generate test certificates on the fly ☆
85 - hedhyw/gherkingen (⭐96) — Behaviour Driven Development tests generator for Golang ☆
96 - viant/dsunit (⭐45) — Datastore Testibility ☆
45 - go-restit/restit (⭐55) — A Go library help testing your RESTful API application ☆
55 - rekby/fixenv (⭐33) — Pytest-inspired fixture caching for Go tests ☆
33 - abecodes/dft (⭐19) — Docker wrapper for testing ☆
19
Testing Utilities
- dvyukov/go-fuzz (⭐4.9k) — Randomized testing for Go ☆
4,853 - pingcap/failpoint (⭐886) — Failpoint implementation for Go ☆
887
Validation
- go-playground/validator (⭐20k) — Struct and field validation for Go ☆
20,001 - Oudwins/zog (⭐1.2k) — Zod-inspired schema validation ☆
1,193 - gookit/validate (⭐1.1k) — Struct and data validation ☆
1,156 - twharmon/govalid (⭐115) — Struct validation using tags ☆
115 - faceair/jio (⭐126) — JSON schema validator like Joi ☆
126 - osamingo/checkdigit (⭐114) — Check digit algorithms ☆
114 - marrow16/valix (⭐31) — Request validation package ☆
31 - tiendc/go-validator (⭐31) — Intuitive validation library ☆
31
Text & NLP
Formatters
- dustin/go-humanize (⭐4.8k) — Human-friendly unit formatting ☆
4,799 - neilotoole/sq (⭐2.5k) — SQL data wrangler ☆
2,519 - bojanz/address (⭐82) — Address handling for Go ☆
82
Markup Languages
- BurntSushi/toml (⭐5k) — TOML parser with reflection ☆
4,965 - yuin/goldmark (⭐4.8k) — Markdown parser for Go ☆
4,842 - JohannesKaufmann/html-to-markdown (⭐3.7k) — Convert HTML to Markdown ☆
3,685 - pelletier/go-toml (⭐1.9k) — TOML library for Go ☆
1,945 - antchfx/htmlquery (⭐784) — XPath for HTML queries ☆
784 - clbanning/mxj (⭐630) — XML to/from map conversion ☆
630 - mmalcek/bafi (⭐114) — Universal format converter ☆
115
Miscellaneous
- microcosm-cc/bluemonday (⭐3.7k) — Fast HTML sanitizer for Go ☆
3,682 - pemistahl/lingua-go (⭐1.3k) — Natural language detection ☆
1,346 - gosimple/slug (⭐1.3k) — URL-friendly slugify ☆
1,329 - arunsupe/semantic-grep (⭐1.2k) — Grep for similar words ☆
1,229 - mattn/go-runewidth (⭐702) — Rune width for terminals ☆
705 - hedhyw/rex (⭐212) — Flexible regex constructor ☆
211 - IGLOU-EU/go-wildcard (⭐102) — Fast wildcard matching ☆
102 - JoshuaDoes/gofuckyourself (⭐70) — Swear filter for Go ☆
70
Morphological Analyzers
- nlpodyssey/spago (⭐1.9k) — ML and NLP library for Go ☆
1,851 - ikawaha/kagome (⭐965) — Japanese morphological analyzer ☆
965 - afjoseph/RAKE.Go (⭐123) — Rapid Keyword Extraction in Go ☆
123 - jonreiter/govader (⭐54) — VADER sentiment analysis ☆
54
Parsers/Encoders/Decoders
- mvdan/sh (⭐8.8k) — Shell parser and formatter ☆
8,814 - mmcdole/gofeed (⭐2.8k) — Parse RSS, Atom, JSON feeds ☆
2,838 - google/go-querystring (⭐2.1k) — Encode structs to URL query strings ☆
2,140 - olebedev/when (⭐1.5k) — Natural language date parser ☆
1,462 - adrianmo/go-nmea (⭐262) — NMEA sentence parser ☆
263 - yassinebenaid/godump (⭐222) — Dump any Go variable ☆
222 - editorconfig/editorconfig-core-go (⭐154) — EditorConfig core in Go ☆
154 - bzick/tokenizer (⭐139) — Tokenizer/lexer for Go ☆
139 - emersion/go-vcard (⭐126) — vCard parser and formatter ☆
126 - polera/gonameparts (⭐43) — Takes a full name and splits it into individual name parts ☆
43
Scrapers
- gocolly/colly (⭐25k) — Web scraping framework for Go ☆
25,333 - PuerkitoBio/goquery (⭐15k) — jQuery-like HTML manipulation ☆
14,952 - mvdan/xurls (⭐1.3k) — Extract URLs from text ☆
1,262 - s0rg/crawley (⭐341) — The unix-way web crawler ☆
341 - zoomio/tagify (⭐39) — Extract tags from HTML/Markdown/text ☆
39
Text Analysis
- blevesearch/bleve (⭐11k) — Text/numeric/geo/vector indexing library ☆
11,103 - derekparker/trie (⭐789) — Trie for extremely fast prefix search ☆
789 - agnivade/levenshtein (⭐470) — Go implementation to calculate Levenshtein Distance. ☆
470 - plar/go-adaptive-radix-tree (⭐413) — Adaptive Radix Trees implemented in Go ☆
414
Tokenizers
- go-ego/gse (⭐2.8k) — Multilingual text segmentation ☆
2,833 - pebbe/textcat (⭐73) — N-gram text categorization ☆
73
Translation
- nicksnyder/go-i18n (⭐3.5k) — Translate Go programs ☆
3,531 - leonelquinteros/gotext (⭐499) — GNU gettext for Go ☆
500 - vorlif/spreak (⭐94) — Gettext-based translation library ☆
94 - invopop/ctxi18n (⭐94) — Context-based i18n for Go ☆
94 - mehanizm/iuliia-go (⭐56) — Cyrillic to Latin transliteration ☆
56 - youthlin/t (⭐21) — Translation util using gettext ☆
21
Third-party APIs
Cloud Provider APIs
- googleapis/google-cloud-go (⭐4.5k) — Google Cloud Client Libraries for Go. ☆
4,460 - googleapis/google-api-go-client (⭐4.4k) — Auto-generated Google APIs for Go. ☆
4,443 - aws/aws-sdk-go-v2 (⭐3.6k) — AWS SDK for the Go programming language. ☆
3,579 - minio/minio-go (⭐2.9k) — High-performance object storage ☆
2,952 - rhnvrm/simples3 (⭐201) — Simple AWS S3 library using REST ☆
203 - circa10a/go-aws-news (⭐18) — Go app + library to fetch what's new from AWS ☆
18 - chainifynet/aws-encryption-sdk-go (⭐22) — AWS Encryption SDK for Go ☆
22
Other APIs
- codingsince1985/geo-golang (⭐544) — Go library to access geocoding and reverse geocoding APIs ☆
544 - cyruzin/golang-tmdb (⭐161) — Wrapper for TMDb API ☆
161 - gregdel/pushover (⭐155) — Go wrapper for the Pushover API ☆
155 - mvrilo/go-redoc (⭐94) — Embedded OpenAPI documentation ☆
94 - rapito/go-spotify (⭐53) — Go library for the Spotify Web API ☆
53 - rinchsan/device-check-go (⭐25) — iOS DeviceCheck SDK for Go ☆
25 - staskobzar/goami2 (⭐21) — Simple Asterisk Manager Interface (AMI) library fo golang ☆
21 - Icelain/jokeapi (⭐27) — Official golang wrapper for Sv443's jokeapi. ☆
27
Productivity APIs
- mk-5/fjira (⭐267) — The golang fuzzy-find cli jira interface ☆
267 - adlio/trello (⭐227) — Trello API wrapper for Go ☆
227 - ctreminiom/go-atlassian (⭐211) — Atlassian Cloud API client ☆
211 - koltyakov/gosip (⭐168) — SharePoint SDK for Go ☆
168 - FreeLeh/GoFreeDB (⭐90) — Database on top of Google Sheets ☆
90 - mehanizm/airtable (⭐86) — Simple golang airtable API wrapper ☆
86 - k-capehart/go-salesforce (⭐55) — Salesforce REST API client ☆
55
Utilities
Build & Release
- goreleaser/goreleaser (⭐16k) — Release engineering simplified ☆
15,864 - create-go-app/cli (⭐2.8k) — Create production-ready Go projects ☆
2,759 - miniscruff/changie (⭐879) — Automated changelog tool ☆
882 - karl-cardenas-coding/go-lambda-cleanup (⭐96) — Remove old AWS Lambda versions ☆
96
CLI Tools
- junegunn/fzf (⭐81k) — Command-line fuzzy finder ☆
80,932 - wagoodman/dive (⭐54k) — Explore Docker image layers ☆
54,220 - xo/usql (⭐10k) — Universal SQL CLI ☆
9,995 - minio/mc (⭐3.5k) — Unix utilities for object stores ☆
3,490 - joshmedeski/sesh (⭐2.6k) — Terminal session manager ☆
2,593 - itchyny/bed (⭐1.3k) — Binary editor in Go ☆
1,346 - owenthereal/upterm (⭐1.2k) — Instant terminal sharing ☆
1,233 - alajmo/mani (⭐702) — CLI for managing repositories ☆
713 - Unrud/remote-touchpad (⭐662) — Control mouse/keyboard remotely ☆
662 - chenquan/diskusage (⭐307) — Fast disk usage analyzer ☆
307 - reugn/wifiqr (⭐284) — Generate Wi-Fi QR codes ☆
284 - hedhyw/json-log-viewer (⭐222) — Interactive JSON log viewer ☆
223 - hrtsegv/gitcs (⭐132) — Git contributions graph generator ☆
132 - antham/yogo (⭐46) — Check yopmail from CLI ☆
46
Data Conversion
- samber/lo (⭐21k) — Lodash-style utilities for Go ☆
21,327 - duke-git/lancet (⭐5.3k) — Comprehensive util library ☆
5,295 - darccio/mergo (⭐3.1k) — Merge Go structs and maps ☆
3,103 - goforj/godump (⭐1.7k) — Pretty-printer for Go structs ☆
1,744 - gookit/filter (⭐150) — Data filtering and conversion ☆
150 - tiendc/gofn (⭐52) — High-performance generic functions ☆
52 - xorcare/pointer (⭐47) — Create optional field pointers ☆
47 - shockerli/cvt (⭐54) — Safe type conversion ☆
54
Database Extensions
- jmoiron/sqlx (⭐18k) — Extensions for database/sql ☆
17,648 - georgysavva/scany (⭐1.5k) — Scan database rows to structs ☆
1,518 - blockloop/scan (⭐613) — Scan SQL rows to structs ☆
613
Date and Time
- dromara/carbon (⭐5.2k) — Developer-friendly time package ☆
5,220 - yaa110/go-persian-calendar (⭐238) — Persian calendar for Go ☆
239 - bykof/gostradamus (⭐208) — Better DateTimes for Go ☆
208 - rickb777/date (⭐142) — Date handling package ☆
142 - relvacode/iso8601 (⭐158) — Fast ISO8601 date parser ☆
158
Dependency Injection
- uber-go/fx (⭐7.5k) — DI-based application framework ☆
7,565 - uber-go/dig (⭐4.5k) — Reflection-based DI toolkit ☆
4,469 - goioc/di (⭐378) — Simple DI for Go ☆
378 - go-kod/kod (⭐197) — DI with aspect-oriented support ☆
197 - i-love-flamingo/dingo (⭐188) — DI framework for Go ☆
188 - NVIDIA/gontainer (⭐150) — Simple DI container ☆
150 - junioryono/godi (⭐76) — DI with service lifetimes ☆
76 - matzefriedrich/parsley (⭐32) — Reflection-based DI package ☆
32 - muir/nject (⭐30) — Type-safe DI for Go ☆
30 - logrange/linker (⭐35) — DI and IoC package ☆
35 - firasdarwish/ore (⭐26) — Advanced DI solution ☆
26 - componego/componego (⭐29) — Component-oriented framework ☆
29 - gontainer/gontainer (⭐16) — YAML-based DI container ☆
16
Error Handling
- hashicorp/go-multierror (⭐2.6k) — Represent multiple errors as one ☆
2,571 - cockroachdb/errors (⭐2.4k) — Error library with portability ☆
2,408 - rotisserie/eris (⭐1.8k) — Errors with readable stack traces ☆
1,789 - joomcode/errorx (⭐1.3k) — Comprehensive error handling ☆
1,271 - ztrue/tracerr (⭐1.1k) — Errors with stack trace ☆
1,117 - samber/oops (⭐956) — Structured error handling ☆
958 - Southclaws/fault (⭐310) — Composable error wrapping ☆
311
File Handling
- schollz/croc (⭐35k) — Easily and securely send things from one computer to another ☆
35,255 - qax-os/excelize (⭐21k) — Excel XLSX library for Go ☆
20,662 - pdfcpu/pdfcpu (⭐8.7k) — PDF processor in Go ☆
8,670 - spf13/afero (⭐6.7k) — Filesystem abstraction for Go ☆
6,661 - dundee/gdu (⭐5.7k) — Fast disk usage analyzer ☆
5,739 - unidoc/unioffice (⭐4.9k) — Office document library ☆
4,881 - root-gg/plik (⭐1.8k) — Temporary file upload system ☆
1,777 - SebastiaanKlippert/go-wkhtmltopdf (⭐1.2k) — HTML to PDF wrapper ☆
1,178 - otiai10/copy (⭐770) — Copy directories recursively ☆
771 - ulikunitz/xz (⭐557) — Pure golang package for reading and writing xz-compressed files ☆
557 - no-src/gofs (⭐529) — Cross-platform file sync ☆
529 - mholt/archives (⭐415) — Create and extract archives ☆
421 - viant/afs (⭐388) — Abstract file storage ☆
388 - C2FO/vfs (⭐362) — Virtual file system for Go ☆
364 - gen2brain/go-unarr (⭐310) — Decompression library bindings ☆
310 - gomutex/godocx (⭐258) — Go library for reading and writing Microsoft Docx ☆
260 - charlievieth/fastwalk (⭐140) — Fast directory traversal ☆
141 - artonge/go-csv-tag (⭐131) — CSV reading with tags ☆
131 - parsyl/parquet (⭐127) — Parquet file library ☆
127 - adelowo/gulter (⭐71) — Multipart form handling ☆
72 - go-the-way/exl (⭐32) — Excel binding to struct written in Go.(Only supports Go1.18+) ☆
32
Forms
- justinas/nosurf (⭐1.7k) — CSRF protection middleware ☆
1,737 - gorilla/csrf (⭐1.2k) — CSRF prevention middleware ☆
1,197 - go-playground/form (⭐912) — URL values to structs ☆
914 - ggicci/httpin (⭐385) — HTTP request to struct binding ☆
385 - sonh/qs (⭐81) — Encode structs to query params ☆
81 - cinar/checker (⭐48) — Input validation with struct tags ☆
48
Functional
- samber/mo (⭐3.4k) — Monads and FP for Go ☆
3,379 - BooleanCat/go-functional (⭐533) — Iterator library for Go ☆
535 - rjNemo/underscore (⭐117) — Functional helpers for Go ☆
117
General
- wabarc/wayback (⭐2.2k) — Web archiving tool with IM interface ☆
2,199 - gabriel-vasile/mimetype (⭐2k) — MIME type detection by magic numbers ☆
1,984 - qmuntal/stateless (⭐1.3k) — Go library for creating finite state machines ☆
1,357 - jonboulle/clockwork (⭐725) — a fake clock for golang ☆
725 - Boeing/config-file-validator (⭐507) — Cross-platform CLI tool to validate configuration files across 17 formats. Syntax and schema validation with JSON Schema, XSD, and SchemaStore integration. Written in Go. ☆
507 - ungerik/go-dry (⭐487) — DRY (don't repeat yourself) package for Go ☆
487 - subosito/gotenv (⭐308) — Load environment variables from
.envorio.Readerin Go. ☆308 - viant/toolbox (⭐228) — Toolbox - go utility library ☆
228 - ikeikeikeike/go-sitemap-generator (⭐230) — Generate XML sitemaps ☆
230 - maja42/goval (⭐174) — Expression evaluation in golang ☆
174 - jfcg/sorty (⭐144) — Fast Concurrent / Parallel Sorting in Go ☆
144 - commander-cli/cmd (⭐161) — A simple package to execute shell commands on linux, windows and osx ☆
161 - syntaqx/cookie (⭐114) — Cookies, but with structs, for happiness. ☆
114 - tiendc/go-deepcopy (⭐128) — Fast deep-copy library for Go ☆
128 - arthurkushman/pgo (⭐88) — Go library for PHP community with convenient functions ☆
88 - pioz/countries (⭐96) — All you need when you are working with countries in Go. ☆
96 - icza/backscanner (⭐69) — Scan file lines backward ☆
69 - wzshiming/gotype (⭐64) — Golang source code parsing, usage like reflect package ☆
64 - rkoesters/xdg (⭐49) — FreeDesktop.org (xdg) Specs implemented in Go ☆
49 - nikolaydubina/watchhttp (⭐34) — Expose command output via HTTP ☆
34 - mikekonan/go-types (⭐23) — OpenAPI3 types for Go ☆
23 - ik5/gostrutils (⭐47) — Collections of string utils I have created over the years ☆
47 - kazhuravlev/just (⭐37) — Collection of useful functions. Complete simple tasks faster! ☆
37 - floatdrop/debounce (⭐37) — A zero-allocation debouncer ☆
37 - lrita/numa (⭐39) — NUMA utility library for Go ☆
40 - osamingo/gosh (⭐37) — Provide Go Statistics Handler, Struct, Measure Method ☆
37 - skovtunenko/graterm (⭐30) — Graceful termination primitives ☆
30
Logging
- sirupsen/logrus (⭐26k) — Structured, pluggable logging for Go. ☆
25,734 - uber-go/zap (⭐24k) — Fast structured logging ☆
24,522 - rs/zerolog (⭐12k) — Zero allocation JSON logger ☆
12,414 - golang/glog (⭐3.6k) — Leveled execution logs ☆
3,601 - k0kubun/pp (⭐2k) — Colored pretty printer for Go ☆
2,047 - lmittmann/tint (⭐1.3k) — Colorized slog handler ☆
1,307 - Lifailon/lazyjournal (⭐1.3k) — TUI for journald, Docker, K8s logs ☆
1,295 - getsentry/sentry-go (⭐1.1k) — Official Sentry SDK for Go ☆
1,089 - phuslu/log (⭐859) — Fastest structured logging ☆
860 - samber/slog-multi (⭐626) — Workflow design for slog handlers ☆
627 - gookit/slog (⭐542) — Configurable logging library ☆
543 - henvic/httpretty (⭐413) — Pretty-print HTTP requests ☆
413 - hashicorp/logutils (⭐372) — Logging utilities for Go ☆
371 - simukti/sqldb-logger (⭐382) — SQL database logger ☆
382 - samber/slog-formatter (⭐218) — Slog attribute formatting ☆
218 - DeRuina/timberjack (⭐137) — Log rolling library ☆
142 - rs/xlog (⭐141) — Context-aware HTTP logger ☆
141 - yuseferi/zax (⭐36) — Zap logger with context ☆
36 - clok/kemba (⭐17) — Tiny debug logging tool ☆
17
Networking Utils
- cristianoliveira/ergo (⭐648) — Manage apps on different ports ☆
648 - htcat/htcat (⭐558) — Parallel HTTP download ☆
557 - ferama/rospo (⭐369) — Persistent SSH tunnels ☆
369
Project Layout
- golang-standards/project-layout (⭐56k) — Standard Go project layout ☆
56,110 - Melkeydev/go-blueprint (⭐8.8k) — Spin up Go projects with popular frameworks ☆
8,851 - ardanlabs/service (⭐4k) — K8s service starter kit ☆
4,031 - Shpota/goxygen (⭐3.6k) — Generate full-stack web projects ☆
3,597 - mikestefanello/pagoda (⭐2.9k) — Full-stack web development starter kit ☆
2,940 - go-nunu/nunu (⭐2.6k) — CLI for building Go apps ☆
2,575 - sagikazarmark/modern-go-application (⭐1.9k) — Modern Go app example ☆
1,946 - naughtygopher/goapp (⭐1.1k) — Opinionated web app structure ☆
1,063 - lacion/cookiecutter-golang (⭐738) — Go project template ☆
738 - allaboutapps/go-starter (⭐610) — Production-ready RESTful API template ☆
611 - golang-templates/seed (⭐562) — Go app GitHub template ☆
563 - Fs02/go-todo-backend (⭐336) — Go Todo Backend example using modular project layout for product microservice. ☆
336 - raeperd/kickstart.go (⭐110) — Minimal HTTP server template ☆
110 - wangyoucao577/go-project-layout (⭐26) — Go project structure guide ☆
26
Resilience & Retry
- avast/retry-go (⭐2.9k) — Simple retry mechanism ☆
2,930 - eapache/go-resiliency (⭐2.3k) — Resiliency patterns for golang ☆
2,345 - failsafe-go/failsafe-go (⭐2.2k) — Fault tolerance patterns ☆
2,226 - cep21/circuit (⭐814) — Hystrix-like circuit breaker ☆
814 - mennanov/limiters (⭐640) — Distributed rate limiters ☆
641 - webriots/rate (⭐166) — High-performance rate limiter ☆
167
Strings
- abhimanyu003/sttr (⭐1.3k) — CLI string operations ☆
1,324 - gobeam/stringy (⭐250) — String case conversions ☆
249 - ozgio/strutil (⭐206) — String utilities for Go ☆
206
System & Process
- cilium/ebpf (⭐7.8k) — eBPF library for Go ☆
7,797 - maruel/panicparse (⭐3.7k) — Crash your app in style ☆
3,712 - immortal/immortal (⭐835) — Cross-platform supervisor ☆
835 - derekparker/delve (⭐662) — Delve is a debugger for the Go programming language. ☆
662 - gotranspile/cxgo (⭐392) — Transpile C to Go ☆
392
UUID
- google/uuid (⭐6.1k) — UUID generation and parsing ☆
6,082 - oklog/ulid (⭐5k) — ULID implementation ☆
5,036 - gofrs/uuid (⭐1.8k) — UUID library for Go ☆
1,809 - osamingo/indigo (⭐112) — Sonyflake-based ID generator ☆
112 - sdrapkin/guid (⭐74) — Fast cryptographically safe Guid generator for Go ☆
75 - twharmon/gouid (⭐26) — Fast, dependable universally unique ids ☆
26
Version Control & Packages
Git APIs
- google/go-github (⭐11k) — Go library for accessing the GitHub v3 API ☆
11,257 - shurcooL/githubv4 (⭐1.2k) — GitHub GraphQL API v4 client ☆
1,189 - go-playground/webhooks (⭐1k) — Webhook receiver for GitHub, Bitbucket, GitLab, Gogs ☆
1,028 - andygrunwald/go-trending (⭐146) — Access GitHub trending repositories ☆
146 - andygrunwald/go-gerrit (⭐105) — Go client/library for Gerrit Code Review ☆
105
Package Management
- anchore/syft (⭐9.1k) — SBOM generator for containers ☆
9,098 - nao1215/gup (⭐579) — gup - Update binaries installed by "go install" with goroutines. ☆
581 - marwanhawari/stew (⭐349) — An independent package manager for compiled binaries. ☆
350 - chaindead/modup (⭐65) — TUI for Go dependency updates ☆
65
Version Control
- go-git/go-git (⭐7.5k) — Pure Go Git implementation ☆
7,521 - antham/chyle (⭐161) — Changelog generator from Git ☆
161 - gabyx/Githooks (⭐123) — Per-repo shared Git hooks ☆
123 - antham/gommit (⭐116) — Enforce git message commit consistency ☆
116 - sourcegraph/go-vcs (⭐80) — manipulate and inspect VCS repositories in Go ☆
80 - jfrog/froggit-go (⭐53) — Universal VCS client library ☆
53 - kazhuravlev/git-tools (⭐32) — Useful set of tools which helps to manage git tags ☆
32
Web Development
Microservices
- zeromicro/go-zero (⭐33k) — Microservices framework with CLI tools ☆
33,093 - go-kit/kit (⭐27k) — A standard library for microservices. ☆
27,428 - go-kratos/kratos (⭐26k) — Your ultimate Go microservices framework for the cloud-native era. ☆
25,727 - micro/go-micro (⭐23k) — A Go framework for services and agents ☆
22,772 - smallnest/rpcx (⭐8.3k) — Feature-rich RPC framework ☆
8,289 - cloudwego/kitex (⭐8k) — High-performance Go RPC framework ☆
7,971 - go-dev-frame/sponge (⭐2.8k) — Code generation framework for Go ☆
2,851 - go-eagle/eagle (⭐2.4k) — A Go framework for the API or Microservice ☆
2,424 - unionj-cloud/go-doudou (⭐1.2k) — OpenAPI 3 and gRPC microservices framework ☆
1,172 - trpc-group/trpc-go (⭐1.2k) — A pluggable, high-performance RPC framework written in golang ☆
1,165 - gmsec/micro (⭐26) — A Go distributed systems development framework ☆
26
Middlewares
- urfave/negroni (⭐7.5k) — Idiomatic HTTP Middleware for Golang ☆
7,529 - tdewolff/minify (⭐4.1k) — Go minifiers for web formats ☆
4,114 - rs/cors (⭐2.9k) — Go net/http configurable handler to handle CORS requests ☆
2,886 - didip/tollbooth (⭐2.9k) — Simple middleware to rate-limit HTTP requests. ☆
2,859 - unrolled/render (⭐2k) — Render JSON, XML, HTML, binary ☆
1,993 - lingrino/go-fault (⭐554) — go fault injection library ☆
554 - jub0bs/cors (⭐222) — perhaps the best CORS middleware library for Go ☆
223 - faabiosr/echo-middleware (⭐16) — Middlewares for Echo framework ☆
16
Routers
- go-chi/chi (⭐22k) — Lightweight idiomatic HTTP router ☆
22,349 - gorilla/mux (⭐22k) — Powerful HTTP router ☆
21,833 - gowww/router (⭐184) — A lightning fast HTTP router ☆
184 - bmf-san/goblin (⭐82) — A golang http router based on trie tree. ☆
82 - ngamux/ngamux (⭐70) — Simple HTTP router for Go ☆
70 - muir/nchi (⭐18) — golang http router with elegance, speed, and flexibility ☆
18
Template Engines
- a-h/templ (⭐10k) — A language for writing HTML user interfaces in Go. ☆
10,345 - valyala/quicktemplate (⭐3.3k) — Fast template engine for Go ☆
3,323 - johnfercher/maroto (⭐2.7k) — Create PDFs with Bootstrap grid ☆
2,724 - CloudyKit/jet (⭐1.4k) — Jet template engine ☆
1,399 - osteele/liquid (⭐349) — A Liquid template engine in Go ☆
349 - go-sprout/sprout (⭐215) — Template functions for Go ☆
215 - goradd/got (⭐38) — Template engine with Go code output ☆
38
Web Frameworks
- gin-gonic/gin (⭐89k) — High-performance HTTP framework ☆
88,674 - gofiber/fiber (⭐40k) — Express inspired web framework written in Go ☆
39,833 - beego/beego (⭐32k) — High-performance web framework ☆
32,391 - labstack/echo (⭐32k) — High performance, minimalist Go web framework ☆
32,439 - gofr-dev/gofr (⭐21k) — Microservice framework for Go ☆
21,339 - gogf/gf (⭐13k) — Powerful full-stack framework ☆
13,187 - cloudwego/hertz (⭐7.3k) — High-performance HTTP framework ☆
7,267 - goadesign/goa (⭐6.1k) — Design-first API framework ☆
6,083 - apache/dubbo-go (⭐4.9k) — Go Implementation For Apache Dubbo . ☆
4,937 - goravel/goravel (⭐4.5k) — The full-featured Golang Development Framework skeleton ☆
4,740 - danielgtaylor/huma (⭐4.1k) — Huma REST/HTTP API Framework for Golang with OpenAPI 3.1 ☆
4,160 - documize/community (⭐2.4k) — Modern Confluence alternative ☆
2,399 - go-goyave/goyave (⭐1.8k) — The enterprise REST API framework ☆
1,771 - go-fuego/fuego (⭐1.7k) — Web framework with OpenAPI 3 ☆
1,733 - templui/templui (⭐1.6k) — UI components for Templ ☆
1,603 - savsgio/atreugo (⭐1.3k) — Micro web framework on fasthttp ☆
1,304 - ankorstore/yokai (⭐834) — Modular framework for Go apps ☆
835 - indeedeng/iwf (⭐639) — Workflow-as-code orchestration ☆
640 - i-love-flamingo/flamingo-commerce (⭐588) — Flexible Go web framework ☆
588 - i-love-flamingo/flamingo (⭐558) — Flexible Go web framework ☆
559 - rookie-ninja/rk-boot (⭐575) — Enterprise microservice framework ☆
575 - fastschema/fastschema (⭐552) — All-in-One Backend as a Service with Headless CMS Power ☆
555 - uadmin/uadmin (⭐354) — The web framework for Golang ☆
354 - xxjwxc/ginrpc (⭐304) — gin auto binding, grpc and annotated route ☆
304 - hidevopsio/hiboot (⭐179) — High-performance CLI and web apps ☆
179 - beatlabs/patron (⭐127) — Cloud-native microservice framework ☆
125 - claygod/microservice (⭐122) — Simple microservice framework ☆
122 - gone-io/gone (⭐129) — Lightweight DI framework ☆
130 - gookit/rux (⭐99) — Simple and fast web framework ☆
99 - yaitoo/xun (⭐91) — Web framework on html/template ☆
91 - napsy/go-css (⭐94) — A very simple CSS parser, written in Go ☆
94 - abemedia/go-don (⭐59) — API framework written in Golang. ☆
59 - JiveGroup/gFly (⭐48) — Laravel inspired web framework written in Go ☆
49 - clubpay/ronykit (⭐36) — API Framework supporting REST and RPC. ☆
36 - SaiNageswarS/go-api-boot (⭐34) — gRPC + HTTP/2 production framework ☆
34
WebAssembly
- tinygo-org/tinygo (⭐17k) — Go compiler for microcontrollers ☆
17,503 - agnivade/wasmbrowsertest (⭐207) — Run WASM tests inside your browser ☆
208 - extism/go-sdk (⭐175) — Extism Go SDK - easily run WebAssembly modules in your Go applications ☆
175
Workflow & Scheduling
Job Scheduler
- hatchet-dev/hatchet (⭐7.3k) — An orchestration engine for background tasks, AI agents, and durable workflows ☆
7,337 - go-co-op/gocron (⭐7.1k) — Easy and fluent Go cron scheduling ☆
7,069 - reugn/go-quartz (⭐2k) — Minimalist and zero-dependency scheduling library for Go ☆
2,011 - adhocore/gronx (⭐504) — Lightweight cron expression parser ☆
506 - fieldryand/goflow (⭐480) — Simple but powerful DAG scheduler and dashboard ☆
482 - madflojo/tasks (⭐330) — In-process task scheduler ☆
330 - bart6114/cheek (⭐196) — cheek: a pico-sized declarative job scheduler ☆
197 - onatm/clockwerk (⭐182) — Job Scheduling Library ☆
182 - deepaksinghvi/cdule (⭐61) — Golang job scheduler ☆
61 - pardnchiu/go-scheduler (⭐34) — Scheduler with standard cron and task dependencies ☆
34 - romshark/sched (⭐31) — A job scheduler for Go with the ability to fast-forward time. ☆
31
Workflow Frameworks
- redpanda-data/connect (⭐8.7k) — Fancy stream processing made operationally mundane ☆
8,679 - dagucloud/dagu (⭐3.5k) — Workflow engine with Web UI ☆
3,482 - jf-tech/omniparser (⭐1.1k) — ETL streaming parser for Go ☆
1,084 - noneback/go-taskflow (⭐628) — Task-parallel programming library ☆
632 - cadence-workflow/cadence-go-client (⭐377) — Cadence workflow client for Go ☆
377 - luno/workflow (⭐239) — Type-safe workflow orchestration ☆
239 - rhosocial/go-dag (⭐40) — DAG-based workflow framework ☆
40
🏆 Top 100 by Stars
The most starred projects in this list, sorted by GitHub stars.
- ollama/ollama (⭐174k) — Run LLMs locally ☆
173,983 - kubernetes/kubernetes (⭐123k) — Production-Grade Container Scheduling and Management ☆
122,974 - gin-gonic/gin (⭐89k) — High-performance HTTP framework ☆
88,674 - junegunn/fzf (⭐81k) — Command-line fuzzy finder ☆
80,932 - caddyserver/caddy (⭐73k) — Multi-platform web server with HTTPS ☆
73,276 - moby/moby (⭐72k) — Container ecosystem components ☆
71,673 - prometheus/prometheus (⭐64k) — The Prometheus monitoring system and time series database. ☆
64,472 - traefik/traefik (⭐64k) — The Cloud Native Application Proxy ☆
63,595 - pocketbase/pocketbase (⭐59k) — Open Source realtime backend in 1 file ☆
59,062 - go-gitea/gitea (⭐56k) — Self-hosted Git service ☆
56,262 - golang-standards/project-layout (⭐56k) — Standard Go project layout ☆
56,110 - wagoodman/dive (⭐54k) — Explore Docker image layers ☆
54,220 - etcd-io/etcd (⭐52k) — Distributed key-value store ☆
51,819 - ethereum/go-ethereum (⭐51k) — Go implementation of the Ethereum protocol ☆
51,140 - mudler/LocalAI (⭐47k) — Local OpenAI alternative ☆
46,820 - milvus-io/milvus (⭐45k) — Cloud-native vector database ☆
44,751 - spf13/cobra (⭐44k) — A Commander for modern Go CLI interactions ☆
44,085 - charmbracelet/bubbletea (⭐43k) — A powerful little TUI framework ☆
43,091 - pingcap/tidb (⭐40k) — Cloud-native distributed SQL DB ☆
40,158 - gofiber/fiber (⭐40k) — Express inspired web framework written in Go ☆
39,833 - go-gorm/gorm (⭐40k) — The fantastic ORM library for Golang, aims to be developer friendly ☆
39,795 - harness/harness (⭐36k) — End-to-end developer platform ☆
36,717 - schollz/croc (⭐35k) — Easily and securely send things from one computer to another ☆
35,255 - restic/restic (⭐34k) — Fast, secure backup program ☆
34,351 - k3s-io/k3s (⭐33k) — Lightweight Kubernetes ☆
33,240 - zeromicro/go-zero (⭐33k) — Microservices framework with CLI tools ☆
33,093 - seaweedfs/seaweedfs (⭐33k) — Fast distributed storage for blobs ☆
32,881 - labstack/echo (⭐32k) — High performance, minimalist Go web framework ☆
32,439 - beego/beego (⭐32k) — High-performance web framework ☆
32,391 - cockroachdb/cockroach (⭐32k) — Cloud native distributed SQL database ☆
32,204 - kubernetes/minikube (⭐32k) — Run Kubernetes locally ☆
31,870 - influxdata/influxdb (⭐32k) — Scalable datastore for metrics, events, and real-time analytics ☆
31,547 - grafana/k6 (⭐31k) — A modern load testing tool, using Go and JavaScript ☆
30,785 - spf13/viper (⭐30k) — Go configuration with fangs ☆
30,299 - fyne-io/fyne (⭐28k) — Cross platform GUI toolkit in Go inspired by Material Design ☆
28,369 - go-kit/kit (⭐27k) — A standard library for microservices. ☆
27,428 - stretchr/testify (⭐26k) — Assertions and mocks for testing ☆
26,019 - sirupsen/logrus (⭐26k) — Structured, pluggable logging for Go. ☆
25,734 - go-kratos/kratos (⭐26k) — Your ultimate Go microservices framework for the cloud-native era. ☆
25,727 - gocolly/colly (⭐25k) — Web scraping framework for Go ☆
25,333 - tsenart/vegeta (⭐25k) — HTTP load testing tool and library. It's over 9000! ☆
25,068 - uber-go/zap (⭐24k) — Fast structured logging ☆
24,522 - urfave/cli (⭐24k) — Fast CLI framework for Go ☆
24,126 - air-verse/air (⭐24k) — Live reload for Go apps ☆
23,672 - dolthub/dolt (⭐23k) — Dolt – Git for Data ☆
23,409 - valyala/fasthttp (⭐23k) — Fast HTTP package for Go ☆
23,382 - grpc/grpc-go (⭐23k) — The Go language implementation of gRPC. HTTP/2 based RPC ☆
22,960 - jaegertracing/jaeger (⭐23k) — Distributed tracing platform ☆
22,875 - micro/go-micro (⭐23k) — A Go framework for services and agents ☆
22,772 - FiloSottile/age (⭐23k) — Simple encryption tool ☆
22,578 - go-chi/chi (⭐22k) — Lightweight idiomatic HTTP router ☆
22,349 - redis/go-redis (⭐22k) — Redis Go client ☆
22,137 - gorilla/mux (⭐22k) — Powerful HTTP router ☆
21,833 - dgraph-io/dgraph (⭐22k) — high-performance graph database for real-time use cases ☆
21,693 - gofr-dev/gofr (⭐21k) — Microservice framework for Go ☆
21,339 - samber/lo (⭐21k) — Lodash-style utilities for Go ☆
21,327 - vitessio/vitess (⭐21k) — Database clustering for MySQL ☆
21,025 - qax-os/excelize (⭐21k) — Excel XLSX library for Go ☆
20,662 - antonmedv/fx (⭐21k) — Terminal JSON viewer & processor ☆
20,560 - apache/casbin (⭐20k) — Authorization library for Go ☆
20,183 - nats-io/nats-server (⭐20k) — High-performance NATS message server ☆
20,014 - go-playground/validator (⭐20k) — Struct and field validation for Go ☆
20,001 - golangci/golangci-lint (⭐19k) — Fast linters runner for Go ☆
19,075 - golang-migrate/migrate (⭐19k) — Database migrations. CLI and Golang library. ☆
18,602 - sqlc-dev/sqlc (⭐18k) — Generate type-safe code from SQL ☆
17,866 - jmoiron/sqlx (⭐18k) — Extensions for database/sql ☆
17,648 - keploy/keploy (⭐18k) — API testing with auto mocks ☆
17,615 - rqlite/rqlite (⭐18k) — Lightweight distributed SQLite ☆
17,584 - tinygo-org/tinygo (⭐17k) — Go compiler for microcontrollers ☆
17,503 - VictoriaMetrics/VictoriaMetrics (⭐17k) — Fast time series database and monitoring ☆
17,146 - ent/ent (⭐17k) — An entity framework for Go ☆
17,102 - ipfs/kubo (⭐17k) — An IPFS implementation in Go ☆
17,049 - pion/webrtc (⭐17k) — Pure Go implementation of the WebRTC API ☆
16,548 - fatih/vim-go (⭐16k) — Go development plugin for Vim ☆
16,232 - goreleaser/goreleaser (⭐16k) — Release engineering simplified ☆
15,864 - go-task/task (⭐16k) — Fast cross-platform build tool inspired by Make ☆
15,707 - hashicorp/packer (⭐16k) — Build machine images from config ☆
15,705 - dgraph-io/badger (⭐16k) — Fast key-value DB in Go. ☆
15,658 - tidwall/gjson (⭐16k) — Fast JSON value extraction ☆
15,520 - kubernetes-sigs/kind (⭐15k) — Kubernetes IN Docker - local clusters for testing Kubernetes ☆
15,297 - go-sql-driver/mysql (⭐15k) — MySQL driver for database/sql ☆
15,250 - PuerkitoBio/goquery (⭐15k) — jQuery-like HTML manipulation ☆
14,952 - cloudflare/cloudflared (⭐14k) — Cloudflare Tunnel client ☆
14,495 - panjf2000/ants (⭐14k) — ants is the most powerful and reliable pooling solution for Go. ☆
14,434 - bytebase/bytebase (⭐14k) — Database DevSecOps platform ☆
14,143 - webview/webview (⭐14k) — Tiny webview library for Go ☆
14,105 - juicedata/juicefs (⭐14k) — Distributed POSIX filesystem ☆
13,963 - jackc/pgx (⭐14k) — PostgreSQL driver and toolkit for Go ☆
13,912 - gizak/termui (⭐14k) — Golang terminal dashboard ☆
13,571 - hibiken/asynq (⭐13k) — Simple, reliable, and efficient distributed task queue in Go ☆
13,369 - golang/groupcache (⭐13k) — Distributed cache library ☆
13,335 - hajimehoshi/ebiten (⭐13k) — A dead simple 2D game engine for Go ☆
13,236 - gogf/gf (⭐13k) — Powerful full-stack framework ☆
13,187 - gopherjs/gopherjs (⭐13k) — A compiler from Go to JavaScript for running Go code in a browser ☆
13,154 - chromedp/chromedp (⭐13k) — Chrome DevTools Protocol driver ☆
13,113 - IBM/sarama (⭐12k) — Sarama is a Go library for Apache Kafka. ☆
12,493 - rs/zerolog (⭐12k) — Zero allocation JSON logger ☆
12,414 - drakkan/sftpgo (⭐12k) — Full-featured SFTP/FTP/HTTP server ☆
12,151 - Shopify/toxiproxy (⭐12k) — TCP proxy for chaos testing ☆
12,082 - kubeshark/kubeshark (⭐12k) — API traffic analyzer for Kubernetes ☆
11,951
Gophers
- MariaLetta/free-gophers-pack (⭐3.9k) — This pack of 100+ gopher pictures and elements
- keygx/Go-gopher-Vector (⭐75) — Go gopher Vector Data (.ai, .svg)
- ashleymcnamara/gophers (⭐3.1k) — Gopher Artwork by Ashley McNamara
- sillecelik/go-gopher (⭐162) — The Go Gopher Amigurumi Pattern
- GolangUA/gopher-logos (⭐140) — adorable gopher logos
- egonelbre/gophers (⭐3.8k) — gophers artwork
- scraly/gophers (⭐37) — Gopher artwork (Golang mascot)
Contributing
Please see CONTRIBUTING for details.
Feedback
Found something wrong? Open an issue or submit a pull request — contributions are welcome!
Credits
License
The MIT License (MIT). Please see License File for more information.