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