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

[ Daily / Weekly / Overview ]

Awesome Go

Awesome Last update Repositories Total Stars License

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

AI APIs

Artificial Intelligence

Machine Learning

Audio & Video

Audio

Images

Video

Auth

Authentication

Authorization

Bots & Chat

Bot Frameworks

Chat APIs

CLI & Terminal

Advanced Console UIs

Standard CLI

Concurrency

Actor Model

Goroutines

Stream Processing

Configuration

Data Formats

JSON

Serialization

XML

Data Structures

Bit-packing and Compression

Bloom and Cuckoo Filters

Maps

Miscellaneous

Queues

Databases

Caches

Database Schema Migration

Database Tools

Databases Implemented in Go

Distributed Storage

Interfaces to Multiple Backends

NoSQL Database Drivers

ORM

Query Language

Relational Database Drivers

SQL Query Builders

Search and Analytic Databases

DevOps & Build

Backup

Build Automation

CI/CD

Containers

DevOps Utilities

Infrastructure

Kubernetes

Load Testing

Email

Finance & Blockchain

Blockchain

Financial

Payment APIs

GUI & Desktop

GUI

Windows

Game Development

Game Engines

OpenGL

Geospatial

Go Tooling

Compilers

Editor Plugins

Generate Tools

Go Tools

Hardware & IoT

Hardware

IoT

Networking

Consensus

DNS

Distributed Utilities

HTTP & Proxy

HTTP Clients

Servers

Network Utilities

P2P & Torrent

Protocols

RPC

SSH & SFTP

TCP/UDP Frameworks

VPN & Tunneling

Queues & Pub/Sub

Brokers

Clients & Libraries

Science

Scripting

Embeddable Languages

Code Generators

Security

Certificates

Cryptography

WAF & Protection

Zero Trust

Testing & Quality

Benchmarks

Code Analysis

Mock

Performance

Browser Automation

Testing Frameworks

Testing Utilities

Validation

Text & NLP

Formatters

Markup Languages

Miscellaneous

Morphological Analyzers

Parsers/Encoders/Decoders

Scrapers

Text Analysis

Tokenizers

Translation

Third-party APIs

Cloud Provider APIs

Other APIs

Productivity APIs

Utilities

Build & Release

CLI Tools

Data Conversion

Database Extensions

Date and Time

Dependency Injection

Error Handling

File Handling

Forms

Functional

General

Logging

Networking Utils

Project Layout

Resilience & Retry

Strings

System & Process

UUID

Version Control & Packages

Git APIs

Package Management

Version Control

Web Development

Microservices

Middlewares

Routers

Template Engines

Web Frameworks

WebAssembly

Workflow & Scheduling

Job Scheduler

Workflow Frameworks


🏆 Top 100 by Stars

