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