Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Go

Go

2767 projects

Showing 36 of 2767 projects

nject
njectGo

A Go library for type-safe dependency injection using call chains, eliminating the need for type assertions.

#debugging-tools#composition#dependency-injection
Stars33
Forks4
Last commit3 days ago
Rodent
RodentShell

A bash shell tool for managing multiple Go versions, project dependencies, and cross-compilation workflows.

#development-workflow#version-management#cross-compilation
Stars33
Forks4
Last commit9 years ago
mac-activity-tracker
mac-activity-trackerGo

A Go library for monitoring machine activities via pluggable handlers and receiving periodic heartbeat reports.

#desktop-application#pluggable-handlers#go-library
Stars33
Forks16
Last commit2 years ago
git-tools
git-toolsGo

A CLI tool for managing git repositories with semantic versioning tags, automating version bumps and tag validation.

#devops#version-management#semantic-versioning
Stars33
Forks3
Last commit4 months ago
secret
secretGo

A Go library providing secure types to prevent secrets from leaking into logs, JSON serialization, and standard output.

#data-redaction#api-keys#type-safety
Stars33
Forks1
Last commit2 years ago
orpheus
orpheusGo

A high-performance Go CLI framework with zero dependencies, offering ~30× faster parsing and a pluggable storage system.

#sub-command#cli-app#plugin-system
Stars33
Forks0
Last commit2 months ago
exl
exlGo

A Go library for binding Excel files to structs with support for reading, writing, and flexible data mapping.

#data-serialization#spreadsheet#go-library
Stars33
Forks12
Last commit10 months ago
PBLauncher
PBLauncherGo

A fast and lightweight Go-based launcher for creating and managing PocketBase instances with custom domains and HTTPS.

#devops#self-hosted-tool#proxy
Stars32
Forks8
Last commit3 months ago
lastpass-go
lastpass-goGo

A Go client library for programmatically interacting with LastPass accounts and shared folders.

#library#api#go-client
Stars32
Forks6
Last commit3 years ago
xk6-client-prometheus-remote
xk6-client-prometheus-remoteGo

A k6 extension for testing Prometheus Remote Write endpoints with performance-optimized metric generation.

#load-testing#performance-testing#grafana
Stars32
Forks13
Last commit3 days ago
go-fixtures
go-fixturesGo

Django-style YAML fixtures for Golang's database/sql library to load test data into databases.

#fixtures#database#yaml
Stars32
Forks11
Last commit6 years ago
go-recipe
go-recipeGo

A Go library for scraping recipe data from websites using Schema.org and custom scrapers.

#cooking#go-library#cli-tool
Stars32
Forks3
Last commit3 years ago
distillog
distillogGo

A minimalistic logging library for Go that adds log levels to the standard library interface.

#minimalist#syslog#interface-design
Stars31
Forks7
Last commit8 years ago
Capitan
CapitanGo

A Docker CLI wrapper for managing multiple containers with blue/green deployment and configurable hooks.

#devops#container-orchestration#blue-green-deployment
Stars31
Forks0
Last commit9 years ago
xk6-cable
xk6-cableGo

A k6 extension for testing Action Cable and AnyCable WebSocket connections with built-in protocol support.

#hacktoberfest#load-testing#rails
Stars31
Forks6
Last commit2 years ago
valix
valixGo

A Go package for validating JSON requests, including HTTP requests, maps, and slices, with deep validation and i18n support.

#request#validation#http-request-validation
Stars31
Forks2
Last commit1 year ago
goscaf
goscafGo

An interactive CLI tool that generates opinionated, production-ready Go project boilerplate with configurable frameworks, databases, and infrastructure.

#cli-app#boilerplate-generator#developer-tools
Stars31
Forks3
Last commit1 month ago
sched
schedGo

A Go job scheduler with fast-forward time simulation for testing and development.

#developer-tools#time-simulation#job-scheduler
Stars31
Forks1
Last commit1 year ago
gcm
gcmGo

A Go library for sending push notifications via Google Cloud Messaging (GCM) to Android devices.

