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,606 - wit-ai/wit-go (⭐170) — Go client for wit.ai HTTP API ☆
170
Artificial Intelligence
- ollama/ollama (⭐166k) — Run LLMs locally ☆
167,343 - mudler/LocalAI (⭐44k) — Local OpenAI alternative ☆
44,939 - tmc/langchaingo (⭐8.9k) — LangChain for Go, the easiest way to write LLM-based programs in Go ☆
8,992 - maximhq/bifrost (⭐3.2k) — Fastest LLM gateway for Go ☆
3,529 - philippgille/chromem-go (⭐901) — Embeddable vector database for Go ☆
907 - universal-tool-calling-protocol/go-utcp (⭐101) — Official Go implementation of the UTCP ☆
103 - presbrey/ollamafarm (⭐95) — Manage multiple Ollama instances ☆
98
Machine Learning
- gorgonia/gorgonia (⭐5.9k) — Machine learning library for Go ☆
5,910 - otiai10/gosseract (⭐3.1k) — OCR using Tesseract in Go ☆
3,087 - gomlx/gomlx (⭐1.3k) — GoMLX: An Accelerated Machine Learning Framework For Go ☆
1,354 - jbrukh/bayesian (⭐812) — Naive Bayesian Classification for Golang. ☆
812 - knights-analytics/hugot (⭐580) — Onnx transformer pipelines in Golang ☆
588 - patrikeh/go-deep (⭐555) — Artificial Neural Network ☆
555 - c-bata/goptuna (⭐277) — 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,897 - gordonklaus/portaudio (⭐835) — Go bindings for the PortAudio audio I/O library ☆
834 - DylanMeeus/GoAudio (⭐410) — Go tools for audio processing & creation ☆
412 - gen2brain/malgo (⭐396) — Mini audio library ☆
397 - mewkiz/flac (⭐351) — 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,415 - anthonynsimon/bild (⭐4.2k) — Image processing algorithms in pure Go ☆
4,185 - cshum/imagor (⭐3.9k) — Fast, secure image processing server and Go library, using libvips ☆
3,928 - thoas/picfit (⭐2.3k) — An image resizing server written in Go ☆
2,332 - gographics/imagick (⭐1.9k) — Go binding to ImageMagick's MagickWand C API ☆
1,867 - tdewolff/canvas (⭐1.8k) — Vector graphics in Go ☆
1,798 - davidbyttow/govips (⭐1.5k) — A lightning fast image processing and resizing library for Go ☆
1,557 - yeqown/go-qrcode (⭐820) — Customizable QR code generator ☆
824 - HugoSmits86/nativewebp (⭐403) — Native webp encoder for Go ☆
405 - auyer/steganography (⭐353) — LSB steganography in pure Go ☆
352 - kolesa-team/go-webp (⭐303) — Simple and fast webp library for golang ☆
304 - Pixboost/transformimgs (⭐289) — Open source image CDN. ☆
289 - qmuntal/gltf (⭐278) — Go library for encoding glTF 2.0 files ☆
278 - gojek/darkroom (⭐236) — Image processing engine and proxy service ☆
235 - aofei/cameron (⭐131) — An avatar generator for Go. ☆
131 - piglig/go-qr (⭐47) — A native, high-quality and minimalistic QR code generator ☆
49
Video
- asticode/go-astisub (⭐690) — Manipulate subtitles in Go ☆
690 - asticode/go-astiav (⭐687) — Golang ffmpeg and libav C bindings ☆
691 - Eyevinn/mp4ff (⭐625) — MP4/ISOBMFF tools and library ☆
624 - asticode/go-astits (⭐616) — Demux and mux MPEG Transport Streams (.ts) natively in GO ☆
614 - adrg/libvlc-go (⭐506) — Go bindings for libVLC ☆
506 - Eyevinn/hls-m3u8 (⭐56) — HLS m3u8 library in Go ☆
59 - jonoton/scout (⭐26) — Video surveillance with motion detection ☆
26 - unki2aut/go-mpd (⭐32) — MPEG-DASH manifest library ☆
32
Auth
Authentication
- golang-jwt/jwt (⭐9k) — Go implementation of JSON Web Tokens (JWT). ☆
9,002 - markbates/goth (⭐6.5k) — Multi-provider authentication ☆
6,502 - golang/oauth2 (⭐5.8k) — Go OAuth2 ☆
5,833 - aarondl/authboss (⭐4.2k) — The boss of http auth. ☆
4,168 - alexedwards/scs (⭐2.5k) — HTTP Session Management for Go ☆
2,536 - lestrrat-go/jwx (⭐2.3k) — Complete JWx implementation ☆
2,346 - openshift/osin (⭐1.9k) — Golang OAuth2 server library ☆
1,936 - dghubble/gologin (⭐1.9k) — Go login handlers for authentication providers (OAuth1, OAuth2) ☆
1,949 - zitadel/oidc (⭐1.8k) — OpenID Connect client and server ☆
1,798 - cristalhq/jwt (⭐688) — Safe, simple and fast JSON Web Tokens for Go ☆
688 - shaj13/go-guardian (⭐610) — Authentication library for Go ☆
610 - go-jose/go-jose (⭐490) — An implementation of JOSE standards (JWE, JWS, JWT) in Go ☆
494 - abraithwaite/jeff (⭐271) — Jeff provides the simplest way to manage web sessions in Go. ☆
271 - Kwynto/gosession (⭐259) — Quick session for net/http ☆
257 - leodip/goiabada (⭐187) — Goiabada is an OAuth2 / OpenID Connect server written in Go. ☆
187 - brianvoe/sjwt (⭐122) — Simple JWT Golang ☆
122 - jellydator/sessionup (⭐131) — Straightforward HTTP session management ☆
131 - essentialkaos/branca (⭐96) — Encrypted API tokens ☆
96 - 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 ☆
19,980 - ory/keto (⭐5.3k) — Customizable permission server ☆
5,305 - openfga/openfga (⭐4.9k) — Fine-grained authorization server ☆
4,975 - cerbos/cerbos (⭐4.3k) — Open core authorization layer ☆
4,303
Bots & Chat
Bot Frameworks
- tucnak/telebot (⭐4.6k) — Telebot is a Telegram bot framework in Go. ☆
4,584 - go-telegram/bot (⭐1.6k) — Telegram Bot API Go framework ☆
1,663 - mymmrac/telego (⭐972) — Telegram Bot API library for Go ☆
976 - diamondburned/arikawa (⭐583) — A Golang library and framework for the Discord API. ☆
586 - NicoNex/echotron (⭐428) — An elegant and concurrent library for the Telegram bot API in Go. ☆
432 - gempir/go-twitch-irc (⭐394) — go irc client for twitch.tv ☆
396 - innogames/slack-bot (⭐206) — Slack bot for Jenkins, Jira, PRs ☆
207 - 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,866 - slack-go/slack (⭐4.9k) — Slack API in Go ☆
4,922 - huandu/facebook (⭐1.5k) — A Facebook Graph API SDK For Go. ☆
1,456 - chyroc/lark (⭐468) — Lark/Feishu Open API SDK ☆
471 - go-lark/lark (⭐242) — Feishu/Lark SDK for Go ☆
242 - switchupcb/disgo (⭐110) — Next-gen Discord API library ☆
110
CLI & Terminal
Advanced Console UIs
- charmbracelet/bubbletea (⭐41k) — A powerful little TUI framework ☆
41,259 - antonmedv/fx (⭐20k) — Terminal JSON viewer & processor ☆
20,385 - gizak/termui (⭐14k) — Golang terminal dashboard ☆
13,534 - charmbracelet/lipgloss (⭐11k) — Style definitions for nice terminal layouts ☆
10,991 - jroimartin/gocui (⭐11k) — Minimalist Go package aimed at creating Console User Interfaces. ☆
10,542 - charmbracelet/bubbles (⭐8.1k) — TUI components for Bubble Tea ☆
8,142 - c-bata/go-prompt (⭐5.5k) — Interactive prompts for Go ☆
5,469 - pterm/pterm (⭐5.4k) — Modern terminal output library ☆
5,403 - schollz/progressbar (⭐4.7k) — Thread-safe progress bar ☆
4,659 - guptarohit/asciigraph (⭐3k) — ASCII line graphs in terminal ☆
2,996 - mum4k/termdash (⭐3k) — Terminal-based dashboard ☆
2,985 - briandowns/spinner (⭐2.5k) — Terminal spinner indicators ☆
2,522 - vbauerster/mpb (⭐2.5k) — Multi progress bar ☆
2,486 - muesli/termenv (⭐2k) — Terminal color support ☆
1,978 - gookit/color (⭐1.6k) — Terminal color rendering ☆
1,578 - logrusorgru/aurora (⭐1.5k) — ANSI colors for Printf ☆
1,485 - mattn/go-isatty (⭐895) — Check if terminal is TTY ☆
899 - mattn/go-colorable (⭐805) — Colorable writer for Windows ☆
805 - box-cli-maker/box-cli-maker (⭐622) — Render highly customizable boxes in the terminal ☆
625 - Evertras/bubble-table (⭐564) — Table component for Bubble Tea ☆
567 - 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,584 - urfave/cli (⭐24k) — Fast CLI framework for Go ☆
23,956 - elves/elvish (⭐6.3k) — Scripting shell for Go ☆
6,271 - alecthomas/kingpin (⭐3.6k) — Command-line parser ☆
3,560 - dnote/dnote (⭐3k) — Command-line notebook ☆
3,023 - spf13/pflag (⭐2.7k) — POSIX/GNU-style flags ☆
2,726 - jessevdk/go-flags (⭐2.7k) — Command-line option parser ☆
2,695 - alexflint/go-arg (⭐2.2k) — Struct-based argument parsing ☆
2,246 - carapace-sh/carapace-bin (⭐1.8k) — Multi-shell completion binary ☆
1,768 - nanovms/ops (⭐1.5k) — Build and run unikernels ☆
1,479 - carapace-sh/carapace (⭐1.2k) — Multi-shell completion library ☆
1,234 - posener/complete (⭐952) — Bash completion in Go ☆
953 - ddddddO/gtree (⭐330) — Generate ASCII tree from Markdown ☆
330 - leaanthony/clir (⭐198) — Simple CLI library ☆
198 - urfave/sflags (⭐167) — Generate flags from structs ☆
166 - hedzr/cmdr (⭐141) — POSIX-compliant CLI parser ☆
142 - reeflective/readline (⭐136) — Shell library with inputrc ☆
136 - cristalhq/acmd (⭐138) — Simple CLI package ☆
139 - reeflective/console (⭐107) — Console library for Cobra ☆
106 - codingconcepts/env (⭐126) — Tag-based environment configuration for structs ☆
126 - jxskiss/mcli (⭐45) — 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 (⭐29) — Multi-shell completion library ☆
29 - sgreben/flagvar (⭐48) — CLI argument types for flag ☆
48 - hashicorp/cli (⭐36) — CLI library for Go ☆
36
Concurrency
Actor Model
- asynkron/protoactor-go (⭐5.4k) — Ultra fast distributed actors for Go ☆
5,443 - ergo-services/ergo (⭐4.5k) — Actor framework with network transparency ☆
4,481 - anthdm/hollywood (⭐2.2k) — Blazingly fast and light-weight Actor engine written in Golang ☆
2,210 - Tochemey/goakt (⭐332) — Distributed actor framework ☆
335
Goroutines
- panjf2000/ants (⭐14k) — ants is the most powerful and reliable pooling solution for Go. ☆
14,378 - benmanns/goworker (⭐2.9k) — Resque-compatible background worker ☆
2,853 - alitto/pond (⭐2.1k) — High-performance worker pool ☆
2,134 - destel/rill (⭐1.8k) — Channel-based concurrency toolkit ☆
1,806 - xxjwxc/gowp (⭐520) — Goroutine worker pool ☆
521 - earthboundkid/flowmatic (⭐398) — Structured concurrency ☆
398 - reugn/async (⭐301) — Async computation package ☆
302 - vladopajic/go-actor (⭐283) — Actor model library ☆
285 - timandy/routine (⭐288) — ThreadLocal for Go ☆
289 - mborders/artifex (⭐214) — In-memory job queue ☆
214
Stream Processing
- reugn/go-streams (⭐2.2k) — Stream processing library ☆
2,162 - Breeze0806/go-etl (⭐184) — ETL toolset for Go ☆
185 - fulminate-io/machine (⭐166) — Machine is a workflow/pipeline library for processing data ☆
166 - mariomac/gostream (⭐170) — 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,153 - caarlos0/env (⭐6.1k) — Parse environment variables to structs ☆
6,081 - knadh/koanf (⭐3.9k) — Lightweight config management ☆
3,953 - alecthomas/kong (⭐3k) — Command-line parser for Go ☆
3,019 - ilyakaznacheev/cleanenv (⭐2.1k) — Minimalistic environment config reader ☆
2,084 - adrg/xdg (⭐970) — XDG Base Directory implementation ☆
971 - cristalhq/aconfig (⭐626) — Simple config loader ☆
627 - gookit/config (⭐581) — Config management with formats ☆
582 - nil-go/konf (⭐374) — Simplest config loader for Go ☆
376 - kkyr/fig (⭐384) — Minimalist config library ☆
384 - hjson/hjson-go (⭐346) — Hjson for Go ☆
348 - vrischmann/envconfig (⭐250) — Env config library ☆
250 - chaindead/zerocfg (⭐200) — Zero-effort config management ☆
200 - beatlabs/harvester (⭐133) — Watch and notify config changes ☆
134 - BoRuDar/configuration (⭐108) — Set struct fields from env, flags, files ☆
108 - gurkankaymak/hocon (⭐89) — HOCON config library for Go ☆
90 - omeid/uconfig (⭐73) — Lightweight config management ☆
73 - PaddleHQ/go-aws-ssm (⭐62) — AWS System Manager interface ☆
62 - go-simpler/env (⭐80) — Load env vars to struct ☆
80 - sakirsensoy/genv (⭐43) — Easy env variable handling ☆
43 - num30/config (⭐60) — Declarative configuration ☆
60 - wkhere/bcl (⭐29) — Basic Configuration Language ☆
29 - dsbasko/go-cfg (⭐48) — Unified config reading ☆
48 - greencoda/confiq (⭐39) — Config struct decoder ☆
39 - romshark/yamagiconf (⭐18) — YAML config framework ☆
18 - atelpis/enflag (⭐38) — Unify env and flag parsing ☆
38 - nasermirzaei89/env (⭐22) — Zero-dep env package ☆
22 - deatil/go-array (⭐22) — Read/set map, slice, JSON data ☆
22
Data Formats
JSON
- tidwall/gjson (⭐15k) — Fast JSON value extraction ☆
15,483 - bytedance/sonic (⭐9.3k) — A blazingly fast JSON serializing & deserializing library ☆
9,313 - Jeffail/gabs (⭐3.5k) — Dynamic JSON parsing ☆
3,530 - valyala/fastjson (⭐2.4k) — Fast JSON parser for Go ☆
2,447 - ohler55/ojg (⭐942) — Optimized JSON for Go ☆
941 - wI2L/jsondiff (⭐625) — JSON Patch diff computation ☆
625 - spyzhov/ajson (⭐291) — Abstract JSON with JSONPath ☆
291 - Andrew-M-C/go.jsonvalue (⭐202) — Unstructured JSON solution ☆
202 - iOliverNguyen/ujson (⭐85) — Minimal JSON parser ☆
85 - neilotoole/jsoncolor (⭐51) — Colorized JSON output ☆
52
Serialization
- golang/protobuf (⭐10k) — Protocol buffers for Go ☆
10,063 - ugorji/go (⭐1.9k) — Codec for msgpack, cbor, json ☆
1,945 - linkedin/goavro (⭐1.1k) — Goavro is a library that encodes and decodes Avro data. ☆
1,057 - fxamacker/cbor (⭐1k) — CBOR codec with extensions ☆
1,033 - jszwec/csvutil (⭐1k) — CSV to struct mapping ☆
1,032 - ghostiam/binstruct (⭐112) — 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 (⭐827) — Generate Go struct from XML ☆
826 - antchfx/xpath (⭐735) — XPath for Go ☆
738 - antchfx/xmlquery (⭐485) — XPath XML query ☆
485
Data Structures
Bit-packing and Compression
- RoaringBitmap/roaring (⭐2.9k) — Compressed bitmaps for Go ☆
2,865 - iancmcc/bingo (⭐51) — 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,764 - tylertreat/BoomFilters (⭐1.6k) — Probabilistic data structures for streams ☆
1,647 - seiflotfy/cuckoofilter (⭐1.2k) — Cuckoo Filter: Practically Better Than Bloom ☆
1,222 - OldPanda/bloomfilter (⭐20) — Bloom filter compatible with pybloom ☆
20
Maps
- mhmtszr/concurrent-swiss-map (⭐262) — Thread-safe concurrent hash map ☆
262 - lrita/cmap (⭐101) — a thread-safe concurrent map for go ☆
102 - goradd/maps (⭐52) — Generic map library for Go ☆
52 - srfrog/dict (⭐46) — Python-like dictionaries for Go ☆
46
Miscellaneous
- Workiva/go-datastructures (⭐7.9k) — Performant, threadsafe data structures ☆
7,913 - deckarep/golang-set (⭐4.7k) — Generic set type for Go ☆
4,657 - bits-and-blooms/bitset (⭐1.5k) — Go package implementing bitsets ☆
1,491 - liyue201/gostl (⭐1.1k) — Data structures modeled on C++ STL ☆
1,137 - axiomhq/hyperloglog (⭐1k) — HyperLogLog with optimizations ☆
1,034 - kelindar/bitmap (⭐371) — Simple dense bitmap index in Go with binary operators ☆
372 - barweiss/go-tuple (⭐97) — Go 1.18+ generic tuple ☆
99 - 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 (⭐29) — Simple set data structure ☆
29 - bobg/merkle (⭐21) — Merkle hash trees ☆
21
Queues
- gammazero/deque (⭐769) — Fast ring-buffer deque (double-ended queue) ☆
770 - adrianbrad/queue (⭐332) — Multiple queue implementations ☆
332 - embano1/memlog (⭐138) — A Kafka log inspired in-memory and append-only data structure ☆
138 - mikestefanello/backlite (⭐141) — SQLite-backed task queues ☆
142
Databases
Caches
- golang/groupcache (⭐13k) — Distributed cache library ☆
13,342 - dgraph-io/ristretto (⭐6.8k) — A high performance memory-bound Go cache ☆
6,849 - eko/gocache (⭐2.8k) — Multi-store caching library ☆
2,847 - maypok86/otter (⭐2.6k) — A high performance caching library for Go ☆
2,571 - VictoriaMetrics/fastcache (⭐2.3k) — Fast in-memory cache for Go ☆
2,345 - jellydator/ttlcache (⭐1.2k) — An in-memory cache with item expiration and generics ☆
1,239 - viccon/sturdyc (⭐1.2k) — Caching with advanced concurrency ☆
1,249 - EchoVault/SugarDB (⭐530) — Embeddable and distributed in-memory alternative to Redis. ☆
530 - faabiosr/cachego (⭐371) — Golang Cache component - Multiple drivers ☆
371 - Yiling-J/theine-go (⭐365) — high performance in-memory cache ☆
366 - elastic/go-freelru (⭐263) — GC-less, fast and generic LRU cache for Go ☆
264 - samber/hot (⭐248) — In-memory caching library for read-intensive Go applications ☆
248 - naughtygopher/pocache (⭐234) — Preemptive optimistic caching ☆
235 - OrlovEvgeny/go-mcache (⭐103) — Sharded in-memory KV cache ☆
103 - 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,325 - bytebase/bytebase (⭐14k) — Database DevSecOps platform ☆
13,880 - pressly/goose (⭐10k) — A database migration tool. Supports SQL migrations and Go functions. ☆
10,421 - ariga/atlas (⭐8.2k) — Declarative schema migrations with schema-as-code workflows ☆
8,244 - amacneil/dbmate (⭐6.8k) — A lightweight, framework-agnostic database migration tool. ☆
6,808 - rubenv/sql-migrate (⭐3.4k) — SQL schema migration tool for Go. ☆
3,409 - skeema/skeema (⭐1.4k) — Declarative pure-SQL schema management for MySQL and MariaDB ☆
1,361 - go-gormigrate/gormigrate (⭐1.2k) — Minimalistic database migration helper for Gorm ORM ☆
1,154 - 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,865 - sosedoff/pgweb (⭐9.3k) — Cross-platform client for PostgreSQL databases ☆
9,289 - go-mysql-org/go-mysql (⭐4.9k) — a powerful mysql toolset with Go ☆
4,926 - prest/prest (⭐4.5k) — PostgreSQL REST API server ☆
4,538 - ContentSquare/chproxy (⭐1.4k) — Open-Source ClickHouse http proxy and load balancer ☆
1,443 - cybertec-postgresql/pg_timetable (⭐1.3k) — Advanced PostgreSQL scheduler ☆
1,344 - liweiyi88/onedump (⭐951) — Effortless database administration tool ☆
956 - HDT3213/rdb (⭐601) — Redis RDB parser for Go ☆
605 - nikepan/clickhouse-bulk (⭐507) — Batch inserts for ClickHouse ☆
507 - wesql/wescale (⭐314) — MySQL proxy with read/write split ☆
315 - gatewayd-io/gatewayd (⭐279) — database gateway for building data-driven applications ☆
280 - sj14/dbbench (⭐115) — Database benchmarking tool ☆
115 - bartventer/gorm-multitenancy (⭐79) — Multi-tenancy for GORM ☆
80 - kazhuravlev/database-gateway (⭐33) — Safe access to production databases ☆
33 - codingconcepts/dg (⭐43) — Generate CSV from data models ☆
43
Databases Implemented in Go
- prometheus/prometheus (⭐63k) — The Prometheus monitoring system and time series database. ☆
63,393 - milvus-io/milvus (⭐44k) — Cloud-native vector database ☆
43,613 - pingcap/tidb (⭐40k) — Cloud-native distributed SQL DB ☆
39,906 - cockroachdb/cockroach (⭐32k) — Cloud native distributed SQL database ☆
31,994 - influxdata/influxdb (⭐31k) — Scalable datastore for metrics, events, and real-time analytics ☆
31,371 - dolthub/dolt (⭐22k) — Dolt – Git for Data ☆
21,956 - dgraph-io/dgraph (⭐22k) — high-performance graph database for real-time use cases ☆
21,624 - rqlite/rqlite (⭐17k) — Lightweight distributed SQLite ☆
17,404 - VictoriaMetrics/VictoriaMetrics (⭐17k) — Fast time series database and monitoring ☆
16,695 - dgraph-io/badger (⭐16k) — Fast key-value DB in Go. ☆
15,548 - dicedb/dicedb (⭐11k) — Low-latency key/value engine on Valkey with storage tiers ☆
10,727 - etcd-io/bbolt (⭐9.4k) — An embedded key/value database for Go. ☆
9,446 - codenotary/immudb (⭐8.9k) — Immutable database with SQL ☆
8,952 - cockroachdb/pebble (⭐5.8k) — RocksDB/LevelDB inspired key-value database in Go ☆
5,834 - rosedblabs/rosedb (⭐4.9k) — Fast key/value storage engine ☆
4,882 - tidwall/buntdb (⭐4.8k) — Embeddable in-memory key/value DB ☆
4,842 - nalgeon/redka (⭐4.5k) — Redis re-implemented with SQL ☆
4,536 - HDT3213/godis (⭐3.8k) — A Golang implemented Redis Server and Cluster ☆
3,829 - nutsdb/nutsdb (⭐3.6k) — Simple embeddable key/value store ☆
3,563 - lindb/lindb (⭐3.1k) — Scalable time-series database ☆
3,059 - lotusdblabs/lotusdb (⭐2.3k) — Key-value database with LSM and B+ tree ☆
2,251 - kelindar/column (⭐1.5k) — Columnar in-memory store ☆
1,509 - akrylysov/pogreb (⭐1.3k) — Embedded key-value store for read-heavy workloads written in Go ☆
1,349 - objectbox/objectbox-go (⭐1.3k) — Embedded database for Go ☆
1,260 - couchbase/moss (⭐1k) — Simple, fast key-val storage ☆
1,017 - amit-davidson/LibraDB (⭐199) — Simple persistent key/value store ☆
201 - claygod/transaction (⭐139) — Embedded database for accounts transactions. ☆
139 - xgzlucario/rotom (⭐40) — Tiny Redis server in Go ☆
40
Distributed Storage
- seaweedfs/seaweedfs (⭐31k) — Fast distributed storage for blobs ☆
31,358 - juicedata/juicefs (⭐13k) — Distributed POSIX filesystem ☆
13,396
Interfaces to Multiple Backends
- philippgille/gokv (⭐824) — Key-value store abstraction ☆
825 - avito-tech/go-transaction-manager (⭐390) — Transaction manager for Go ☆
392 - viant/dsc (⭐35) — Datastore Connectivity in go ☆
36 - fogfish/dynamo (⭐22) — Generic Golang Key/Value trait for AWS storage services ☆
22
NoSQL Database Drivers
- redis/go-redis (⭐22k) — Redis Go client ☆
22,020 - gomodule/redigo (⭐9.9k) — Go client for Redis ☆
9,877 - mongodb/mongo-go-driver (⭐8.5k) — The Official Golang driver for MongoDB ☆
8,516 - bradfitz/gomemcache (⭐1.9k) — Go Memcached client library #golang ☆
1,867 - qiniu/qmgo (⭐1.4k) — Go driver for MongoDB ☆
1,351 - Kamva/mgm (⭐763) — MongoDB ODM for Go based on official driver ☆
764 - aerospike/aerospike-client-go (⭐458) — Aerospike Client Go ☆
458 - couchbase/gocb (⭐376) — The Couchbase Go SDK ☆
376 - go-kivik/kivik (⭐340) — CouchDB client interface ☆
340 - couchbase/go-couchbase (⭐324) — Couchbase client in Go ☆
324 - 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,640 - ent/ent (⭐17k) — An entity framework for Go ☆
17,008 - aarondl/sqlboiler (⭐7k) — Generate a Go ORM tailored to your database schema. ☆
6,984 - uptrace/bun (⭐4.7k) — SQL-first Golang ORM ☆
4,738 - upper/db (⭐3.6k) — Data access layer for databases ☆
3,652 - huandu/go-sqlbuilder (⭐1.7k) — SQL builder with zero-config ORM ☆
1,690 - stephenafamo/bob (⭐1.7k) — SQL builder with ORM generator ☆
1,695 - go-rel/rel (⭐781) — Modern ORM for Golang ☆
782 - hashicorp/go-dbw (⭐16) — 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,702 - TomWright/dasel (⭐7.9k) — Query and modify data formats ☆
7,897 - graph-gophers/graphql-go (⭐4.7k) — GraphQL server with a focus on ease of use ☆
4,747 - 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,387 - jackc/pgx (⭐14k) — PostgreSQL driver and toolkit for Go ☆
13,579 - denisenkom/go-mssqldb (⭐1.9k) — Microsoft SQL server driver written in go language ☆
1,884 - ncruces/go-sqlite3 (⭐942) — Go bindings to SQLite using wasm2go ☆
960 - godror/godror (⭐589) — GO DRiver for ORacle DB ☆
590 - cvilsmeier/sqinn-go (⭐516) — Golang SQLite without cgo ☆
525 - VinGarcia/ksql (⭐355) — A Simple and Powerful Golang SQL Library ☆
355 - surrealdb/surrealdb.go (⭐309) — SurrealDB SDK for Golang ☆
309 - nakagami/firebirdsql (⭐256) — Firebird RDBMS sql driver for Go (golang) ☆
256 - ydb-platform/ydb-go-sdk (⭐177) — Pure Go native and database/sql driver for YDB ☆
178 - rqlite/gorqlite (⭐178) — A Go client for rqlite, the distributed database built on SQLite ☆
181 - apache/calcite-avatica-go (⭐124) — Apache Calcite Go ☆
124
SQL Query Builders
- sqlc-dev/sqlc (⭐17k) — Generate type-safe code from SQL ☆
17,302 - xo/dbtpl (⭐3.9k) — Generate Go code for databases ☆
3,892 - go-jet/jet (⭐3.6k) — Type-safe SQL builder with codegen ☆
3,629 - doug-martin/goqu (⭐2.6k) — SQL builder and query library for golang ☆
2,646 - didi/gendry (⭐1.6k) — a golang library for sql builder ☆
1,639 - lqs/sqlingo (⭐450) — A lightweight DSL & ORM which helps you to write SQL in Go. ☆
450 - nullism/bqb (⭐189) — Lightweight query builder ☆
189 - arthurkushman/buildsqlx (⭐185) — Go database query builder library for PostgreSQL ☆
185 - galeone/igor (⭐126) — igor is an abstraction layer for PostgreSQL with a gorm like syntax. ☆
126 - cristalhq/builq (⭐97) — Easily build SQL queries in Go. ☆
97 - 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,039 - ClickHouse/clickhouse-go (⭐3.3k) — Golang driver for ClickHouse ☆
3,266 - sourcegraph/zoekt (⭐1.5k) — Fast trigram-based code search ☆
1,518 - sdqri/effdsl (⭐34) — Elasticsearch query builder for golang ☆
34
DevOps & Build
Backup
- restic/restic (⭐33k) — Fast, secure backup program ☆
32,978 - gilbertchen/duplicacy (⭐5.6k) — Cloud backup tool ☆
5,636
Build Automation
- air-verse/air (⭐23k) — Live reload for Go apps ☆
23,281 - go-task/task (⭐15k) — Fast cross-platform build tool inspired by Make ☆
15,257 - joerdav/xc (⭐1.4k) — Markdown defined task runner. ☆
1,375 - goyek/goyek (⭐681) — Task automation Go library ☆
683 - flowexec/flow (⭐132) — Local developer automation platform that flows with you ☆
132
CI/CD
- harness/harness (⭐34k) — End-to-end developer platform ☆
34,454 - woodpecker-ci/woodpecker (⭐6.7k) — Simple, powerful CI/CD engine ☆
6,772 - ovh/cds (⭐4.8k) — Enterprise CI/CD platform ☆
4,802 - raviqqe/muffet (⭐2.6k) — Fast website link checker ☆
2,594 - pipe-cd/pipecd (⭐1.3k) — The One CD for All {applications, platforms, operations} ☆
1,266 - jenkins-zh/jenkins-cli (⭐413) — Jenkins CLI allows you to manage your Jenkins in an easy way ☆
413 - vladopajic/go-test-coverage (⭐223) — Report test coverage threshold issues ☆
225 - appleboy/drone-scp (⭐167) — Copy files via SSH for Drone ☆
166 - 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 (⭐21) — GitHub Action for code coverage reports ☆
21
Containers
- moby/moby (⭐72k) — Container ecosystem components ☆
71,562 - traefik/traefik (⭐62k) — The Cloud Native Application Proxy ☆
62,479 - ko-build/ko (⭐8.4k) — Build and deploy Go applications ☆
8,390 - s0rg/decompose (⭐128) — Reverse-engineering tool for docker environments ☆
129 - x1unix/docker-go-mingw (⭐53) — Docker for Go with MinGW toolchain ☆
53
DevOps Utilities
- go-gitea/gitea (⭐54k) — Self-hosted Git service ☆
54,749 - moovweb/gvm (⭐12k) — Go Version Manager ☆
11,580 - TwiN/gatus (⭐11k) — Developer-oriented status page with alerting ☆
10,578 - bitfield/script (⭐7k) — Making it easy to write shell-like scripts in Go ☆
6,952 - fleetdm/fleet (⭐6.2k) — Open device management ☆
6,215 - taubyte/tau (⭐5k) — Fullstack Workspace for Humans & Machines ☆
5,000 - megaease/easeprobe (⭐2.3k) — Service health monitoring tool ☆
2,302 - ajvb/kala (⭐2.2k) — Modern Job Scheduler ☆
2,159 - gabrie30/ghorg (⭐2k) — Clone entire GitHub orgs ☆
2,010 - sanbornm/go-selfupdate (⭐1.7k) — Enable your Go applications to self update ☆
1,685 - yusufcanb/tlm (⭐1.5k) — Local CLI Copilot, powered by Ollama. ☆
1,478 - ovh/utask (⭐1.4k) — Automation engine with YAML config ☆
1,374 - TimothyYe/skm (⭐1k) — A simple and powerful SSH keys manager ☆
1,008 - scaleway/scaleway-cli (⭐964) — Command Line Interface for Scaleway ☆
963 - alexliesenfeld/health (⭐830) — A simple and flexible health check library for Go. ☆
829 - kool-dev/kool (⭐716) — Dev to cloud web apps made easy ☆
715 - kevincobain2000/gobrew (⭐413) — Go version manager without root ☆
415 - appleboy/easyssh-proxy (⭐347) — Simple SSH protocol implementation ☆
347 - xitonix/trubka (⭐336) — A CLI tool for Kafka ☆
337 - emicklei/mora (⭐315) — MongoDB generic REST server in Go ☆
315 - thevxn/dish (⭐275) — A simple, remotely configurable monitoring service. ☆
276 - jkaninda/goma-gateway (⭐176) — Lightweight API gateway and proxy ☆
176 - datarootsio/tf-profile (⭐164) — Profile Terraform runs ☆
165 - kazhuravlev/healthcheck (⭐21) — Readiness probes for Kubernetes application ☆
22
Infrastructure
- hashicorp/packer (⭐16k) — Build machine images from config ☆
15,633 - pomerium/pomerium (⭐4.7k) — Pomerium is an identity and context-aware access proxy. ☆
4,733 - peak/s5cmd (⭐4k) — Parallel S3 and local filesystem execution tool. ☆
3,984 - aptly-dev/aptly (⭐2.8k) — aptly - Debian repository management tool ☆
2,797 - KusionStack/kusion (⭐1.3k) — Declarative platform orchestrator ☆
1,285 - oxyno-zeta/s3-proxy (⭐445) — S3 reverse proxy with auth ☆
447
Kubernetes
- kubernetes/kubernetes (⭐121k) — Production-Grade Container Scheduling and Management ☆
121,503 - k3s-io/k3s (⭐33k) — Lightweight Kubernetes ☆
32,665 - kubernetes/minikube (⭐32k) — Run Kubernetes locally ☆
31,661 - kubernetes-sigs/kind (⭐15k) — Kubernetes IN Docker - local clusters for testing Kubernetes ☆
15,137 - kubeshark/kubeshark (⭐12k) — API traffic analyzer for Kubernetes ☆
11,855 - flannel-io/flannel (⭐9.4k) — Network fabric for containers ☆
9,429 - getanteon/anteon (⭐8.5k) — eBPF Kubernetes monitoring tool ☆
8,538 - kubevela/kubevela (⭐7.7k) — The Modern Application Platform. ☆
7,723 - k3d-io/k3d (⭐6.3k) — Little helper to run CNCF's k3s in Docker ☆
6,356 - stefanprodan/podinfo (⭐5.9k) — Go microservice template for Kubernetes ☆
5,876 - apecloud/kubeblocks (⭐3k) — Kubernetes operator for databases ☆
3,004 - kubenetworks/kubevpn (⭐1.3k) — Connect to Kubernetes cluster network ☆
1,307 - abahmed/kwatch (⭐1k) — monitor & detect crashes in your Kubernetes(K8s) cluster instantly ☆
1,001 - getanteon/alaz (⭐718) — eBPF agent for K8s observability ☆
718
Load Testing
- grafana/k6 (⭐30k) — A modern load testing tool, using Go and JavaScript ☆
30,281 - tsenart/vegeta (⭐25k) — HTTP load testing tool and library. It's over 9000! ☆
24,985 - codesenberg/bombardier (⭐6.8k) — Fast cross-platform HTTP benchmarking tool written in Go ☆
6,757 - rogerwelin/cassowary (⭐808) — Modern cross-platform HTTP load-testing tool written in Go ☆
808
- axllent/mailpit (⭐9k) — An email and SMTP testing tool with API for developers ☆
9,082 - foxcpp/maddy (⭐5.9k) — Composable all-in-one mail server. ☆
5,912 - mjl-/mox (⭐5.6k) — Modern secure mail server ☆
5,612 - matcornic/hermes (⭐3k) — Clean HTML email generator ☆
3,028 - AfterShip/email-verifier (⭐1.5k) — Email verification without sending emails ☆
1,545 - wneessen/go-mail (⭐1.3k) — Easy to use, yet comprehensive library for sending mails with Go ☆
1,325 - sendgrid/sendgrid-go (⭐1.1k) — The Official Twilio SendGrid Golang API Library ☆
1,053 - mailgun/mailgun-go (⭐745) — Go library for the Mailgun API. ☆
745 - xhit/go-simple-mail (⭐693) — Simple mail sending with TLS/SSL ☆
694 - emersion/go-message (⭐443) — Internet Message Format library ☆
445 - vanng822/go-premailer (⭐196) — Inline CSS for HTML mail ☆
196 - truemail-rb/truemail-go (⭐130) — Email validator via Regex, DNS, SMTP ☆
130 - 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 ☆
50,965 - ipfs/kubo (⭐17k) — An IPFS implementation in Go ☆
16,987 - lightningnetwork/lnd (⭐8.1k) — Lightning Network Daemon ☆
8,126 - cosmos/cosmos-sdk (⭐7k) — A Framework for Building High Value Public Blockchains ☆
6,973 - solana-foundation/solana-go (⭐1.5k) — Go SDK library and RPC client for the Solana Blockchain ☆
1,537 - gnolang/gno (⭐1.1k) — Interpreted Go virtual machine ☆
1,064 - cometbft/cometbft (⭐873) — Byzantine fault-tolerant consensus ☆
876 - ChainSafe/gossamer (⭐455) — Go Implementation of the Polkadot Host ☆
454
Financial
- shopspring/decimal (⭐7.3k) — Arbitrary-precision fixed-point decimal numbers in Go ☆
7,296 - achannarasappa/ticker (⭐6k) — Terminal stock and crypto tracker ☆
6,025 - Rhymond/go-money (⭐1.9k) — Go implementation of Fowler's Money pattern ☆
1,883 - c9s/bbgo (⭐1.6k) — The modern cryptocurrency trading bot framework written in Go. ☆
1,619 - formancehq/ledger (⭐1.2k) — The programmable open source core ledger for fintech ☆
1,189 - bojanz/currency (⭐628) — Currency handling for Go. ☆
630 - moov-io/ach (⭐535) — ACH file reader, writer, validator ☆
535 - invopop/gobl (⭐268) — Go Business Language ☆
271 - govalues/decimal (⭐230) — Correctly rounded decimals for Go ☆
233 - quagmt/udecimal (⭐177) — High-precision decimal library ☆
177 - jovandeginste/payme (⭐91) — QR code generator (ASCII & PNG) for SEPA payments ☆
91 - jokruger/dec128 (⭐42) — 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 (⭐50) — Correctly rounded monetary amounts and exchange rates for Go ☆
50
Payment APIs
- stripe/stripe-go (⭐2.5k) — Stripe API library for Go ☆
2,557 - plutov/paypal (⭐776) — Golang client for PayPal REST API ☆
776 - brunomvsouza/ynab.go (⭐79) — Client for YNAB API ☆
78
GUI & Desktop
GUI
- fyne-io/fyne (⭐28k) — Cross platform GUI toolkit in Go inspired by Material Design ☆
28,073 - webview/webview (⭐14k) — Tiny webview library for Go ☆
14,000 - go-vgo/robotgo (⭐11k) — Cross-platform RPA and GUI automation ☆
10,671 - maxence-charriere/go-app (⭐8.9k) — Build progressive web apps with Go and WASM ☆
8,874 - progrium/darwinkit (⭐5.4k) — Native Mac APIs for Go. Previously known as MacDriver ☆
5,410 - getlantern/systray (⭐3.7k) — Cross-platform systray library ☆
3,681 - cogentcore/core (⭐2.3k) — Powerful GUI framework for Go ☆
2,315 - gotk3/gotk3 (⭐2.2k) — Go bindings for GTK3 ☆
2,206 - roblillack/spot (⭐1.3k) — React-like desktop GUI toolkit for Go ☆
1,259 - ncruces/zenity (⭐898) — Zenity dialogs for Golang, Windows, macOS ☆
899 - energye/energy (⭐581) — CEF-based GUI framework ☆
584 - AllenDang/cimgui-go (⭐506) — Auto generated Go wrapper for Dear ImGui via cimgui ☆
506 - richardwilkes/unison (⭐321) — Unified GUI toolkit for Go ☆
320
Windows
- go-ole/go-ole (⭐1.3k) — win32 ole implementation for golang ☆
1,301 - gonutz/d3d9 (⭐163) — Direct3D9 wrapper for Go. ☆
163
Game Development
Game Engines
- hajimehoshi/ebiten (⭐13k) — A dead simple 2D game engine for Go ☆
13,073 - fogleman/nes (⭐5.6k) — NES emulator written in Go. ☆
5,644 - topfreegames/pitaya (⭐2.8k) — Game server with clustering support ☆
2,763 - xiaonanln/goworld (⭐2.7k) — Distributed game server engine ☆
2,708 - gen2brain/raylib-go (⭐2.4k) — Go bindings for raylib ☆
2,399 - oakmound/oak (⭐1.7k) — A pure Go game engine ☆
1,653 - JoelOtter/termloop (⭐1.5k) — Terminal-based game engine for Go, built on top of Termbox ☆
1,473 - gopxl/pixel (⭐386) — A hand-crafted 2D game library in Go. ☆
384 - ungerik/go3d (⭐338) — A performance oriented 2D/3D math package for Go ☆
336 - mlange-42/ark (⭐230) — Ark -- Archetype-based Entity Component System (ECS) for Go. ☆
232 - kelindar/tile (⭐213) — 2D grid engine for games ☆
218 - andygeiss/ecs (⭐171) — Entity Component System for games ☆
171 - gonutz/prototype (⭐107) — 2D game prototyping framework ☆
107 - s0rg/fantasyname (⭐41) — RinkWorks fantasy name generator for golang ☆
41 - s0rg/grid (⭐25) — Generic 2D grid ☆
25
OpenGL
- go-gl/glfw (⭐1.7k) — Go bindings for GLFW 3 ☆
1,668 - go-gl/gl (⭐1.2k) — Go bindings for OpenGL (generated via glow) ☆
1,191 - go-gl/mathgl (⭐602) — A pure Go 3D math library. ☆
602
Geospatial
- tidwall/tile38 (⭐9.6k) — Real-time Geospatial and Geofencing ☆
9,609 - golang/geo (⭐1.8k) — S2 geometry library in Go ☆
1,829 - consbio/mbtileserver (⭐778) — MBTiles server in Go ☆
780 - spatial-go/geoos (⭐532) — Spatial data and geometric algorithms ☆
531 - paulmach/osm (⭐448) — OpenStreetMap data library ☆
449 - uber/h3-go (⭐414) — H3 hexagonal geospatial indexing ☆
417 - airbusgeo/godal (⭐174) — GDAL wrapper for Go ☆
174 - peterstace/simplefeatures (⭐172) — OpenGIS Simple Feature implementation ☆
172 - wroge/wgs84 (⭐141) — Zero-dep coordinate transformations ☆
141 - pantrif/s2-geojson (⭐37) — Visualize S2 cells on a map ☆
37
Go Tooling
Compilers
- gopherjs/gopherjs (⭐13k) — A compiler from Go to JavaScript for running Go code in a browser ☆
13,135 - yassinebenaid/bunster (⭐2.7k) — Compile shell scripts to static binaries. ☆
2,659 - Konstantin8105/c4go (⭐379) — 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,235 - visualfc/liteide (⭐7.8k) — LiteIDE is a simple, open source, cross-platform Go IDE. ☆
7,755 - nsf/gocode (⭐5k) — An autocompletion daemon for the Go programming language ☆
5,000 - golang/vscode-go (⭐4.2k) — Go extension for Visual Studio Code ☆
4,230 - dominikh/go-mode.el (⭐1.4k) — Emacs mode for the Go programming language ☆
1,451 - incu6us/goimports-reviser (⭐716) — Imports sorting and code formatting tool ☆
716
Generate Tools
- xuri/xgen (⭐406) — XSD parser and code generator ☆
407 - kazhuravlev/options-gen (⭐103) — Codegen for functional options in go projects ☆
104 - g4s8/envdoc (⭐94) — Go tool to generate documentation for environment variables ☆
95
Go Tools
- go-swagger/go-swagger (⭐10k) — Swagger 2.0 implementation for go ☆
9,967 - ondrajz/go-callvis (⭐6.5k) — Visualize call graph of a Go program using Graphviz ☆
6,465 - Zxilly/go-size-analyzer (⭐2.1k) — Analyze compiled Go binary size ☆
2,113 - pointlander/peg (⭐1.1k) — PEG parser generator for Go ☆
1,105 - safedep/vet (⭐983) — Protect against malicious open source packages ☆
1,001 - janpfeifer/gonb (⭐1k) — Go notebook kernel for Jupyter ☆
1,008 - alajmo/sake (⭐744) — Task runner for local and remote hosts ☆
741 - goccmack/gocc (⭐658) — Parser and scanner generator ☆
657 - moshebe/gebug (⭐634) — Debug Dockerized Go apps ☆
634 - iyashjayesh/monigo (⭐406) — Performance monitoring library ☆
406 - edwingeng/hotswap (⭐423) — Hot reload Go code without restart ☆
423 - becheran/roumon (⭐234) — Universal goroutine monitor using pprof and termui ☆
234 - bitfield/gotestdox (⭐193) — A tool for formatting Go test results as readable documentation ☆
193 - 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,767 - arduino/arduino-cli (⭐4.8k) — Arduino command line tool ☆
4,853 - jaypipes/ghw (⭐1.8k) — Go HardWare discovery/inspection library ☆
1,826 - zcalusic/sysinfo (⭐576) — Linux system information library ☆
575
IoT
- hybridgroup/gobot (⭐9.4k) — Robotics and IoT framework ☆
9,392 - lf-edge/ekuiper (⭐1.7k) — Lightweight data stream processing engine for IoT edge ☆
1,692 - rulego/rulego (⭐1.5k) — Lightweight rule engine framework ☆
1,474 - Edgenesis/shifu (⭐1.4k) — Kubernetes-native IoT gateway ☆
1,411 - e154/smart-home (⭐95) — software package for automation ☆
97 - 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 ☆
8,979 - lni/dragonboat (⭐5.3k) — Multi-group Raft consensus library ☆
5,300 - etcd-io/raft (⭐1k) — Raft library for maintaining a replicated state machine ☆
1,006 - vadiminshakov/committer (⭐41) — 2PC and 3PC protocols for Go ☆
41
DNS
- miekg/dns (⭐8.7k) — DNS library in Go ☆
8,665 - 0xERR0R/blocky (⭐6.2k) — DNS ad-blocker for local networks ☆
6,504 - hashicorp/mdns (⭐1.4k) — Simple mDNS client/server library in Golang ☆
1,355 - semihalev/sdns (⭐1k) — High-performance recursive DNS ☆
1,033 - FenkoHQ/dnsmonster (⭐353) — 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,755 - chrislusf/gleam (⭐3.6k) — Distributed map/reduce in Go ☆
3,559 - bsm/redislock (⭐1.7k) — Simplified distributed locking implementation using Redis ☆
1,746 - k8gb-io/k8gb (⭐1.2k) — A cloud native Kubernetes Global Balancer ☆
1,161 - temporalio/sdk-go (⭐854) — Temporal Go SDK ☆
856 - AppsFlyer/go-sundheit (⭐560) — Health checks library for Go ☆
560 - tarmac-project/tarmac (⭐343) — Functions as Monolith or Microservices ☆
343 - italolelis/outboxer (⭐166) — A library that implements the outboxer pattern in go ☆
166 - capillariesio/capillaries (⭐68) — Distributed batch data processing framework ☆
69 - svcavallar/celeriac.v1 (⭐76) — Celery client for Go ☆
76 - sanketplus/go-mysql-lock (⭐66) — MySQL Backed Locking Primitive ☆
66 - pdupub/go-pdu (⭐49) — An PDU implementation in Go ☆
49
HTTP & Proxy
- valyala/fasthttp (⭐23k) — Fast HTTP package for Go ☆
23,309 - elazarl/goproxy (⭐6.6k) — An HTTP proxy library for Go ☆
6,653 - wzshiming/httpproxy (⭐31) — HTTP proxy handler and dialer ☆
31
HTTP Clients
- go-resty/resty (⭐12k) — Simple HTTP, REST, and SSE client library for Go ☆
11,626 - imroc/req (⭐4.8k) — Simple Go HTTP client with Black Magic ☆
4,779 - gojek/heimdall (⭐2.7k) — An enhanced HTTP client for Go ☆
2,705 - hashicorp/go-retryablehttp (⭐2.3k) — Retryable HTTP client in Go ☆
2,295 - levigross/grequests (⭐2.2k) — A Go "clone" of the great and famous Requests library ☆
2,183 - dghubble/sling (⭐1.7k) — A Go HTTP client library for creating and sending API requests ☆
1,719 - earthboundkid/requests (⭐1.7k) — HTTP requests for Gophers ☆
1,669 - bogdanfinn/tls-client (⭐1.5k) — HTTP client with TLS fingerprint spoofing ☆
1,548 - Noooste/azuretls-client (⭐439) — HTTP client to spoof TLS/JA3 fingerprint ☆
441 - monaco-io/request (⭐295) — go request, go http client ☆
295 - opus-domini/fast-shot (⭐119) — Fluent HTTP client for Go ☆
119 - go-zoox/fetch (⭐89) — Powerful HTTP client for Go ☆
89 - NdoleStudio/go-otelroundtripper (⭐86) — OpenTelemetry metrics for HTTP clients ☆
87 - rezmoss/axios4go (⭐33) — Axios-inspired HTTP client ☆
33 - lib4u/fake-useragent (⭐16) — Up-to-date simple useragent faker with real world database in Golang ☆
16
Servers
- caddyserver/caddy (⭐71k) — Multi-platform web server with HTTPS ☆
71,301 - pocketbase/pocketbase (⭐57k) — Open Source realtime backend in 1 file ☆
57,363 - etcd-io/etcd (⭐52k) — Distributed key-value store ☆
51,682 - drakkan/sftpgo (⭐12k) — Full-featured SFTP/FTP/HTTP server ☆
11,882 - adnanh/webhook (⭐12k) — Lightweight webhook server ☆
11,720 - roadrunner-server/roadrunner (⭐8.4k) — High-performance PHP application server ☆
8,432 - easegress-io/easegress (⭐5.9k) — A Cloud Native traffic orchestration system ☆
5,870 - charmbracelet/wish (⭐5.1k) — Make SSH apps, just like that! ☆
5,100 - flipt-io/flipt (⭐4.8k) — Enterprise-ready, Git native feature management solution ☆
4,763 - getfider/fider (⭐4.2k) — Open platform to collect and prioritize feedback ☆
4,192 - xyproto/algernon (⭐3k) — Web server with Lua and Markdown ☆
2,997 - openflagr/flagr (⭐2.6k) — Feature flagging and A/B testing ☆
2,583 - thomaspoignant/go-feature-flag (⭐2k) — Open source feature flag solution ☆
1,983 - msoap/shell2http (⭐1.5k) — Executing shell commands via HTTP server ☆
1,482 - openrundev/openrun (⭐815) — Open source Cloud Run alternative ☆
818 - webhookx-io/webhookx (⭐290) — The Next-Generation Webhooks Gateway. ☆
294 - blind-oracle/cortex-tenant (⭐133) — Prometheus proxy with tenant ID injection ☆
136 - baalimago/wd-41 (⭐151) — Web-Development 41, a static web server with live-reload ☆
151 - 42atomys/webhooked (⭐42) — A webhook receiver on steroids. ☆
42
Network Utilities
- fortio/fortio (⭐3.7k) — Load testing and echo server ☆
3,686 - hashicorp/go-getter (⭐1.8k) — Download files from URLs ☆
1,816 - TimothyYe/godns (⭐1.7k) — Dynamic DNS client for multiple providers ☆
1,746 - cavaliergopher/grab (⭐1.5k) — Download manager package ☆
1,475 - schollz/peerdiscovery (⭐668) — Cross-platform local peer discovery ☆
669 - fclairamb/ftpserverlib (⭐465) — FTP server library for Go ☆
466 - skibish/ddns (⭐268) — Personal DDNS client with Digital Ocean Networking DNS as backend. ☆
267 - assafmo/joincap (⭐221) — Merge pcap files ☆
221 - c-robinson/iplib (⭐151) — A library for working with IP addresses and networks in Go ☆
151 - gaissmai/bart (⭐123) — Balanced routing table ☆
127 - alegrey91/fwdctl (⭐72) — Manage IPTables forwards via CLI ☆
72
P2P & Torrent
- anacrolix/torrent (⭐6k) — Full-featured BitTorrent client package and utilities ☆
6,006 - dragonflyoss/dragonfly (⭐3.1k) — P2P-based container image distribution ☆
3,114 - cenkalti/rain (⭐1.1k) — BitTorrent client and library in Go ☆
1,117 - anacrolix/dht (⭐351) — DHT for BitTorrent ☆
354
Protocols
- pion/webrtc (⭐16k) — Pure Go implementation of the WebRTC API ☆
16,185 - quic-go/quic-go (⭐11k) — A production-ready QUIC implementation in pure Go ☆
11,518 - google/gopacket (⭐6.8k) — Provides packet processing capabilities for Go ☆
6,760 - osrg/gobgp (⭐4k) — BGP implemented in the Go Programming Language ☆
4,017 - lxzan/gws (⭐1.7k) — Fast websocket server and client ☆
1,748 - gosnmp/gosnmp (⭐1.2k) — An SNMP library written in Go ☆
1,247 - bluenviron/gortsplib (⭐898) — RTSP client and server library for the Go programming language ☆
903 - ccding/go-stun (⭐719) — A go implementation of the STUN client (RFC 3489 and RFC 5389) ☆
719 - google/gnxi (⭐282) — gNXI Tools - gRPC Network Management/Operations Interface Tools ☆
282 - jeroenrinzema/psql-wire (⭐226) — PostgreSQL wire protocol for Go ☆
229 - jimlambrt/gldap (⭐120) — Build LDAP services w/ Go ☆
120 - soypat/natiu-mqtt (⭐104) — Extensible MQTT for embedded systems ☆
104
RPC
- grpc/grpc-go (⭐23k) — The Go language implementation of gRPC. HTTP/2 based RPC ☆
22,880 - lesismal/arpc (⭐1.1k) — Two-way RPC with broadcast support ☆
1,089 - 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,117 - pkg/sftp (⭐1.6k) — SFTP support for the go.crypto/ssh package ☆
1,637 - masterzen/winrm (⭐463) — Windows remote command library ☆
464
TCP/UDP Frameworks
- panjf2000/gnet (⭐11k) — High-performance event-loop network ☆
11,117 - xtaci/kcp-go (⭐4.5k) — A crypto-secure Reliable-UDP library for Golang with FEC support. ☆
4,493 - cloudwego/netpoll (⭐4.5k) — High-performance I/O framework ☆
4,545 - lesismal/nbio (⭐2.7k) — High-performance network library ☆
2,715 - xtaci/gaio (⭐1.1k) — High-performance, minimalist async-io (proactor) networking for Golang. ☆
1,093 - 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,668 - xjasonlyu/tun2socks (⭐5k) — TUN to SOCKS proxy ☆
5,021 - songgao/water (⭐2.1k) — A simple TUN/TAP library written in native Go. ☆
2,149 - NodePassProject/nodepass (⭐2.1k) — Secure TCP/UDP tunneling with TLS ☆
2,092
Queues & Pub/Sub
Brokers
- nats-io/nats-server (⭐19k) — High-performance NATS message server ☆
19,483 - emitter-io/emitter (⭐4k) — High-performance pub/sub broker ☆
3,998 - mochi-mqtt/server (⭐1.8k) — Embeddable MQTT v5 broker ☆
1,830
Clients & Libraries
- hibiken/asynq (⭐13k) — Simple, reliable, and efficient distributed task queue in Go ☆
13,095 - IBM/sarama (⭐12k) — Sarama is a Go library for Apache Kafka. ☆
12,462 - centrifugal/centrifugo (⭐10k) — Scalable real-time messaging server ☆
10,141 - ThreeDotsLabs/watermill (⭐9.6k) — Building event-driven applications the easy way in Go. ☆
9,634 - appleboy/gorush (⭐8.7k) — A push notification server written in Go (Golang). ☆
8,706 - RichardKnop/machinery (⭐7.9k) — Async task queue with message passing ☆
7,951 - nats-io/nats.go (⭐6.5k) — Golang client for NATS, the cloud native messaging system. ☆
6,533 - dunglas/mercure (⭐5.2k) — Server-Sent Events hub ☆
5,215 - confluentinc/confluent-kafka-go (⭐5.1k) — Confluent's Apache Kafka Golang client ☆
5,118 - olahol/melody (⭐4.1k) — Minimalist websocket framework for Go ☆
4,072 - sideshow/apns2 (⭐3.2k) — Apple Push Notification Service ☆
3,167 - lovoo/goka (⭐2.5k) — Kafka stream processing library ☆
2,515 - rabbitmq/amqp091-go (⭐2k) — An AMQP 0-9-1 Go client maintained by the RabbitMQ team ☆
1,990 - asaskevich/EventBus (⭐2k) — [Go] Lightweight eventbus with async compatibility for Go ☆
1,967 - containrrr/shoutrrr (⭐1.5k) — Notification library for gophers and their furry friends. ☆
1,551 - pebbe/zmq4 (⭐1.2k) — A Go interface to ZeroMQ version 4 ☆
1,249 - timbray/quamina (⭐486) — Fast pattern-matching library ☆
491 - cskr/pubsub (⭐449) — A simple pubsub package for go. ☆
451 - jandelgado/rabtap (⭐280) — RabbitMQ wire tap and swiss army knife ☆
280 - mehdihadeli/Go-MediatR (⭐278) — Mediator pattern for CQRS ☆
278 - goptics/varmq (⭐182) — Zero-dep message queue library ☆
184 - oagudo/outbox (⭐121) — Transactional outbox pattern ☆
122 - hyperonym/ratus (⭐124) — RESTful async task queue server ☆
124 - dailymotion/oplog (⭐110) — A generic oplog/replication system for microservices ☆
110 - jirenius/go-res (⭐68) — RES Service protocol library for Go ☆
68 - Protocol-Lattice/GoEventBus (⭐58) — A lock-free, ultra-fast event bus for Go ☆
59 - SchwarzDigits/hypermatch (⭐33) — High-performance rule matching ☆
33
Science
- gonum/gonum (⭐8.3k) — Numeric libraries for Go ☆
8,340 - gonum/plot (⭐2.9k) — Plotting and visualization ☆
2,949 - paulmach/orb (⭐1.1k) — 2D geometry types and utilities ☆
1,107 - madelynnblue/go-dsp (⭐909) — Digital Signal Processing for Go ☆
911 - bebop/poly (⭐720) — Synthetic biology library for Go ☆
720 - hmdsefi/gograph (⭐109) — Generic graph algorithms library ☆
109 - 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 ☆
10,974 - expr-lang/expr (⭐7.8k) — Expression evaluation for Go ☆
7,777 - yuin/gopher-lua (⭐6.9k) — Lua VM and compiler in Go ☆
6,867 - dop251/goja (⭐6.8k) — ECMAScript engine in pure Go ☆
6,806 - d5/tengo (⭐3.8k) — Fast script language for Go ☆
3,796 - Shopify/go-lua (⭐3.4k) — Lua VM in Go ☆
3,426 - google/cel-go (⭐2.9k) — Common Expression Language for Go ☆
2,920 - google/starlark-go (⭐2.7k) — Starlark config language in Go ☆
2,657 - metacall/core (⭐1.8k) — Polyglot programming runtime ☆
1,791 - wa-lang/wa (⭐1.8k) — The Wa Programming Language ☆
1,758 - mattn/anko (⭐1.6k) — Scriptable interpreter in Go ☆
1,561 - PaesslerAG/gval (⭐811) — Expression evaluation in Go ☆
812 - ichiban/prolog (⭐715) — Prolog scripting engine for Go ☆
716 - aarzilli/golua (⭐691) — Lua C API bindings for Go ☆
692 - 1set/starlet (⭐42) — Starlark wrapper with batteries ☆
42
Code Generators
- oapi-codegen/oapi-codegen (⭐8.2k) — Generate Go code from OpenAPI 3 specs ☆
8,211 - dave/jennifer (⭐3.6k) — Code generator for Go ☆
3,609 - hexdigest/gowrap (⭐1.3k) — Generate interface decorators ☆
1,319 - awalterschulze/goderive (⭐1.3k) — Generate mundane Go functions ☆
1,265 - abice/go-enum (⭐934) — Enum generator for Go ☆
937 - jmattheis/goverter (⭐837) — Generate type-safe converters ☆
840 - rjeczalik/interfaces (⭐432) — Code generation tools for Go ☆
432 - switchupcb/copygen (⭐402) — Copy values between types ☆
404 - reedom/convergen (⭐50) — Type-to-type copy code generator ☆
50
Security
Certificates
- go-acme/lego (⭐9.3k) — Let's Encrypt/ACME client and library written in Go ☆
9,443 - caddyserver/certmagic (⭐5.5k) — Automatic HTTPS certificate management ☆
5,521 - tg123/go-htpasswd (⭐47) — Apache htpasswd Parser for Go. ☆
47 - adrianosela/sslmgr (⭐31) — SSL certificate abstraction ☆
31
Cryptography
- FiloSottile/age (⭐22k) — Simple encryption tool ☆
21,882 - authzed/spicedb (⭐6.5k) — Zanzibar-inspired permissions DB ☆
6,567 - awnumar/memguard (⭐2.7k) — Software sandbox for storage of sensitive information in memory. ☆
2,725 - cossacklabs/themis (⭐2k) — Cryptographic framework for data protection ☆
1,957 - dromara/dongle (⭐1.1k) — A simple, semantic and developer-friendly crypto package for golang ☆
1,100 - anatol/booster (⭐623) — Fast and secure initramfs generator ☆
625 - kevinburke/nacl (⭐552) — Pure Go implementation of the NaCL set of API's ☆
552 - ssh-vault/ssh-vault (⭐500) — encrypt/decrypt using ssh keys ☆
501 - number571/go-peer (⭐320) — Secure decentralized networking ☆
320 - lingrino/vaku (⭐159) — Extended Vault API and CLI ☆
159 - anatol/luks.go (⭐95) — Pure Golang library to manage LUKS partitions ☆
96 - zitadel/passwap (⭐73) — Unified password hashing ☆
74 - rsjethani/secret (⭐32) — Prevent your secrets from leaking into logs, std* etc. ☆
33 - andskur/argon2-hashing (⭐25) — Argon2 password hashing ☆
25
WAF & Protection
- Ullaakut/cameradar (⭐4.9k) — Cameradar hacks its way into RTSP videosurveillance cameras ☆
4,973 - corazawaf/coraza (⭐3.4k) — ModSecurity-compatible WAF in Go ☆
3,390 - mojocn/base64Captcha (⭐2.4k) — captcha of base64 image string ☆
2,356 - unrolled/secure (⭐2.3k) — HTTP middleware for Go that facilitates some quick security wins. ☆
2,338 - beelzebub-labs/beelzebub (⭐1.9k) — AI-powered honeypot framework ☆
1,940 - cossacklabs/acra (⭐1.5k) — Database security proxy ☆
1,468 - securitybunker/databunker (⭐1.4k) — Secure vault for PII/PHI/KYC records ☆
1,400 - hillu/go-yara (⭐388) — Go bindings for YARA ☆
387 - teler-sh/teler-waf (⭐399) — HTTP middleware for WAF ☆
400 - steambap/captcha (⭐162) — Easy captcha library ☆
162
Zero Trust
- sigstore/cosign (⭐5.8k) — Code signing and transparency for containers and binaries ☆
5,786 - openziti/ziti (⭐4k) — Zero trust networking platform ☆
4,071 - spiffe/spire (⭐2.3k) — The SPIFFE Runtime Environment ☆
2,303 - philips-labs/spiffe-vault (⭐99) — Integrates Spiffe and Vault to have secretless authentication ☆
99
Testing & Quality
Benchmarks
- smallnest/go-web-framework-benchmark (⭐2.1k) — Web framework benchmarks ☆
2,138 - alecthomas/go_serialization_benchmarks (⭐1.6k) — Serialization benchmarks for Go ☆
1,626 - SimonWaldherr/golang-benchmarks (⭐142) — Go(lang) benchmarks - (measure the speed of golang) ☆
142 - 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,764 - boyter/scc (⭐8.3k) — Fast code counter and stats ☆
8,262 - mgechev/revive (⭐5.5k) — Fast, extensible Go linter ☆
5,473 - kisielk/errcheck (⭐2.5k) — errcheck checks that you checked errors. ☆
2,476 - go-critic/go-critic (⭐2k) — The most opinionated Go source code linter for code audit. ☆
2,037 - daveshanley/vacuum (⭐1k) — Fast OpenAPI linter ☆
1,033 - presmihaylov/todocheck (⭐435) — Analyser for TODO comments ☆
434 - mibk/dupl (⭐366) — Code clone detection tool ☆
366 - mdempsky/unconvert (⭐388) — Remove unnecessary type conversions ☆
388 - tomarrell/wrapcheck (⭐373) — Check errors are wrapped ☆
374 - shurcooL/gostatus (⭐245) — Show status of Go repositories ☆
245 - Antonboom/testifylint (⭐165) — Linter for testify usage ☆
166 - Crocmagnon/fatcontext (⭐74) — Detect nested contexts in loops ☆
74 - antham/ghokin (⭐52) — Parallelized Gherkin formatter ☆
52 - asticode/go-astitodo (⭐66) — Parse TODOs in your GO code ☆
66 - sashamelentyev/usestdlibvars (⭐47) — Linter for stdlib variables usage ☆
47 - borovikovd/gomsort (⭐26) — Go msort - linter that sorts methods ☆
26
Mock
- vektra/mockery (⭐7k) — Mock code autogenerator for Go ☆
7,053 - DATA-DOG/go-sqlmock (⭐6.5k) — SQL mock driver for testing ☆
6,542 - brianvoe/gofakeit (⭐5.3k) — Random fake data generator written in go ☆
5,329 - uber-go/mock (⭐3.3k) — GoMock is a mocking framework for the Go programming language. ☆
3,304 - SpectoLabs/hoverfly (⭐2.5k) — API simulation and virtualization ☆
2,479 - 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,125 - gojuno/minimock (⭐748) — Powerful mock generator ☆
748 - DATA-DOG/go-txdb (⭐748) — Transaction-isolated SQL driver ☆
748 - pashagolub/pgxmock (⭐571) — pgx mock driver for testing ☆
577 - xhd2015/xgo (⭐431) — All-in-one Go testing library ☆
432 - seborama/govcr (⭐196) — Record and replay HTTP interactions ☆
196 - mocktools/go-smtp-mock (⭐162) — SMTP mock server for testing ☆
164 - elgohr/go-localstack (⭐87) — Go wrapper for LocalStack ☆
87
Performance
- jaegertracing/jaeger (⭐23k) — Distributed tracing platform ☆
22,652 - pixie-io/pixie (⭐6.4k) — Kubernetes-native observability ☆
6,402 - arl/statsviz (⭐3.6k) — Visualize Go runtime metrics ☆
3,633 - nikolaydubina/go-instrument (⭐293) — Add trace spans to Go functions ☆
293 - joetifa2003/mm-go (⭐193) — Manual memory management for Go ☆
194
Browser Automation
- chromedp/chromedp (⭐13k) — Chrome DevTools Protocol driver ☆
12,921 - go-rod/rod (⭐6.8k) — Chrome DevTools driver for scraping ☆
6,840 - sensepost/gowitness (⭐4.2k) — Web screenshot utility with Chrome ☆
4,225 - playwright-community/playwright-go (⭐3.3k) — Browser automation for Chromium, Firefox, WebKit ☆
3,290 - mafredri/cdp (⭐789) — Chrome DevTools Protocol bindings ☆
789
Testing Frameworks
- stretchr/testify (⭐26k) — Assertions and mocks for testing ☆
25,894 - keploy/keploy (⭐17k) — API testing with auto mocks ☆
17,088 - Shopify/toxiproxy (⭐12k) — TCP proxy for chaos testing ☆
11,930 - testcontainers/testcontainers-go (⭐4.7k) — Docker containers for integration tests ☆
4,771 - google/go-cmp (⭐4.6k) — Package for comparing Go values in tests ☆
4,611 - gavv/httpexpect (⭐2.7k) — End-to-end HTTP and REST API testing for Go. ☆
2,714 - cucumber/godog (⭐2.6k) — Cucumber for golang ☆
2,611 - orlangure/gnomock (⭐1.5k) — Test with ephemeral Docker containers ☆
1,484 - dnaeon/go-vcr (⭐1.4k) — Record and replay HTTP for tests ☆
1,368 - go-testfixtures/testfixtures (⭐1.2k) — Rails-like test fixtures for Go ☆
1,226 - fergusstrange/embedded-postgres (⭐1.2k) — Embedded PostgreSQL for testing ☆
1,159 - chapar-rest/chapar (⭐693) — API testing for HTTP and gRPC ☆
693 - gotestyourself/gotest.tools (⭐578) — Testing utilities for Go ☆
578 - maxatome/go-testdeep (⭐463) — Flexible deep comparison in tests ☆
462 - appleboy/gofight (⭐444) — Testing API Handler written in Golang. ☆
444 - viant/endly (⭐266) — End to end functional test and automation framework ☆
267 - ysmood/got (⭐269) — An enjoyable golang test framework. ☆
269 - 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 (⭐106) — GoCrest - Hamcrest-like matchers for Go ☆
106 - hedhyw/gherkingen (⭐95) — Behaviour Driven Development tests generator for Golang ☆
96 - madflojo/testcerts (⭐84) — Generate test certificates on the fly ☆
84 - go-restit/restit (⭐55) — A Go library help testing your RESTful API application ☆
55 - viant/dsunit (⭐45) — Datastore Testibility ☆
45 - 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,849 - pingcap/failpoint (⭐875) — Failpoint implementation for Go ☆
878
Validation
- go-playground/validator (⭐20k) — Struct and field validation for Go ☆
19,856 - Oudwins/zog (⭐1.2k) — Zod-inspired schema validation ☆
1,163 - gookit/validate (⭐1.1k) — Struct and data validation ☆
1,126 - twharmon/govalid (⭐114) — Struct validation using tags ☆
114 - faceair/jio (⭐125) — JSON schema validator like Joi ☆
126 - osamingo/checkdigit (⭐114) — Check digit algorithms ☆
114 - tiendc/go-validator (⭐32) — Intuitive validation library ☆
32 - marrow16/valix (⭐31) — Request validation package ☆
31
Text & NLP
Formatters
- dustin/go-humanize (⭐4.8k) — Human-friendly unit formatting ☆
4,815 - neilotoole/sq (⭐2.5k) — SQL data wrangler ☆
2,460 - bojanz/address (⭐82) — Address handling for Go ☆
82
Markup Languages
- BurntSushi/toml (⭐4.9k) — TOML parser with reflection ☆
4,926 - yuin/goldmark (⭐4.7k) — Markdown parser for Go ☆
4,698 - JohannesKaufmann/html-to-markdown (⭐3.5k) — Convert HTML to Markdown ☆
3,532 - pelletier/go-toml (⭐1.9k) — TOML library for Go ☆
1,919 - antchfx/htmlquery (⭐781) — XPath for HTML queries ☆
781 - clbanning/mxj (⭐633) — XML to/from map conversion ☆
633 - mmalcek/bafi (⭐114) — Universal format converter ☆
114
Miscellaneous
- microcosm-cc/bluemonday (⭐3.6k) — Fast HTML sanitizer for Go ☆
3,651 - pemistahl/lingua-go (⭐1.3k) — Natural language detection ☆
1,332 - gosimple/slug (⭐1.3k) — URL-friendly slugify ☆
1,325 - arunsupe/semantic-grep (⭐1.2k) — Grep for similar words ☆
1,214 - mattn/go-runewidth (⭐686) — Rune width for terminals ☆
687 - hedhyw/rex (⭐210) — Flexible regex constructor ☆
210 - IGLOU-EU/go-wildcard (⭐100) — Fast wildcard matching ☆
100 - JoshuaDoes/gofuckyourself (⭐69) — Swear filter for Go ☆
69 - alexsergivan/transliterator (⭐46) — Text transliterator ☆
46
Morphological Analyzers
- nlpodyssey/spago (⭐1.8k) — ML and NLP library for Go ☆
1,849 - ikawaha/kagome (⭐956) — Japanese morphological analyzer ☆
959 - afjoseph/RAKE.Go (⭐122) — Rapid Keyword Extraction in Go ☆
122 - jonreiter/govader (⭐54) — VADER sentiment analysis ☆
54
Parsers/Encoders/Decoders
- mvdan/sh (⭐8.6k) — Shell parser and formatter ☆
8,633 - mmcdole/gofeed (⭐2.8k) — Parse RSS, Atom, JSON feeds ☆
2,823 - google/go-querystring (⭐2.1k) — Encode structs to URL query strings ☆
2,133 - olebedev/when (⭐1.5k) — Natural language date parser ☆
1,461 - adrianmo/go-nmea (⭐259) — NMEA sentence parser ☆
260 - yassinebenaid/godump (⭐224) — Dump any Go variable ☆
224 - editorconfig/editorconfig-core-go (⭐151) — EditorConfig core in Go ☆
151 - bzick/tokenizer (⭐139) — Tokenizer/lexer for Go ☆
139 - emersion/go-vcard (⭐125) — vCard parser and formatter ☆
125 - 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,204 - PuerkitoBio/goquery (⭐15k) — jQuery-like HTML manipulation ☆
14,928 - mvdan/xurls (⭐1.3k) — Extract URLs from text ☆
1,253 - s0rg/crawley (⭐335) — 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,036 - derekparker/trie (⭐787) — Trie for extremely fast prefix search ☆
788 - agnivade/levenshtein (⭐462) — Go implementation to calculate Levenshtein Distance. ☆
463 - plar/go-adaptive-radix-tree (⭐412) — Adaptive Radix Trees implemented in Go ☆
412
Tokenizers
- go-ego/gse (⭐2.8k) — Multilingual text segmentation ☆
2,796 - pebbe/textcat (⭐73) — N-gram text categorization ☆
73
Translation
- nicksnyder/go-i18n (⭐3.5k) — Translate Go programs ☆
3,495 - leonelquinteros/gotext (⭐491) — GNU gettext for Go ☆
491 - 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,434 - googleapis/google-api-go-client (⭐4.4k) — Auto-generated Google APIs for Go. ☆
4,418 - aws/aws-sdk-go-v2 (⭐3.5k) — AWS SDK for the Go programming language. ☆
3,511 - minio/minio-go (⭐2.9k) — High-performance object storage ☆
2,922 - rhnvrm/simples3 (⭐198) — Simple AWS S3 library using REST ☆
197 - 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 (⭐540) — Go library to access geocoding and reverse geocoding APIs ☆
540 - cyruzin/golang-tmdb (⭐159) — 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 (⭐262) — The golang fuzzy-find cli jira interface ☆
262 - adlio/trello (⭐227) — Trello API wrapper for Go ☆
227 - ctreminiom/go-atlassian (⭐199) — Atlassian Cloud API client ☆
199 - koltyakov/gosip (⭐169) — SharePoint SDK for Go ☆
169 - FreeLeh/GoFreeDB (⭐90) — Database on top of Google Sheets ☆
90 - mehanizm/airtable (⭐85) — 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,693 - create-go-app/cli (⭐2.8k) — Create production-ready Go projects ☆
2,756 - miniscruff/changie (⭐868) — Automated changelog tool ☆
868 - karl-cardenas-coding/go-lambda-cleanup (⭐96) — Remove old AWS Lambda versions ☆
96
CLI Tools
- junegunn/fzf (⭐79k) — Command-line fuzzy finder ☆
79,265 - wagoodman/dive (⭐54k) — Explore Docker image layers ☆
53,706 - xo/usql (⭐9.9k) — Universal SQL CLI ☆
9,896 - minio/mc (⭐3.4k) — Unix utilities for object stores ☆
3,439 - joshmedeski/sesh (⭐1.8k) — Terminal session manager ☆
2,195 - itchyny/bed (⭐1.3k) — Binary editor in Go ☆
1,347 - owenthereal/upterm (⭐1.2k) — Instant terminal sharing ☆
1,196 - alajmo/mani (⭐671) — CLI for managing repositories ☆
675 - Unrud/remote-touchpad (⭐654) — Control mouse/keyboard remotely ☆
655 - chenquan/diskusage (⭐304) — Fast disk usage analyzer ☆
304 - reugn/wifiqr (⭐280) — Generate Wi-Fi QR codes ☆
280 - hedhyw/json-log-viewer (⭐217) — Interactive JSON log viewer ☆
217 - 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,171 - duke-git/lancet (⭐5.3k) — Comprehensive util library ☆
5,278 - darccio/mergo (⭐3.1k) — Merge Go structs and maps ☆
3,093 - goforj/godump (⭐1.7k) — Pretty-printer for Go structs ☆
1,731 - gookit/filter (⭐150) — Data filtering and conversion ☆
150 - 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,564 - georgysavva/scany (⭐1.5k) — Scan database rows to structs ☆
1,508 - blockloop/scan (⭐610) — Scan SQL rows to structs ☆
611
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 - nathan-osman/go-sunrise (⭐173) — Calculate sunrise and sunset times ☆
173 - rickb777/date (⭐142) — Date handling package ☆
142 - relvacode/iso8601 (⭐158) — Fast ISO8601 date parser ☆
158
Dependency Injection
- uber-go/fx (⭐7.4k) — DI-based application framework ☆
7,434 - uber-go/dig (⭐4.5k) — Reflection-based DI toolkit ☆
4,454 - goioc/di (⭐378) — 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 - junioryono/godi (⭐71) — DI with service lifetimes ☆
73 - NVIDIA/gontainer (⭐66) — Simple DI container ☆
66 - matzefriedrich/parsley (⭐31) — Reflection-based DI package ☆
31 - 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,384 - rotisserie/eris (⭐1.8k) — Errors with readable stack traces ☆
1,785 - joomcode/errorx (⭐1.3k) — Comprehensive error handling ☆
1,271 - ztrue/tracerr (⭐1.1k) — Errors with stack trace ☆
1,105 - samber/oops (⭐893) — Structured error handling ☆
904 - Southclaws/fault (⭐308) — Composable error wrapping ☆
309
File Handling
- schollz/croc (⭐35k) — Easily and securely send things from one computer to another ☆
34,564 - qax-os/excelize (⭐20k) — Excel XLSX library for Go ☆
20,449 - pdfcpu/pdfcpu (⭐8.5k) — PDF processor in Go ☆
8,550 - spf13/afero (⭐6.6k) — Filesystem abstraction for Go ☆
6,619 - dundee/gdu (⭐5.5k) — Fast disk usage analyzer ☆
5,508 - unidoc/unioffice (⭐4.8k) — Office document library ☆
4,826 - root-gg/plik (⭐1.7k) — Temporary file upload system ☆
1,734 - SebastiaanKlippert/go-wkhtmltopdf (⭐1.2k) — HTML to PDF wrapper ☆
1,177 - otiai10/copy (⭐771) — Copy directories recursively ☆
770 - ulikunitz/xz (⭐552) — Pure golang package for reading and writing xz-compressed files ☆
553 - no-src/gofs (⭐526) — Cross-platform file sync ☆
526 - mholt/archives (⭐388) — Create and extract archives ☆
391 - viant/afs (⭐381) — Abstract file storage ☆
383 - C2FO/vfs (⭐358) — Virtual file system for Go ☆
358 - gen2brain/go-unarr (⭐309) — Decompression library bindings ☆
310 - barasher/go-exiftool (⭐294) — Exiftool wrapper for metadata ☆
295 - gomutex/godocx (⭐245) — Go library for reading and writing Microsoft Docx ☆
249 - charlievieth/fastwalk (⭐127) — Fast directory traversal ☆
128 - artonge/go-csv-tag (⭐130) — CSV reading with tags ☆
130 - 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,189 - go-playground/form (⭐906) — URL values to structs ☆
906 - ggicci/httpin (⭐385) — HTTP request to struct binding ☆
385 - 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,331 - BooleanCat/go-functional (⭐527) — Iterator library for Go ☆
527 - seborama/fuego (⭐145) — Functional programming in Go ☆
145 - rjNemo/underscore (⭐117) — Functional helpers for Go ☆
116
General
- wabarc/wayback (⭐2.2k) — Web archiving tool with IM interface ☆
2,173 - gabriel-vasile/mimetype (⭐2k) — MIME type detection by magic numbers ☆
1,963 - qmuntal/stateless (⭐1.3k) — Go library for creating finite state machines ☆
1,282 - jonboulle/clockwork (⭐725) — a fake clock for golang ☆
725 - Boeing/config-file-validator (⭐501) — Cross Platform tool to validate configuration files ☆
501 - biter777/countries (⭐506) — ISO country codes library ☆
508 - ungerik/go-dry (⭐488) — DRY (don't repeat yourself) package for Go ☆
488 - subosito/gotenv (⭐306) — Load environment variables from
.envorio.Readerin Go. ☆306 - viant/toolbox (⭐228) — Toolbox - go utility library ☆
228 - ikeikeikeike/go-sitemap-generator (⭐229) — Generate XML sitemaps ☆
231 - maja42/goval (⭐174) — Expression evaluation in golang ☆
174 - commander-cli/cmd (⭐160) — A simple package to execute shell commands on linux, windows and osx ☆
160 - jfcg/sorty (⭐144) — Fast Concurrent / Parallel Sorting in Go ☆
144 - tiendc/go-deepcopy (⭐126) — Fast deep-copy library for Go ☆
127 - syntaqx/cookie (⭐112) — Cookies, but with structs, for happiness. ☆
113 - pioz/countries (⭐95) — All you need when you are working with countries in Go. ☆
95 - arthurkushman/pgo (⭐88) — Go library for PHP community with convenient functions ☆
88 - wzshiming/gotype (⭐64) — Golang source code parsing, usage like reflect package ☆
64 - icza/backscanner (⭐69) — Scan file lines backward ☆
69 - kazhuravlev/just (⭐35) — Collection of useful functions. Complete simple tasks faster! ☆
36 - 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 (⭐35) — A zero-allocation debouncer ☆
37 - lrita/numa (⭐38) — NUMA utility library for Go ☆
38 - osamingo/gosh (⭐36) — 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,714 - uber-go/zap (⭐24k) — Fast structured logging ☆
24,379 - rs/zerolog (⭐12k) — Zero allocation JSON logger ☆
12,311 - davecgh/go-spew (⭐6.4k) — Deep pretty printer for debugging ☆
6,387 - golang/glog (⭐3.6k) — Leveled execution logs ☆
3,608 - k0kubun/pp (⭐2k) — Colored pretty printer for Go ☆
2,036 - lmittmann/tint (⭐1.3k) — Colorized slog handler ☆
1,267 - Lifailon/lazyjournal (⭐1.2k) — TUI for journald, Docker, K8s logs ☆
1,216 - getsentry/sentry-go (⭐1.1k) — Official Sentry SDK for Go ☆
1,080 - phuslu/log (⭐839) — Fastest structured logging ☆
840 - samber/slog-multi (⭐612) — Workflow design for slog handlers ☆
615 - gookit/slog (⭐538) — Configurable logging library ☆
537 - henvic/httpretty (⭐413) — Pretty-print HTTP requests ☆
412 - hashicorp/logutils (⭐371) — Logging utilities for Go ☆
371 - simukti/sqldb-logger (⭐382) — SQL database logger ☆
382 - samber/slog-formatter (⭐212) — Slog attribute formatting ☆
214 - DeRuina/timberjack (⭐124) — Log rolling library ☆
128 - rs/xlog (⭐140) — Context-aware HTTP logger ☆
141 - yuseferi/zax (⭐34) — Zap logger with context ☆
34 - clok/kemba (⭐17) — Tiny debug logging tool ☆
17
Networking Utils
- cristianoliveira/ergo (⭐650) — Manage apps on different ports ☆
650 - htcat/htcat (⭐560) — Parallel HTTP download ☆
560 - ferama/rospo (⭐360) — Persistent SSH tunnels ☆
360
Project Layout
- golang-standards/project-layout (⭐56k) — Standard Go project layout ☆
55,696 - Melkeydev/go-blueprint (⭐8.7k) — Spin up Go projects with popular frameworks ☆
8,772 - ardanlabs/service (⭐3.9k) — K8s service starter kit ☆
3,948 - Shpota/goxygen (⭐3.6k) — Generate full-stack web projects ☆
3,596 - mikestefanello/pagoda (⭐2.9k) — Full-stack web development starter kit ☆
2,922 - go-nunu/nunu (⭐2.6k) — CLI for building Go apps ☆
2,555 - sagikazarmark/modern-go-application (⭐1.9k) — Modern Go app example ☆
1,938 - naughtygopher/goapp (⭐1.1k) — Opinionated web app structure ☆
1,059 - allaboutapps/go-starter (⭐600) — Production-ready RESTful API template ☆
604 - golang-templates/seed (⭐556) — Go app GitHub template ☆
556 - raeperd/kickstart.go (⭐108) — Minimal HTTP server template ☆
108 - wangyoucao577/go-project-layout (⭐26) — Go project structure guide ☆
26
Resilience & Retry
- avast/retry-go (⭐2.9k) — Simple retry mechanism ☆
2,909 - eapache/go-resiliency (⭐2.3k) — Resiliency patterns for golang ☆
2,341 - failsafe-go/failsafe-go (⭐2.2k) — Fault tolerance patterns ☆
2,189 - rubyist/circuitbreaker (⭐1.2k) — Circuit breakers in Go ☆
1,166 - cep21/circuit (⭐812) — Hystrix-like circuit breaker ☆
812 - mennanov/limiters (⭐624) — Distributed rate limiters ☆
628 - kamilsk/retry (⭐346) — Advanced retry mechanism ☆
346 - 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,306 - gobeam/stringy (⭐251) — String case conversions ☆
251 - ozgio/strutil (⭐207) — String utilities for Go ☆
206
System & Process
- cilium/ebpf (⭐7.6k) — eBPF library for Go ☆
7,645 - maruel/panicparse (⭐3.7k) — Crash your app in style ☆
3,716 - immortal/immortal (⭐832) — Cross-platform supervisor ☆
833 - derekparker/delve (⭐661) — Delve is a debugger for the Go programming language. ☆
662 - gotranspile/cxgo (⭐388) — Transpile C to Go ☆
388
UUID
- google/uuid (⭐6k) — UUID generation and parsing ☆
6,031 - oklog/ulid (⭐5k) — ULID implementation ☆
5,020 - gofrs/uuid (⭐1.8k) — UUID library for Go ☆
1,789 - 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,176 - shurcooL/githubv4 (⭐1.2k) — GitHub GraphQL API v4 client ☆
1,186 - go-playground/webhooks (⭐1k) — Webhook receiver for GitHub, Bitbucket, GitLab, Gogs ☆
1,029 - andygrunwald/go-trending (⭐146) — Access GitHub trending repositories ☆
146 - andygrunwald/go-gerrit (⭐104) — Go client/library for Gerrit Code Review ☆
104
Package Management
- anchore/syft (⭐8.6k) — SBOM generator for containers ☆
8,652 - nao1215/gup (⭐558) — gup - Update binaries installed by "go install" with goroutines. ☆
561 - marwanhawari/stew (⭐338) — An independent package manager for compiled binaries. ☆
341 - chaindead/modup (⭐62) — TUI for Go dependency updates ☆
63
Version Control
- go-git/go-git (⭐7.3k) — Pure Go Git implementation ☆
7,308 - 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 (⭐52) — Universal VCS client library ☆
53 - kazhuravlev/git-tools (⭐30) — Useful set of tools which helps to manage git tags ☆
31
Web Development
Microservices
- zeromicro/go-zero (⭐33k) — Microservices framework with CLI tools ☆
32,875 - go-kit/kit (⭐28k) — A standard library for microservices. ☆
27,558 - go-kratos/kratos (⭐26k) — Your ultimate Go microservices framework for the cloud-native era. ☆
25,587 - micro/go-micro (⭐23k) — A Go microservices framework ☆
22,727 - smallnest/rpcx (⭐8.3k) — Feature-rich RPC framework ☆
8,277 - cloudwego/kitex (⭐7.9k) — High-performance Go RPC framework ☆
7,910 - go-dev-frame/sponge (⭐2.8k) — Code generation framework for Go ☆
2,814 - go-eagle/eagle (⭐2.4k) — A Go framework for the API or Microservice ☆
2,426 - unionj-cloud/go-doudou (⭐1.2k) — OpenAPI 3 and gRPC microservices framework ☆
1,193 - trpc-group/trpc-go (⭐1.1k) — A pluggable, high-performance RPC framework written in golang ☆
1,135 - gmsec/micro (⭐25) — A Go distributed systems development framework ☆
25
Middlewares
- urfave/negroni (⭐7.5k) — Idiomatic HTTP Middleware for Golang ☆
7,532 - tdewolff/minify (⭐4.1k) — Go minifiers for web formats ☆
4,087 - justinas/alice (⭐3.3k) — Painless middleware chaining for Go ☆
3,348 - rs/cors (⭐2.9k) — Go net/http configurable handler to handle CORS requests ☆
2,871 - didip/tollbooth (⭐2.9k) — Simple middleware to rate-limit HTTP requests. ☆
2,859 - unrolled/render (⭐2k) — Render JSON, XML, HTML, binary ☆
1,992 - lingrino/go-fault (⭐550) — go fault injection library ☆
551 - jub0bs/cors (⭐180) — perhaps the best CORS middleware library for Go ☆
181 - rookie-ninja/rk-gin (⭐51) — Start gin microservice from YAML, plugin of rk-boot ☆
51 - faabiosr/echo-middleware (⭐16) — Middlewares for Echo framework ☆
16
Routers
- gorilla/mux (⭐22k) — Powerful HTTP router ☆
21,816 - go-chi/chi (⭐22k) — Lightweight idiomatic HTTP router ☆
21,911 - gowww/router (⭐185) — A lightning fast HTTP router ☆
185 - ngamux/ngamux (⭐70) — Simple HTTP router for Go ☆
70 - 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,204 - valyala/quicktemplate (⭐3.3k) — Fast template engine for Go ☆
3,313 - johnfercher/maroto (⭐2.7k) — Create PDFs with Bootstrap grid ☆
2,672 - CloudyKit/jet (⭐1.4k) — Jet template engine ☆
1,392 - osteele/liquid (⭐345) — A Liquid template engine in Go ☆
346 - go-sprout/sprout (⭐209) — Template functions for Go ☆
211 - goradd/got (⭐38) — Template engine with Go code output ☆
38
Web Frameworks
- gin-gonic/gin (⭐88k) — High-performance HTTP framework ☆
88,336 - gofiber/fiber (⭐39k) — Express inspired web framework written in Go ☆
39,516 - beego/beego (⭐32k) — High-performance web framework ☆
32,401 - labstack/echo (⭐32k) — High performance, minimalist Go web framework ☆
32,287 - gofr-dev/gofr (⭐21k) — Microservice framework for Go ☆
21,585 - gogf/gf (⭐13k) — Powerful full-stack framework ☆
13,097 - cloudwego/hertz (⭐7.1k) — High-performance HTTP framework ☆
7,147 - goadesign/goa (⭐6.1k) — Design-first API framework ☆
6,071 - apache/dubbo-go (⭐4.9k) — Go Implementation For Apache Dubbo . ☆
4,906 - goravel/goravel (⭐4.5k) — The full-featured Golang Development Framework skeleton ☆
4,481 - danielgtaylor/huma (⭐3.9k) — Huma REST/HTTP API Framework for Golang with OpenAPI 3.1 ☆
3,950 - documize/community (⭐2.4k) — Modern Confluence alternative ☆
2,378 - go-sonic/sonic (⭐2.1k) — Blogging platform in Go ☆
2,117 - go-goyave/goyave (⭐1.8k) — The enterprise REST API framework ☆
1,769 - go-fuego/fuego (⭐1.7k) — Web framework with OpenAPI 3 ☆
1,693 - templui/templui (⭐1.5k) — UI components for Templ ☆
1,521 - savsgio/atreugo (⭐1.3k) — Micro web framework on fasthttp ☆
1,303 - ankorstore/yokai (⭐824) — Modular framework for Go apps ☆
826 - indeedeng/iwf (⭐634) — Workflow-as-code orchestration ☆
636 - i-love-flamingo/flamingo-commerce (⭐590) — Flexible Go web framework ☆
589 - i-love-flamingo/flamingo (⭐559) — Flexible Go web framework ☆
559 - rookie-ninja/rk-boot (⭐574) — Enterprise microservice framework ☆
575 - fastschema/fastschema (⭐543) — All-in-One Backend as a Service with Headless CMS Power ☆
545 - uadmin/uadmin (⭐355) — The web framework for Golang ☆
355 - xxjwxc/ginrpc (⭐301) — gin auto binding, grpc and annotated route ☆
302 - hidevopsio/hiboot (⭐179) — High-performance CLI and web apps ☆
179 - beatlabs/patron (⭐126) — Cloud-native microservice framework ☆
127 - gone-io/gone (⭐131) — Lightweight DI framework ☆
131 - claygod/microservice (⭐122) — Simple microservice framework ☆
122 - gookit/rux (⭐98) — Simple and fast web framework ☆
99 - yaitoo/xun (⭐91) — Web framework on html/template ☆
91 - go-spring/spring-core (⭐78) — Spring-inspired framework for Go ☆
79 - napsy/go-css (⭐92) — 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,315 - agnivade/wasmbrowsertest (⭐206) — Run WASM tests inside your browser ☆
206 - extism/go-sdk (⭐169) — Extism Go SDK - easily run WebAssembly modules in your Go applications ☆
169
Workflow & Scheduling
Job Scheduler
- go-co-op/gocron (⭐7k) — Easy and fluent Go cron scheduling ☆
6,993 - hatchet-dev/hatchet (⭐6.8k) — Run Background Tasks at Scale ☆
6,801 - reugn/go-quartz (⭐2k) — Minimalist and zero-dependency scheduling library for Go ☆
2,009 - adhocore/gronx (⭐500) — Lightweight cron expression parser ☆
501 - fieldryand/goflow (⭐475) — Simple but powerful DAG scheduler and dashboard ☆
476 - madflojo/tasks (⭐324) — In-process task scheduler ☆
324 - bart6114/cheek (⭐195) — cheek: a pico-sized declarative job scheduler ☆
195 - onatm/clockwerk (⭐182) — Job Scheduling Library ☆
182 - deepaksinghvi/cdule (⭐60) — Golang job scheduler ☆
61 - pardnchiu/go-scheduler (⭐32) — Scheduler with standard cron and task dependencies ☆
33 - 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,625 - dagucloud/dagu (⭐3.2k) — Workflow engine with Web UI ☆
3,243 - jf-tech/omniparser (⭐1.1k) — ETL streaming parser for Go ☆
1,082 - noneback/go-taskflow (⭐621) — Task-parallel programming library ☆
621 - cadence-workflow/cadence-go-client (⭐374) — Cadence workflow client for Go ☆
375 - luno/workflow (⭐224) — Type-safe workflow orchestration ☆
227 - 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 (⭐166k) — Run LLMs locally ☆
167,343 - kubernetes/kubernetes (⭐121k) — Production-Grade Container Scheduling and Management ☆
121,503 - gin-gonic/gin (⭐88k) — High-performance HTTP framework ☆
88,336 - junegunn/fzf (⭐79k) — Command-line fuzzy finder ☆
79,265 - moby/moby (⭐72k) — Container ecosystem components ☆
71,562 - caddyserver/caddy (⭐71k) — Multi-platform web server with HTTPS ☆
71,301 - prometheus/prometheus (⭐63k) — The Prometheus monitoring system and time series database. ☆
63,393 - traefik/traefik (⭐62k) — The Cloud Native Application Proxy ☆
62,479 - pocketbase/pocketbase (⭐57k) — Open Source realtime backend in 1 file ☆
57,363 - golang-standards/project-layout (⭐56k) — Standard Go project layout ☆
55,696 - go-gitea/gitea (⭐54k) — Self-hosted Git service ☆
54,749 - wagoodman/dive (⭐54k) — Explore Docker image layers ☆
53,706 - etcd-io/etcd (⭐52k) — Distributed key-value store ☆
51,682 - ethereum/go-ethereum (⭐51k) — Go implementation of the Ethereum protocol ☆
50,965 - mudler/LocalAI (⭐44k) — Local OpenAI alternative ☆
44,939 - milvus-io/milvus (⭐44k) — Cloud-native vector database ☆
43,613 - spf13/cobra (⭐44k) — A Commander for modern Go CLI interactions ☆
43,584 - charmbracelet/bubbletea (⭐41k) — A powerful little TUI framework ☆
41,259 - pingcap/tidb (⭐40k) — Cloud-native distributed SQL DB ☆
39,906 - go-gorm/gorm (⭐40k) — The fantastic ORM library for Golang, aims to be developer friendly ☆
39,640 - gofiber/fiber (⭐39k) — Express inspired web framework written in Go ☆
39,516 - schollz/croc (⭐35k) — Easily and securely send things from one computer to another ☆
34,564 - harness/harness (⭐34k) — End-to-end developer platform ☆
34,454 - restic/restic (⭐33k) — Fast, secure backup program ☆
32,978 - zeromicro/go-zero (⭐33k) — Microservices framework with CLI tools ☆
32,875 - k3s-io/k3s (⭐33k) — Lightweight Kubernetes ☆
32,665 - beego/beego (⭐32k) — High-performance web framework ☆
32,401 - labstack/echo (⭐32k) — High performance, minimalist Go web framework ☆
32,287 - cockroachdb/cockroach (⭐32k) — Cloud native distributed SQL database ☆
31,994 - kubernetes/minikube (⭐32k) — Run Kubernetes locally ☆
31,661 - influxdata/influxdb (⭐31k) — Scalable datastore for metrics, events, and real-time analytics ☆
31,371 - seaweedfs/seaweedfs (⭐31k) — Fast distributed storage for blobs ☆
31,358 - grafana/k6 (⭐30k) — A modern load testing tool, using Go and JavaScript ☆
30,281 - spf13/viper (⭐30k) — Go configuration with fangs ☆
30,153 - fyne-io/fyne (⭐28k) — Cross platform GUI toolkit in Go inspired by Material Design ☆
28,073 - go-kit/kit (⭐28k) — A standard library for microservices. ☆
27,558 - stretchr/testify (⭐26k) — Assertions and mocks for testing ☆
25,894 - sirupsen/logrus (⭐26k) — Structured, pluggable logging for Go. ☆
25,714 - go-kratos/kratos (⭐26k) — Your ultimate Go microservices framework for the cloud-native era. ☆
25,587 - gocolly/colly (⭐25k) — Web scraping framework for Go ☆
25,204 - tsenart/vegeta (⭐25k) — HTTP load testing tool and library. It's over 9000! ☆
24,985 - uber-go/zap (⭐24k) — Fast structured logging ☆
24,379 - urfave/cli (⭐24k) — Fast CLI framework for Go ☆
23,956 - valyala/fasthttp (⭐23k) — Fast HTTP package for Go ☆
23,309 - air-verse/air (⭐23k) — Live reload for Go apps ☆
23,281 - grpc/grpc-go (⭐23k) — The Go language implementation of gRPC. HTTP/2 based RPC ☆
22,880 - micro/go-micro (⭐23k) — A Go microservices framework ☆
22,727 - jaegertracing/jaeger (⭐23k) — Distributed tracing platform ☆
22,652 - redis/go-redis (⭐22k) — Redis Go client ☆
22,020 - dolthub/dolt (⭐22k) — Dolt – Git for Data ☆
21,956 - go-chi/chi (⭐22k) — Lightweight idiomatic HTTP router ☆
21,911 - FiloSottile/age (⭐22k) — Simple encryption tool ☆
21,882 - gorilla/mux (⭐22k) — Powerful HTTP router ☆
21,816 - dgraph-io/dgraph (⭐22k) — high-performance graph database for real-time use cases ☆
21,624 - gofr-dev/gofr (⭐21k) — Microservice framework for Go ☆
21,585 - samber/lo (⭐21k) — Lodash-style utilities for Go ☆
21,171 - vitessio/vitess (⭐21k) — Database clustering for MySQL ☆
20,865 - qax-os/excelize (⭐20k) — Excel XLSX library for Go ☆
20,449 - antonmedv/fx (⭐20k) — Terminal JSON viewer & processor ☆
20,385 - apache/casbin (⭐20k) — Authorization library for Go ☆
19,980 - go-playground/validator (⭐20k) — Struct and field validation for Go ☆
19,856 - nats-io/nats-server (⭐19k) — High-performance NATS message server ☆
19,483 - golangci/golangci-lint (⭐19k) — Fast linters runner for Go ☆
18,764 - golang-migrate/migrate (⭐18k) — Database migrations. CLI and Golang library. ☆
18,325 - jmoiron/sqlx (⭐18k) — Extensions for database/sql ☆
17,564 - rqlite/rqlite (⭐17k) — Lightweight distributed SQLite ☆
17,404 - tinygo-org/tinygo (⭐17k) — Go compiler for microcontrollers ☆
17,315 - sqlc-dev/sqlc (⭐17k) — Generate type-safe code from SQL ☆
17,302 - keploy/keploy (⭐17k) — API testing with auto mocks ☆
17,088 - ent/ent (⭐17k) — An entity framework for Go ☆
17,008 - ipfs/kubo (⭐17k) — An IPFS implementation in Go ☆
16,987 - VictoriaMetrics/VictoriaMetrics (⭐17k) — Fast time series database and monitoring ☆
16,695 - fatih/vim-go (⭐16k) — Go development plugin for Vim ☆
16,235 - pion/webrtc (⭐16k) — Pure Go implementation of the WebRTC API ☆
16,185 - goreleaser/goreleaser (⭐16k) — Release engineering simplified ☆
15,693 - hashicorp/packer (⭐16k) — Build machine images from config ☆
15,633 - dgraph-io/badger (⭐16k) — Fast key-value DB in Go. ☆
15,548 - tidwall/gjson (⭐15k) — Fast JSON value extraction ☆
15,483 - go-sql-driver/mysql (⭐15k) — MySQL driver for database/sql ☆
15,387 - go-task/task (⭐15k) — Fast cross-platform build tool inspired by Make ☆
15,257 - kubernetes-sigs/kind (⭐15k) — Kubernetes IN Docker - local clusters for testing Kubernetes ☆
15,137 - PuerkitoBio/goquery (⭐15k) — jQuery-like HTML manipulation ☆
14,928 - panjf2000/ants (⭐14k) — ants is the most powerful and reliable pooling solution for Go. ☆
14,378 - webview/webview (⭐14k) — Tiny webview library for Go ☆
14,000 - bytebase/bytebase (⭐14k) — Database DevSecOps platform ☆
13,880 - cloudflare/cloudflared (⭐14k) — Cloudflare Tunnel client ☆
13,668 - jackc/pgx (⭐14k) — PostgreSQL driver and toolkit for Go ☆
13,579 - gizak/termui (⭐14k) — Golang terminal dashboard ☆
13,534 - juicedata/juicefs (⭐13k) — Distributed POSIX filesystem ☆
13,396 - golang/groupcache (⭐13k) — Distributed cache library ☆
13,342 - gopherjs/gopherjs (⭐13k) — A compiler from Go to JavaScript for running Go code in a browser ☆
13,135 - gogf/gf (⭐13k) — Powerful full-stack framework ☆
13,097 - hibiken/asynq (⭐13k) — Simple, reliable, and efficient distributed task queue in Go ☆
13,095 - hajimehoshi/ebiten (⭐13k) — A dead simple 2D game engine for Go ☆
13,073 - chromedp/chromedp (⭐13k) — Chrome DevTools Protocol driver ☆
12,921 - IBM/sarama (⭐12k) — Sarama is a Go library for Apache Kafka. ☆
12,462 - rs/zerolog (⭐12k) — Zero allocation JSON logger ☆
12,311 - Shopify/toxiproxy (⭐12k) — TCP proxy for chaos testing ☆
11,930 - drakkan/sftpgo (⭐12k) — Full-featured SFTP/FTP/HTTP server ☆
11,882 - kubeshark/kubeshark (⭐12k) — API traffic analyzer for Kubernetes ☆
11,855
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.