The most starred projects in this list, sorted by GitHub stars.

  1. ollama/ollama (⭐174k) — Run LLMs locally ☆173,983
  2. kubernetes/kubernetes (⭐123k) — Production-Grade Container Scheduling and Management ☆122,974
  3. gin-gonic/gin (⭐89k) — High-performance HTTP framework ☆88,674
  4. junegunn/fzf (⭐81k) — Command-line fuzzy finder ☆80,932
  5. caddyserver/caddy (⭐73k) — Multi-platform web server with HTTPS ☆73,276
  6. moby/moby (⭐72k) — Container ecosystem components ☆71,673
  7. prometheus/prometheus (⭐64k) — The Prometheus monitoring system and time series database. ☆64,472
  8. traefik/traefik (⭐64k) — The Cloud Native Application Proxy ☆63,595
  9. pocketbase/pocketbase (⭐59k) — Open Source realtime backend in 1 file ☆59,062
  10. go-gitea/gitea (⭐56k) — Self-hosted Git service ☆56,262
  11. golang-standards/project-layout (⭐56k) — Standard Go project layout ☆56,110
  12. wagoodman/dive (⭐54k) — Explore Docker image layers ☆54,220
  13. etcd-io/etcd (⭐52k) — Distributed key-value store ☆51,819
  14. ethereum/go-ethereum (⭐51k) — Go implementation of the Ethereum protocol ☆51,140
  15. mudler/LocalAI (⭐47k) — Local OpenAI alternative ☆46,820
  16. milvus-io/milvus (⭐45k) — Cloud-native vector database ☆44,751
  17. spf13/cobra (⭐44k) — A Commander for modern Go CLI interactions ☆44,085
  18. charmbracelet/bubbletea (⭐43k) — A powerful little TUI framework ☆43,091
  19. pingcap/tidb (⭐40k) — Cloud-native distributed SQL DB ☆40,158
  20. gofiber/fiber (⭐40k) — Express inspired web framework written in Go ☆39,833
  21. go-gorm/gorm (⭐40k) — The fantastic ORM library for Golang, aims to be developer friendly ☆39,795
  22. harness/harness (⭐36k) — End-to-end developer platform ☆36,717
  23. schollz/croc (⭐35k) — Easily and securely send things from one computer to another ☆35,255
  24. restic/restic (⭐34k) — Fast, secure backup program ☆34,351
  25. k3s-io/k3s (⭐33k) — Lightweight Kubernetes ☆33,240
  26. zeromicro/go-zero (⭐33k) — Microservices framework with CLI tools ☆33,093
  27. seaweedfs/seaweedfs (⭐33k) — Fast distributed storage for blobs ☆32,881
  28. labstack/echo (⭐32k) — High performance, minimalist Go web framework ☆32,439
  29. beego/beego (⭐32k) — High-performance web framework ☆32,391
  30. cockroachdb/cockroach (⭐32k) — Cloud native distributed SQL database ☆32,204
  31. kubernetes/minikube (⭐32k) — Run Kubernetes locally ☆31,870
  32. influxdata/influxdb (⭐32k) — Scalable datastore for metrics, events, and real-time analytics ☆31,547
  33. grafana/k6 (⭐31k) — A modern load testing tool, using Go and JavaScript ☆30,785
  34. spf13/viper (⭐30k) — Go configuration with fangs ☆30,299
  35. fyne-io/fyne (⭐28k) — Cross platform GUI toolkit in Go inspired by Material Design ☆28,369
  36. go-kit/kit (⭐27k) — A standard library for microservices. ☆27,428
  37. stretchr/testify (⭐26k) — Assertions and mocks for testing ☆26,019
  38. sirupsen/logrus (⭐26k) — Structured, pluggable logging for Go. ☆25,734
  39. go-kratos/kratos (⭐26k) — Your ultimate Go microservices framework for the cloud-native era. ☆25,727
  40. gocolly/colly (⭐25k) — Web scraping framework for Go ☆25,333
  41. tsenart/vegeta (⭐25k) — HTTP load testing tool and library. It's over 9000! ☆25,068
  42. uber-go/zap (⭐24k) — Fast structured logging ☆24,522
  43. urfave/cli (⭐24k) — Fast CLI framework for Go ☆24,126
  44. air-verse/air (⭐24k) — Live reload for Go apps ☆23,672
  45. dolthub/dolt (⭐23k) — Dolt – Git for Data ☆23,409
  46. valyala/fasthttp (⭐23k) — Fast HTTP package for Go ☆23,382
  47. grpc/grpc-go (⭐23k) — The Go language implementation of gRPC. HTTP/2 based RPC ☆22,960
  48. jaegertracing/jaeger (⭐23k) — Distributed tracing platform ☆22,875
  49. micro/go-micro (⭐23k) — A Go framework for services and agents ☆22,772
  50. FiloSottile/age (⭐23k) — Simple encryption tool ☆22,578
  51. go-chi/chi (⭐22k) — Lightweight idiomatic HTTP router ☆22,349
  52. redis/go-redis (⭐22k) — Redis Go client ☆22,137
  53. gorilla/mux (⭐22k) — Powerful HTTP router ☆21,833
  54. dgraph-io/dgraph (⭐22k) — high-performance graph database for real-time use cases ☆21,693
  55. gofr-dev/gofr (⭐21k) — Microservice framework for Go ☆21,339
  56. samber/lo (⭐21k) — Lodash-style utilities for Go ☆21,327
  57. vitessio/vitess (⭐21k) — Database clustering for MySQL ☆21,025
  58. qax-os/excelize (⭐21k) — Excel XLSX library for Go ☆20,662
  59. antonmedv/fx (⭐21k) — Terminal JSON viewer & processor ☆20,560
  60. apache/casbin (⭐20k) — Authorization library for Go ☆20,183
  61. nats-io/nats-server (⭐20k) — High-performance NATS message server ☆20,014
  62. go-playground/validator (⭐20k) — Struct and field validation for Go ☆20,001
  63. golangci/golangci-lint (⭐19k) — Fast linters runner for Go ☆19,075
  64. golang-migrate/migrate (⭐19k) — Database migrations. CLI and Golang library. ☆18,602
  65. sqlc-dev/sqlc (⭐18k) — Generate type-safe code from SQL ☆17,866
  66. jmoiron/sqlx (⭐18k) — Extensions for database/sql ☆17,648
  67. keploy/keploy (⭐18k) — API testing with auto mocks ☆17,615
  68. rqlite/rqlite (⭐18k) — Lightweight distributed SQLite ☆17,584
  69. tinygo-org/tinygo (⭐17k) — Go compiler for microcontrollers ☆17,503
  70. VictoriaMetrics/VictoriaMetrics (⭐17k) — Fast time series database and monitoring ☆17,146
  71. ent/ent (⭐17k) — An entity framework for Go ☆17,102
  72. ipfs/kubo (⭐17k) — An IPFS implementation in Go ☆17,049
  73. pion/webrtc (⭐17k) — Pure Go implementation of the WebRTC API ☆16,548
  74. fatih/vim-go (⭐16k) — Go development plugin for Vim ☆16,232
  75. goreleaser/goreleaser (⭐16k) — Release engineering simplified ☆15,864
  76. go-task/task (⭐16k) — Fast cross-platform build tool inspired by Make ☆15,707
  77. hashicorp/packer (⭐16k) — Build machine images from config ☆15,705
  78. dgraph-io/badger (⭐16k) — Fast key-value DB in Go. ☆15,658
  79. tidwall/gjson (⭐16k) — Fast JSON value extraction ☆15,520
  80. kubernetes-sigs/kind (⭐15k) — Kubernetes IN Docker - local clusters for testing Kubernetes ☆15,297
  81. go-sql-driver/mysql (⭐15k) — MySQL driver for database/sql ☆15,250
  82. PuerkitoBio/goquery (⭐15k) — jQuery-like HTML manipulation ☆14,952
  83. cloudflare/cloudflared (⭐14k) — Cloudflare Tunnel client ☆14,495
  84. panjf2000/ants (⭐14k) — ants is the most powerful and reliable pooling solution for Go. ☆14,434
  85. bytebase/bytebase (⭐14k) — Database DevSecOps platform ☆14,143
  86. webview/webview (⭐14k) — Tiny webview library for Go ☆14,105
  87. juicedata/juicefs (⭐14k) — Distributed POSIX filesystem ☆13,963
  88. jackc/pgx (⭐14k) — PostgreSQL driver and toolkit for Go ☆13,912
  89. gizak/termui (⭐14k) — Golang terminal dashboard ☆13,571
  90. hibiken/asynq (⭐13k) — Simple, reliable, and efficient distributed task queue in Go ☆13,369
  91. golang/groupcache (⭐13k) — Distributed cache library ☆13,335
  92. hajimehoshi/ebiten (⭐13k) — A dead simple 2D game engine for Go ☆13,236
  93. gogf/gf (⭐13k) — Powerful full-stack framework ☆13,187
  94. gopherjs/gopherjs (⭐13k) — A compiler from Go to JavaScript for running Go code in a browser ☆13,154
  95. chromedp/chromedp (⭐13k) — Chrome DevTools Protocol driver ☆13,113
  96. IBM/sarama (⭐12k) — Sarama is a Go library for Apache Kafka. ☆12,493
  97. rs/zerolog (⭐12k) — Zero allocation JSON logger ☆12,414
  98. drakkan/sftpgo (⭐12k) — Full-featured SFTP/FTP/HTTP server ☆12,151
  99. Shopify/toxiproxy (⭐12k) — TCP proxy for chaos testing ☆12,082
  100. kubeshark/kubeshark (⭐12k) — API traffic analyzer for Kubernetes ☆11,951

Gophers

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.