#google-cloud-messaging#gcm-client#mobile-backend
Stars31
Forks4
Last commit10 years ago
Simple Hexagonal Architecture PoC API
Simple Hexagonal Architecture PoC APIGo

A proof-of-concept REST API for managing patient records built with Go and PostgreSQL.

#crud#rest#api
Stars31
Forks11
Last commit5 years ago
cmp-go-pkgs
cmp-go-pkgsLua

nvim-cmp source for Go package imports, showing only inside import blocks after LSP attachment.

#autocompletion#import-suggestions#go-development
Stars31
Forks6
Last commit1 year ago
honeypot.go
honeypot.goGo

A Go-based SSH honeypot that logs and notifies you of unauthorized SSH login attempts on your server.

#ssh-honeypot#intrusion-detection#brute-force-detection
Stars31
Forks9
Last commit12 years ago
xk6-top
xk6-topGo

A k6 extension that provides a terminal-based dashboard for real-time visualization of k6 load test metrics.

#terminal-dashboard#load-testing#devops
Stars31
Forks1
Last commit5 months ago
hdf5
hdf5Go

A pure Go library for reading and writing HDF5 files without CGo dependencies, featuring HDF5 2.0.0 compatibility.

#hdf5-format#scientific-computing#numerical-data
Stars31
Forks7
Last commit6 days ago
fiber
fiberGo

A Fiber HTTP driver for the Goravel framework's routing module, enabling high-performance routing with Fiber.

#gofiber#high-performance#http-driver
Stars31
Forks10
Last commit1 day ago
scout
scoutGo

A standalone open-source software solution for DIY video security with computer vision, local storage, and no monthly fees.

#motion-detection#docker#local-storage
Stars30
Forks6
Last commit2 months ago
rebed
rebedGo

Recreates directory and file structures from Go 1.16+ embed.FS types in the current working directory.

#resource-embedding#go-modules#filesystem
Stars30
Forks2
Last commit4 years ago
vl
vlGo

A CLI tool that verifies the current status of URIs in text files like markdown documentation.

#web-crawling#link-checker#validation
Stars30
Forks3
Last commit2 years ago
AegisFlow
AegisFlowGo

An open-source runtime governance platform that verifies, controls, and audits every action taken by AI agents before execution.

#ai-gateway#mcp-gateway#api-gateway
Stars30
Forks12
Last commit5 days ago
Hamcrest
HamcrestGo

A fluent framework for declarative matcher objects in Go, enabling self-describing assertions for testing and runtime validation.

#declarative-programming#matchers#unit-testing
Stars30
Forks5
Last commit5 years ago
set
setGo

A simple Set data structure implementation in Go using LinkedHashMap for int64 and string types.

#hacktoberfest#ordered-set#linked-hashmap
Stars30
Forks12
Last commit11 months ago
cosmos-sdk-codeql
cosmos-sdk-codeqlCodeQL

A CodeQL query suite for detecting common bug patterns in Cosmos SDK-based blockchain applications.

#codeql#smart-contracts#cosmos-sdk
Stars30
Forks7
Last commit2 years ago
ptr
ptrGo

A Go library providing generic functions to create pointers from constants of basic types.

#developer-tools#go-1.18#golang-package
Stars30
Forks2
Last commit3 years ago
goes
goesGo

A Go library for interacting with Elasticsearch, supporting core operations like indexing, search, and document management.

#data-indexing#library#database-client
Stars30
Forks14
Last commit5 years ago
goriak
goriakGo

A Go language driver for Riak KV that simplifies data type marshaling and secondary index management.

#database-driver#query-builder#database-adapter
Stars30
Forks6
Last commit5 years ago
xk6-exec
xk6-execGo

A k6 extension that enables running external shell commands and scripts within k6 performance tests.

#exec#load-testing#performance-testing
Stars30
Forks25
Last commit4 months ago
PreviousPage 64 of 77Next

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
#Golang1469
#Go Library491
#Cli Tool323
#Docker322
#Devops269
#Developer Tools225
#Cli209
#Golang Library207
#Self Hosted206
#Hacktoberfest154
#Performance149
#Microservices144