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

gatus
gatusGo

Automated developer-oriented status page with alerting and incident support for monitoring services via HTTP, ICMP, TCP, and DNS.

#status-page#devops#dashboard
Stars12.0k
Forks820
Last commit10 days ago
gopsutil
gopsutilGo

A cross-platform library for retrieving system and process information in Go, ported from Python's psutil.

#psutil-port#metrics-collection#go-library
Stars11.9k
Forks1.7k
Last commit6 days ago
lipgloss
lipglossGo

A Go library for styling terminal user interfaces with CSS-like declarative syntax and advanced layout utilities.

#hacktoberfest#tui-styling#style
Stars11.8k
Forks392
Last commit1 day ago
resty
restyGo

A simple, feature-rich HTTP, REST, and SSE client library for Go.

#retry-logic#rest-client#authentication
Stars11.8k
Forks802
Last commit1 day ago
quic-go
quic-goGo

A production-ready, pure Go implementation of the QUIC and HTTP/3 protocols.

#go-library#transport-layer#secure-communication
Stars11.8k
Forks1.6k
Last commit2 days ago
Meshery
MesheryTypeScript

An open-source, cloud native manager for designing and managing Kubernetes-based infrastructure and applications across multiple clouds.

#hacktoberfest#gsoc#performance-testing
Stars11.7k
Forks3.8k
Last commit1 day ago
Leanote
LeanoteJavaScript

An open-source, self-hostable note-taking and knowledge management platform with markdown, Vim/Emacs modes, and blogging features.

#open-source-alternative#markdown-editor#knowledge-management
Stars11.7k
Forks2.4k
Last commit2 years ago
GVM
GVMShell

A command-line tool to manage multiple Go versions and isolate project dependencies via GOPATH workspaces.

#dependency-manager#environment-management#developer-tools
Stars11.7k
Forks582
Last commit2 years ago
Pipedream
PipedreamJavaScript

A free, hosted integration platform for developers to connect APIs and build event-driven automations with 1000+ pre-built apps.

#event-driven#eventsourcing#data-flow
Stars11.7k
Forks5.8k
Last commit3 days ago
Shiori
ShioriGo

A simple, self-hosted bookmark manager with offline archiving, built as a Pocket alternative.

#hacktoberfest#offline-reading#portable
Stars11.6k
Forks629
Last commit1 month ago
Owncast
OwncastGo

An open source, self-hosted live video streaming and chat server for complete ownership of your live streams.

#chat#open-source#livestream
Stars11.5k
Forks1.2k
Last commit2 days ago
goose
gooseGo

A database migration tool for Go that supports SQL migrations and Go functions, compatible with multiple databases.

#migration#database#version-control
Stars11.4k
Forks694
Last commit2 days ago
github
githubGo

A comprehensive Go client library for interacting with the GitHub REST API v3.

#hacktoberfest#github-integration#rest-client
Stars11.3k
Forks2.5k
Last commit2 days ago
gnet
gnetGo

A high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go.

#event-driven#tcp#high-performance
Stars11.2k
Forks1.1k
Last commit2 months ago
qt
qtGo

A Qt binding for Go that enables writing cross-platform GUI applications in Go, JavaScript, Dart, Haxe, and Swift.

#dart#qt#ios
Stars10.8k
Forks744
Last commit2 years ago
robotgo
robotgoGo

A Go library for cross-platform desktop automation, enabling mouse/keyboard control, screen reading, and window management.

#robotgo#opencv#hook
Stars10.8k
Forks960
Last commit1 month ago
gqlgen
gqlgenGo

A Go library for building type-safe GraphQL servers using schema-first design and code generation.

#schema-first#graphql#api-server
Stars10.8k
Forks1.3k
Last commit5 days ago
go-openai
go-openaiGo

Unofficial Go client library for the OpenAI API, supporting ChatGPT, GPT-4, DALL·E, Whisper, and more.

#ai-integration#chatgpt-api#gpt-5
Stars10.8k
Forks1.7k
Last commit18 days ago
wuzz
wuzzGo

Interactive terminal UI for inspecting, debugging, and sending HTTP requests with cURL-like syntax.

