awesome-go-plus
A curated list of awesome Go frameworks, libraries and software
https://github.com/jayecc/awesome-go-plus
Last synced: 5 days ago
JSON representation
-
Actor Model
- Ergo - An actor-based Framework with network transparency for creating event-driven architecture in Golang. Inspired by Erlang. 
- Goakt - Fast and Distributed Actor framework using protocol buffers as message for Golang. 
- Hollywood - Blazingly fast and light-weight Actor engine written in Golang. 
- ProtoActor - Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin. 
-
Artificial Intelligence
- chromem-go - Embeddable vector database for Go with Chroma-like interface and zero third-party dependencies. In-memory with optional persistence. 
- fun - The simplest but powerful way to use large language models (LLMs) in Go.
- langchaingo - LangChainGo is a framework for developing applications powered by language models. 
- LocalAI - Open Source OpenAI alternative, self-host AI models. 
- OllamaFarm - Manage, load-balance, and failover packs of Ollamas 
- Ollama - Run large language models locally. 
-
Audio and Music
- flac - Native Go FLAC encoder/decoder with support for FLAC streams. 
- gaad - Native Go AAC bitstream parser. 
- GoAudio - Native Go Audio Processing Library. 
- gosamplerate - libsamplerate bindings for go. 
- malgo - Mini audio library. 
- minimp3 - Lightweight MP3 decoder library. 
- PortAudio - Go bindings for the PortAudio audio I/O library. 
- id3v2 - ID3 decoding and encoding library for Go. 
- Oto - A low-level library to play sound on multiple platforms. 
-
Authentication and OAuth
- authboss - Modular authentication system for the web. It tries to remove as much boilerplate and "hard things" as possible so that each time you start a new web project in Go, you can plug it in, configure it, and start building your app without having to build an authentication system each time. 
- branca - branca token [specification implementation](https://github.com/tuupola/branca-spec) for Golang 1.15+. 
- cookiestxt - provides a parser of cookies.txt file format. 
- go-guardian - Go-Guardian is a golang library that provides a simple, clean, and idiomatic way to create powerful modern API and web authentication that supports LDAP, Basic, Bearer token, and Certificate based authentication. 
- go-jose - Fairly complete implementation of the JOSE working group's JSON Web Token, JSON Web Signatures, and JSON Web Encryption specs. 
- gologin - chainable handlers for login with OAuth1 and OAuth2 authentication providers. 
- gorbac - provides a lightweight role-based access control (RBAC) implementation in Golang. 
- gosession - This is quick session for net/http in GoLang. This package is perhaps the best implementation of the session mechanism, or at least it tries to become one. 
- goth - provides a simple, clean, and idiomatic way to use OAuth and OAuth2. Handles multiple providers out of the box. 
- jeff - Simple, flexible, secure, and idiomatic web session management with pluggable backends. 
- jwt - Lightweight JSON Web Token (JWT) library. 
- jwt - Safe, simple, and fast JSON Web Tokens for Go. 
- jwt-auth - JWT middleware for Golang http servers with many configuration options. 
- jwt-go - A full featured implementation of JSON Web Tokens (JWT). This library supports the parsing and verification as well as the generation and signing of JWTs. 
- jwx - Go module implementing various JWx (JWA/JWE/JWK/JWS/JWT, otherwise known as JOSE) technologies 
- keto - Open Source (Go) implementation of "Zanzibar: Google's Consistent, Global Authorization System". Ships gRPC, REST APIs, newSQL, and an easy and granular permission language. Supports ACL, RBAC, and other access models. 
- oauth2 - Successor of goauth2. Generic OAuth 2.0 package that comes with JWT, Google APIs, Compute Engine, and App Engine support. 
- oidc - Easy to use OpenID Connect client and server library written for Go and certified by the OpenID Foundation 
- openfga - Implementation of fine-grained authorization based on the "Zanzibar: Google's Consistent, Global Authorization System" paper. Backed by [CNCF](https://www.cncf.io/). 
- osin - Golang OAuth2 server library. 
- otpgo - Time-Based One-Time Password (TOTP) and HMAC-Based One-Time Password (HOTP) library for Go. 
- paseto - Golang implementation of Platform-Agnostic Security Tokens (PASETO). 
- permissions2 - Library for keeping track of users, login states, and permissions. Uses secure cookies and bcrypt. 
- scs - Session Manager for HTTP servers. 
- securecookie - Efficient secure cookie encoding/decoding. 
- session - Go session management for web servers (including support for Google App Engine - GAE). 
- sessions - Dead simple, highly performant, highly customizable sessions service for go http servers. 
- sjwt - Simple jwt generator and parser. 
- goiabada - An open-source authentication and authorization server supporting OAuth2 and OpenID Connect. 
- casbin - Authorization library that supports access control models like ACL, RBAC, and ABAC. 
- loginsrv - JWT login microservice with pluggable backends such as OAuth2 (Github), htpasswd, osiam. 
- scope - Easily Manage OAuth2 Scopes In Go. 
- permissions - Library for keeping track of users, login states, and permissions. Uses secure cookies and bcrypt. 
- sessionup - Simple, yet effective HTTP session management and identification package. 
- otpgen - Library to generate TOTP/HOTP codes. 
-
Benchmarks
-
Other Software
- autobench - Framework to compare the performance between different Go versions. 
- go-benchmark-app - Powerful HTTP-benchmark tool mixed with Аb, Wrk, Siege tools. Gathering statistics and various parameters for benchmarks and comparison results. 
- go-benchmarks - Few miscellaneous Go microbenchmarks. Compare some language features to alternative approaches. 
- go-http-routing-benchmark - Go HTTP request router benchmark and comparison. 
- go-json-benchmark - Go JSON benchmark. 
- go-ml-benchmarks - benchmarks for machine learning inference in Go. 
- go-web-framework-benchmark - Go web framework benchmark. 
- go_serialization_benchmarks - Benchmarks of Go serialization methods. 
- golang-benchmarks - a collection of golang benchmarks. 
- golang-sql-benchmark - Collection of benchmarks for popular Go database/SQL utilities. 
- gospeed - Go micro-benchmarks for calculating the speed of language constructs. 
- kvbench - Key/Value database benchmark. 
- skynet - Skynet 1M threads microbenchmark. 
- speedtest-resize - Compare various Image resize algorithms for the Go language. 
- gocostmodel - Benchmarks of common basic operations for the Go language. 
-
-
Blockchain
- cometbft - A distributed, Byzantine fault-tolerant, deterministic state machine replication engine. It is a fork of Tendermint Core and implements the Tendermint consensus algorithm. 
- cosmos-sdk - A Framework for Building Public Blockchains in the Cosmos Ecosystem. 
- gno - A comprehensive smart contract suite built with Golang and Gnolang, a deterministic, purpose-built Go variant for blockchains. 
- go-ethereum - Official Go implementation of the Ethereum protocol. 
- gosemble - A Go-based framework for building Polkadot/Substrate-compatible runtimes. 
- gossamer - A Go implementation of the Polkadot Host. 
- kubo - A blockchain framework implemented in Go. It provides content-addressable storage which can be used for decentralized storage in DApps. It is based on the IPFS protocol. 
- lnd - A complete implementation of a Lightning Network node. 
- solana-go - Go library to interface with Solana JSON RPC and WebSocket interfaces. 
- tendermint - High-performance middleware for transforming a state machine written in any programming language into a Byzantine Fault Tolerant replicated state machine using the Tendermint consensus and blockchain protocols. 
-
Bot Building
- bot - Zero-dependencies Telegram Bot library with additional UI components 
- echotron - An elegant and concurrent library for Telegram Bots in Go. 
- ephemeral-roles - A Discord bot for managing ephemeral roles based upon voice channel member presence. 
- go-chat-bot - IRC, Slack & Telegram bot written in Go. 
- go-sarah - Framework to build a bot for desired chat services including LINE, Slack, Gitter, and more. 
- go-tg - Generated from official docs Go client library for accessing Telegram Bot API, with batteries for building complex bots included. 
- go-tgbot - Pure Golang Telegram Bot API wrapper, generated from swagger file, session-based router, and middleware. 
- go-twitch-irc - Library to write bots for twitch.tv chat 
- Golang CryptoTrading Bot - A golang implementation of a console-based trading bot for cryptocurrency exchanges. 
- govkbot - Simple Go [VK](https://vk.com) bot library. 
- hanu - Framework for writing Slack bots. 
- larry - Larry 🐦 is a really simple Twitter bot generator that tweets random repositories from Github built in Go. 
- margelet - Framework for building Telegram bots. 
- micha - Go Library for Telegram bot api. 
- olivia - A chatbot built with an artificial neural network. 
- slack-bot - Ready to use Slack Bot for lazy developers: Custom commands, Jenkins, Jira, Bitbucket, Github... 
- slacker - Easy to use framework to create Slack bots. 
- slackscot - Another framework for building Slack bots. 
- tbot - Telegram bot server with API similar to net/http. 
- telebot - Telegram bot framework is written in Go. 
- telego - Telegram Bot API library for Golang with full one-to-one API implementation. 
- teleterm - Telegram Bot Exec Terminal Command. 
- Tenyks - Service oriented IRC bot using Redis and JSON for messaging. 
- wayback - A bot for Telegram, Mastodon, Slack, and other messaging platforms archives webpages. 
- arikawa - A library and framework for the Discord API. 
- Kelp - official trading and market-making bot for the [Stellar](https://www.stellar.org/) DEX. Works out-of-the-box, written in Golang, compatible with centralized exchanges and custom trading strategies. 
- telegram-bot-api - Simple and clean Telegram bot client. 
-
Build Automation
- 1build - Command line tool to frictionlessly manage project-specific commands. 
- anko - Simple application watcher for multiple programming languages. 
- gaper - Builds and restarts a Go project when it crashes or some watched file changes. 
- gob - [Gradle](https://docs.gradle.org/)/[Maven](https://maven.apache.org/) like build tool for Go projects. 
- goyek - Create build pipelines in Go. 
- mage - Mage is a make/rake-like build tool using Go. 
- mmake - Modern Make. 
- Task - simple "Make" alternative. 
- taskctl - Concurrent task runner. 
- xc - Task runner with README.md defined tasks, executable markdown. 
- gaper - Builds and restarts a Go project when it crashes or some watched file changes. 
- gilbert - Build system and task runner for Go projects.
- realize - Go build a system with file watchers and live to reload. Run, build and watch file changes with custom paths. 
- air - Air - Live reload for Go apps. 
-
Code Analysis
-
Routers
- apicompat - Checks recent changes to a Go project for backwards incompatible changes. 
- asty - Converts golang AST to JSON and JSON to AST. 
- blanket - blanket is a tool that helps you catch functions which don't have direct unit tests in your Go packages.
- ChainJacking - Find which of your Go lang direct GitHub dependencies is susceptible to ChainJacking attack. 
- Chronos - Detects race conditions statically 
- dupl - Tool for code clone detection. 
- errcheck - Errcheck is a program for checking for unchecked errors in Go programs. 
- fatcontext - Fatcontext detects nested contexts in loops or function literals. 
- go-checkstyle - checkstyle is a style check tool like java checkstyle. This tool inspired by java checkstyle, golint. The style referred to some points in Go Code Review Comments. 
- go-cleanarch - go-cleanarch was created to validate Clean Architecture rules, like a The Dependency Rule and interaction between packages in your Go projects. 
- go-critic - source code linter that brings checks that are currently not implemented in other linters. 
- go-mod-outdated - An easy way to find outdated dependencies of your Go projects. 
- goast-viewer - Web based Golang AST visualizer. 
- goimports - Tool to fix (add, remove) your Go imports automatically.
- golang-ifood-sdk - iFood API SDK. 
- golangci-lint - 16745-blue)
- golines - Formatter that automatically shortens long lines in Go code. 
- GoPlantUML - Library and CLI that generates text plantump class diagram containing information about structures and interfaces with the relationship among them. 
- goreturns - Adds zero-value return statements to match the func return types. 
- gostatus - Command line tool, shows the status of repositories that contain Go packages. 
- lint - Run linters as part of go test. 
- php-parser - A Parser for PHP written in Go. 
- revive - in replacement for `golint`. 
- staticcheck - staticcheck is `go vet` on steroids, applying a ton of static analysis checks you might be used to from tools like ReSharper for C#. 
- testifylint - 133-blue)
- tickgit - CLI and go package for surfacing code comment TODOs (in any language) and applying a `git blame`to identify the author. 
- todocheck - Static code analyser which links TODO comments in code with issues in your issue tracker. 
- unconvert - Remove unnecessary type conversions from Go source. 
- usestdlibvars - A linter that detect the possibility to use variables/constants from the Go standard library. 
- vacuum - An ultra-super-fast, lightweight OpenAPI linter and quality checking tool. 
- validate - Automatically validates struct fields with tags. 
- wrapcheck - A linter to check that errors from external packages are wrapped. 
-
-
Command Line
-
Advanced Console UIs
- asciigraph - Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies. 
- aurora - ANSI terminal colors that support fmt.Printf/Sprintf. 
- box-cli-maker - Make Highly Customized Boxes for your CLI. 
- bubble-table - An interactive table component for bubbletea. 
- bubbles - TUI components for bubbletea. 
- bubbletea - Go framework to build terminal apps, based on The Elm Architecture. 
- cfmt - Contextual fmt inspired by bootstrap color classes. 
- cfmt - Simple and convenient formatted stylized output fully compatible with fmt library. 
- chalk - Intuitive package for prettifying terminal/console output. 
- colourize - Go library for ANSI colour text in terminals. 
- crab-config-files-templating - Dynamic configuration file templating tool for kubernetes manifest or general configuration files. 
- ctc - The non-invasive cross-platform terminal color library does not need to modify the Print method. 
- go-ataman - Go library for rendering ANSI colored text templates in terminals. 
- go-colorable - Colorable writer for windows. 
- go-colortext - Go library for color output in terminals. 
- go-isatty - isatty for golang. 
- go-palette - Go library that provides elegant and convenient style definitions using ANSI colors. Fully compatible & wraps the [fmt library](https://pkg.go.dev/fmt) for nice terminal layouts. 
- go-prompt - Library for building a powerful interactive prompt, inspired by [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit). 
- gocui - Minimalist Go library aimed at creating Console User Interfaces. 
- gommon/color - Style terminal text. 
- gookit/color - Terminal color rendering tool library, support 16 colors, 256 colors, RGB color rendering output, compatible with Windows. 
- lipgloss - Declaratively define styles for color, format and layout in the terminal. 
- marker - Easiest way to match and mark strings for colorful terminal outputs. 
- mpb - Multi progress bar for terminal applications. 
- progressbar - Basic thread-safe progress bar that works in every OS. 
- pterm - A library to beautify console output on every platform with many combinable components. 
- simpletable - Simple tables in a terminal with Go. 
- spinner - Go package to easily provide a terminal spinner with options. 
- tabby - A tiny library for super simple Golang tables. 
- table - Small library for terminal color based tables. 
- tabular - Print ASCII tables from command line utilities without the need to pass large sets of data to the API. 
- termbox-go - Termbox is a library for creating cross-platform text-based interfaces. 
- termdash - Go terminal dashboard based on **termbox-go** and inspired by [termui](https://github.com/gizak/termui). 
- termenv - Advanced ANSI style & color support for your terminal applications. 
- termui - Go terminal dashboard based on **termbox-go** and inspired by [blessed-contrib](https://github.com/yaronn/blessed-contrib). 
- uilive - Library for updating terminal output in real time. 
- uiprogress - Flexible library to render progress bars in terminal applications. 
- uitable - Library to improve readability in terminal apps using tabular data. 
- yacspin - Yet Another CLi Spinner package, for working with terminal spinners. 
- fx - Terminal JSON viewer & processor. 
-
Standard CLI
- acmd - Simple, useful, and opinionated CLI package in Go. 
- argparse - Command line argument parser inspired by Python's argparse module. 
- argv - Go library to split command line string as arguments array using the bash syntax. 
- climax - Alternative CLI with "human face", in spirit of Go command. 
- clîr - A Simple and Clear CLI library. Dependency free. 
- cmd - Extends the standard `flag` package to support sub commands and more in idiomatic way. 
- cmdr - A POSIX/GNU style, getopt-like command-line UI Go library. 
- cobra - Commander for modern Go CLI interactions. 
-
Programming Languages
Categories
Utilities
174
Software Packages
155
Database
135
Miscellaneous
107
Third-party APIs
102
Networking
97
Testing
91
Command Line
90
Web Frameworks
87
Data Structures and Algorithms
74
Text Processing
70
Websites
69
Logging
63
Distributed Systems
62
Database Drivers
62
Configuration
61
Messaging
56
Goroutines
49
Natural Language Processing
48
Images
44
Meetups
43
Security
43
Machine Learning
40
JSON
39
Science and Data Analysis
36
Authentication and OAuth
35
Code Analysis
32
Server Applications
31
Bot Building
27
GUI
26
Financial
26
E-Books
25
ORM
25
File Handling
25
Email
24
Embeddable Scripting Languages
24
Date and Time
22
Game Development
22
Serialization
21
Go Tools
20
Error Handling
17
Query Language
17
Template Engines
17
Continuous Integration
16
Geographic
16
IoT (Internet of Things)
15
Benchmarks
15
Validation
15
Conferences
14
Job Scheduler
14
Build Automation
14
Generators
13
Editor Plugins
13
Package Management
13
Forms
12
Video
12
UUID
12
Gophers
11
Go Generate Tools
11
Blockchain
10
Functional
9
Audio and Music
9
Reflection
8
Hardware
8
Microsoft Office
8
Version Control
8
Style Guides
8
WebAssembly
7
Performance
7
XML
6
Go Compilers
6
OpenGL
6
Artificial Intelligence
6
Social Media
5
Zero Trust
5
Workflow Frameworks
5
Stream Processing
5
Actor Model
4
Resource Embedding
4
Windows
3
Data Integration Frameworks
3
Webhooks Server
3
Dynamic DNS
3
CSS Preprocessors
2
Sub Categories
Search and Analytic Databases
645
Utility/Miscellaneous
365
HTTP Clients
254
Routers
132
Standard CLI
132
Other Software
94
DevOps Tools
90
Transliteration
80
Free e-books
79
Testing Frameworks
63
Uncategorized
58
Databases Implemented in Go
40
Advanced Console UIs
40
Tutorials
39
Caches
30
Reddit
28
NoSQL Database Drivers
28
Parsers/Encoders/Decoders
26
SQL Query Builders
25
Middlewares
25
Dependency Injection
23
Database Schema Migration
22
Relational Database Drivers
20
Mock
18
Database Tools
18
Project Layout
18
Miscellaneous Data Structures and Algorithms
17
Morphological Analyzers
17
Markup Languages
13
Tokenizers
10
Text Analysis
9
Translation
9
Strings
8
Scrapers
8
Bloom and Cuckoo Filters
8
E-books for purchase
8
Formatters
8
Bit-packing and Compression
6
Microsoft Excel
6
Selenium and browser control tools
6
Queues
6
Trees
6
Regular Expressions
5
Interfaces to Multiple Backends
5
Language Detection
5
Maps
4
Twitter
4
Sets
4
Data Structure and Algorithm Collections
4
Fuzzing and delta-debugging/reducing/shrinking
3
Nullable Types
3
Guided Learning
3
Pipes
3
Slugifiers
3
Sanitation
2
Iterators
2
Bit Sets
2
Fail injection
1
RSS
1
Microsoft Word
1
Keywords
golang
1,175
go
1,045
golang-library
102
cli
91
database
78
json
73
http
61
testing
57
sql
52
docker
47
golang-package
46
framework
43
mysql
42
library
39
kubernetes
38
postgresql
38
middleware
32
redis
32
api
32
orm
30
logging
30
parser
30
configuration
29
cache
28
distributed-systems
28
concurrency
28
microservice
27
command-line
25
awesome-go
25
machine-learning
24
config
23
security
23
grpc
23
microservices
23
performance
23
log
22
sqlite
22
server
22
router
22
logger
21
validation
21
dependency-injection
21
cloud-native
21
terminal
20
devops
20
generics
20
rest-api
20
xml
20
linux
18
rest
18