Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Golang

Golang

1973 projects

Showing 36 of 1973 projects

goSecretBoxPassword
goSecretBoxPasswordGo

A Golang library for securely hashing and encrypting passwords using the Dropbox method with Blake2b, Scrypt, and NaCl SecretBox.

#passwords#key-derivation#blake2b
Stars60
Forks9
Last commit3 months ago
lazyenv
lazyenvGo

A terminal user interface (TUI) for browsing, editing, comparing, and managing .env files.

#terminal-application#developer-tools#bubble-tea
Stars60
Forks0
Last commit7 days ago
go-getoptions
go-getoptionsGo

Fully featured Go (golang) command line option parser with built-in auto-completion support.

#hacktoberfest#autocomplete#argument-parsing
Stars59
Forks10
Last commit1 year ago
go-rest-api-with-fiber
go-rest-api-with-fiberGo

A RESTful API built with Go and the Fiber web framework for high-performance backend services.

#web-services#logrocket#fiber-framework
Stars58
Forks18
Last commit6 years ago
FEVER
FEVERGo

A fast, extensible event router for processing Suricata's JSON EVE output, designed for high-throughput network security monitoring.

#netsec#suricata#metadata-aggregation
Stars58
Forks7
Last commit1 month ago
go-salesforce
go-salesforceGo

A Go client library for interacting with the Salesforce REST API, supporting authentication, SOQL queries, DML operations, and Bulk API.

#enterprise-software#salesforce#oauth
Stars57
Forks20
Last commit1 month ago
go2vec
go2vecGo

A Go package for reading word2vec vectors and performing similarity searches and analogies.

#semantic-analysis#word2vec#nlp-tools
Stars57
Forks6
Last commit8 years ago
iuliia-go
iuliia-goGo

A Go library for transliterating Cyrillic text to Latin using multiple standardized schemas.

#cyrillic#translit#internationalization
Stars57
Forks6
Last commit1 year ago
go-generate-password
go-generate-passwordGo

A Go-based password generator usable as a CLI tool or library, with options for human-readable and accessibility-friendly passwords.

#hacktoberfest#developer-tools#go-library
Stars57
Forks6
Last commit4 years ago
go-cronowriter
go-cronowriterGo

A Go library for writing log files with time-based rotation and dynamic path formatting.

#strftime-formatting#writer#concurrent-writes
Stars56
Forks8
Last commit5 years ago
money
moneyGo

Immutable monetary amounts and exchange rates for Go with correct rounding and high precision.

#decimal#decimal-arithmetic#currency-conversion
Stars56
Forks7
Last commit1 year ago
pbf
pbfGo

A Go-based encoder/decoder and CLI tool for OpenStreetMap PBF files.

#pbf-parser#geospatial#cli-tool
Stars56
Forks8
Last commit4 months ago
insyra
insyraGo

A next-generation data analysis library for Go, offering parallel processing, data visualization, and seamless Python integration as an alternative to Pandas.

#parquet#python-integration#plot
Stars56
Forks2
Last commit15 days ago
docker-go-mingw
docker-go-mingwShell

Docker image for cross-compiling Go applications to Windows (x86, x64, ARM64) using the MinGW-w64 toolchain.

#docker-mingw#woa#arm64
Stars56
Forks8
Last commit6 days ago
httpretry
httpretryGo

A Go library that adds configurable retry functionality to the standard http.Client via RoundTripper wrapping.

#retry-logic#backoff#resilience
Stars56
Forks7
Last commit2 years ago
omarchy-migrate
omarchy-migrateGo

A beautiful terminal backup and restore tool for live Linux systems, written in pure Go with a TUI interface.

#restore#open-source#encryption-support
Stars56
Forks0
Last commit3 months ago
Varis
VarisGo

A neural network library in Go where neurons and synapses are implemented as goroutines.

#ai#neural-network#neural-networks
Stars55
Forks7
Last commit8 years ago
hare
hareGo

A user-friendly Go package and CLI tool for sending and listening to TCP socket connections.

#tcp-sockets#network#network-programming
Stars55
Forks11
Last commit17 days ago
go-respond
go-respondGo

