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