#go-application#inspector#http
Stars10.7k
Forks408
Last commit1 month ago
godotenv
godotenvGo

A Go library that loads environment variables from .env files, following the twelve-factor app methodology.

#environment-variables#dotenv#go-library
Stars10.6k
Forks461
Last commit1 month ago
qrcp
qrcpGo

Transfer files over Wi-Fi between your computer and mobile device by scanning a QR code directly from the terminal.

#local-network#qr-code#terminal
Stars10.5k
Forks545
Last commit3 months ago
conc
concGo

A Go library providing safer and easier structured concurrency with panic handling, goroutine management, and common concurrency patterns.

#go-library#goroutines#task-pool
Stars10.4k
Forks357
Last commit6 days ago
gdbgui
gdbguiTypeScript

A browser-based frontend to gdb (GNU debugger) for C, C++, Go, Rust, and Fortran debugging.

#debugger-visualizer#rust-debugging#go-debugging
Stars10.4k
Forks521
Last commit1 year ago
Mailpit
MailpitGo

A lightweight, multi-platform email and SMTP testing tool with a web UI and API for developers.

#email-testing#developer-tools#api
Stars10.3k
Forks336
Last commit2 days ago
BuildKit
BuildKitGo

A concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit for converting source code to build artifacts.

#dockerfile-agnostic#buildkitd#build-caching
Stars10.2k
Forks1.5k
Last commit3 days ago
graphql
graphqlGo

A Go implementation of GraphQL that follows the official reference implementation and supports queries, mutations, and subscriptions.

#backend-development#api#graphql-go
Stars10.1k
Forks845
Last commit2 months ago
usql
usqlGo

A universal command-line interface for SQL and NoSQL databases, inspired by PostgreSQL's psql.

#database#postgresql-compatible#database-tool
Stars10.1k
Forks403
Last commit2 months ago
usql
usqlGo

A universal command-line interface for SQL and NoSQL databases, inspired by PostgreSQL's psql.

#database#postgresql-compatible#devops
Stars10.1k
Forks403
Last commit2 months ago
goprotobuf
goprotobufGo

Go bindings for Google's protocol buffers, providing serialization, deserialization, and message manipulation.

#api#protocol-buffers#data-interchange
Stars10.1k
Forks1.6k
Last commit2 years ago
go-swagger
go-swaggerGo

A Go implementation of Swagger 2.0 (OpenAPI 2.0) for generating servers, clients, and CLI tools from API specifications.

#server-generation#api#code-generator
Stars10.0k
Forks1.3k
Last commit2 days ago
termshark
termsharkGo

A terminal UI for tshark, providing Wireshark-like packet analysis directly in the terminal.

#wireshark#pcap#network-debugging
Stars10.0k
Forks439
Last commit2 years ago
pq
pqGo

A pure Go PostgreSQL driver for the database/sql package, supporting all maintained PostgreSQL versions.

#database-driver#postgres#database-sql
Stars10.0k
Forks970
Last commit17 days ago
Watermill
WatermillGo

A Go library for building event-driven applications with message streams, supporting various pub/sub implementations.

#message-streams#stream-processing#event-driven
Stars9.9k
Forks505
Last commit13 days ago
langchaingo
langchaingoGo

The Go implementation of LangChain, enabling developers to build LLM-powered applications through composable components.

#ai#gemini#openai
Stars9.7k
Forks1.1k
Last commit7 months ago
Miniflux
MinifluxGo

Minimalist and opinionated feed reader

#rdf#rss#atom
Stars9.7k
Forks927
Last commit4 days ago
The Golang Standard Library by Example (Chinese)
The Golang Standard Library by Example (Chinese)Go

A Chinese-language book teaching Go's standard library through practical examples, covering common tasks and implementation details.

#example-driven#education#standard-library
Stars9.5k
Forks2.0k
Last commit
PreviousPage 4 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
3 years ago
#Go1469
#Go Library487
#Cli Tool211
#Docker186
#Developer Tools172
#Golang Library167
#Devops161
#Cli154
#Self Hosted124
#Hacktoberfest121
#Performance115
#Concurrency112