A Go package for handling common HTTP JSON responses with minimal boilerplate.

#json-api#api#http
Stars55
Forks9
Last commit5 years ago
okr2go
okr2goGo

A simple OKR tracker that uses local Markdown files and includes a React web interface for viewing objectives.

#git-sync#productivity#okr
Stars55
Forks10
Last commit3 years ago
clarifai
clarifaiGo

A deprecated Go client library for the Clarifai v1 API, enabling image tagging and feedback functionality.

#v1-api#go-client#deprecated
Stars55
Forks14
Last commit1 year ago
golarm
golarmGo

A Go library for creating alarms triggered by system events like load, memory, uptime, and process status.

#system#go-library#devops-tools
Stars54
Forks9
Last commit11 years ago
go-fiber-auth-api
go-fiber-auth-apiGo

A Go authentication API built with Fiber, MongoDB, and JWT for secure user management.

#api#authentication#jwt
Stars54
Forks9
Last commit5 years ago
go-mxnet-predictor
go-mxnet-predictorGo

Go binding for the MXNet C Predict API to perform inference with pre-trained deep learning models.

#cgo#mxnet#c-api
Stars54
Forks15
Last commit8 years ago
gofn
gofnGo

A comprehensive collection of high-performance utility functions for Go 1.18+ leveraging generics for slices, maps, structs, and more.

#typesafe#filter#math-functions
Stars54
Forks1
Last commit4 months ago
froggit-go
froggit-goGo

A universal Go library for interacting with multiple VCS providers like GitHub, GitLab, Bitbucket, and Azure Repos.

#bitbucket-server#version-control#repository-management
Stars54
Forks31
Last commit1 month ago
jsoncolor
jsoncolorGo

A drop-in replacement for Go's encoding/json package that outputs colorized and indented JSON for CLI applications.

#colors#syntax-highlighting#terminal
Stars54
Forks6
Last commit6 days ago
gismanager
gismanagerGo

A Go library to publish GIS vector data to PostGIS and GeoServer.

#postgis#data-publishing#geopackage
Stars54
Forks10
Last commit1 month ago
cvt
cvtGo

A Go library for simple and safe conversion of any value to another type, including custom types and pointers.

#cast#go-library#helper
Stars53
Forks7
Last commit1 year ago
go-firestorm
go-firestormGo

A simple, non-intrusive ORM for Google Cloud Firestore written in Go, featuring CRUD, transactions, caching, and concurrent request support.

#crud#orm#database
Stars53
Forks9
Last commit4 years ago
rq
rqGo

A nicer, more ergonomic interface for the Go standard library HTTP client with better defaults and utilities.

#net-http#developer-tools#rest-client
Stars52
Forks5
Last commit7 years ago
kyoo
kyooGo

A Go library providing an unlimited job queue and concurrent worker pools for background task processing.

#concurrent-workers#queue#go-library
Stars51
Forks4
Last commit5 months ago
rk-gin
rk-ginGo

A plugin for rk-boot that configures Gin microservices and injects middlewares from YAML files.

#rk-boot#devops#rk
Stars51
Forks17
Last commit2 years ago
petrovich
petrovichGo

A Go library for inflecting Russian first names, middle names, and last names into grammatical cases.

#anthroponym#natural-language-processing#name-inflection
Stars51
Forks6
Last commit2 years ago
url-shortener
url-shortenerGo

A Go-based URL shortener with MySQL support using bijective conversion for efficient short URL generation.

#rest-api#url-shortener#bijective-conversion
Stars51
Forks6
Last commit3 years ago
slice
sliceGo

Type-safe functions for common Go slice operations like deduplication, filtering, and element manipulation.

#functional-programming#slices#go-library
Stars51
Forks5
Last commit6 years ago
PreviousPage 41 of 55Next

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
#Go1469
#Go Library487
#Cli Tool211
#Docker186
#Developer Tools172
#Golang Library167
#Devops161
#Cli154
#Self Hosted124
#Hacktoberfest121
#Performance115
#Concurrency112