Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Stacks
  3. Go
G

Go

Language
3005 projects10064.8k total stars1099.4k total forks27 languages

Open-source projects built with Go

There are currently 3005 open-source projects built with Go, with a combined total of 10064.8k GitHub stars. The most common language among these projects is Go.

Showing 3,005 open-source projects · page 27 of 84

……
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
warp
warpspolu/warp

A secure terminal sharing tool that lets you share your terminal session with others via a simple command.

1.6k49Go
8 years ago
pg_flame
pg_flamemgartner/pg_flame

Generates interactive flamegraphs from PostgreSQL EXPLAIN ANALYZE output to visualize query performance.

1.6k36Go
6 years ago
goml
gomlcdipaolo/goml

A Go machine learning library with online learning capabilities and a variety of implemented models.

1.6k134Go
3 years ago
RMQ (.6k)
RMQ (.6k)wellle/rmq

A Redis-backed message queue system written in Go, featuring consumer lifecycle management, batch processing, and retry mechanisms.

1.6k207Go
1 year ago
pgcenter
pgcenterlesovsky/pgcenter

A command-line admin tool for observing and troubleshooting PostgreSQL with a top-like interface and system statistics.

1.6k104Go
27 days ago
go-jira
go-jiraandygrunwald/go-jira

A Go client library for interacting with Atlassian Jira's REST API, supporting authentication, issue management, and custom API calls.

1.6k501Go
19 days ago
borg
borgok-borg/borg

Search and save shell snippets directly from your terminal without switching to a browser.

1.6k56Go
8 years ago
borg
borgcrufter/borg

Search and save shell snippets directly from your terminal without switching to a browser.

1.6k56Go
8 years ago
templui
templuiaxzilla/templui

A collection of beautifully designed UI components for Go and templ, installable via CLI with full customization.

1.6k88templ
7 days ago
color
colorgookit/color

A Go library for terminal color rendering with 16/256/True color support, universal API methods, and Windows compatibility.

1.6k87Go
11 days ago
shoutrrr
shoutrrrcontainrrr/shoutrrr

A Go library and CLI tool for sending notifications to multiple services like Slack, Discord, and more.

1.6k94Go
12 days ago
globe
globemmcloughlin/globe

A Go library for generating wireframe globe visualizations with support for graticules, boundaries, dots, lines, and rectangles.

1.6k49Go
2 years ago
footloose
footlooseweaveworks/footloose

Creates containers that behave like virtual machines, running systemd and SSH for fast, lightweight VM-like environments.

1.6k117Go
2 years ago
boring
boringalebeck/boring

A simple command-line SSH tunnel manager that supports local, remote, and dynamic port forwarding with automatic reconnection.

1.6k49Go
20 days ago
Beaver
BeaverClivern/Beaver

A real-time messaging server for building scalable in-app notifications, multiplayer games, and chat apps.

1.6k84Go
7 days ago
gocyclo
gocyclofzipp/gocyclo

A Go tool that calculates cyclomatic complexity of functions to identify code needing refactoring.

1.6k97Go
5 months ago
email-verifier
email-verifierAfterShip/email-verifier

A Go library for email verification without sending emails, featuring syntax validation, SMTP checks, disposable email detection, and domain typo suggestions.

1.6k226Go
3 months ago
kr
krKryptCo/kr

A deprecated CLI tool for SSH authentication and Git commit/tag signing using keys stored on a mobile device.

1.6k108Go
2 years ago
anko
ankomattn/anko

A scriptable interpreter written in Go for embedding and extending applications with custom scripting.

1.6k132Go
2 months ago
Uniqush-Push
Uniqush-Pushuniqush/uniqush-push

A self-hosted unified push service for sending notifications to Android, iOS, and Kindle mobile apps via RESTful APIs.

1.6k201Go
6 years ago
Chronograf
Chronografinfluxdata/chronograf

Open-source web UI for visualizing monitoring data and creating alerts in the TICK stack.

1.6k252TypeScript
11 days ago
Grafeas
Grafeasgrafeas/grafeas

An open-source artifact metadata API for auditing and governing software supply chains.

1.6k307Go
21 days ago
Prometheus-Basics
Prometheus-Basicsyolossn/Prometheus-Basics

A beginner-friendly introduction to Prometheus covering metrics, architecture, instrumentation, and visualization with Grafana.

1.6k104Go
5 years ago
gitbatch
gitbatchisacikgoz/gitbatch

A terminal-based tool to manage multiple Git repositories with batch operations and individual repository control.

1.6k52Go
3 years ago
solana-go
solana-gogagliardetto/solana-go

A comprehensive Go SDK and RPC client for interacting with the Solana blockchain, including JSON RPC, WebSocket, and program clients.

1.6k434Go
6 days ago
sql-tap
sql-tapmickamy/sql-tap

A real-time SQL traffic viewer that proxies database connections to capture and inspect queries via TUI or web UI.

1.5k49Go
1 month ago
rulego
rulegorulego/rulego

A lightweight, high-performance, embedded, component-based rule engine framework for Go, enabling dynamic orchestration of business logic.

1.5k149Go
4 days ago
CovenantSQL
CovenantSQLCovenantSQL/CovenantSQL

A decentralized, Byzantine Fault Tolerant SQL database built on SQLite with blockchain features for serverless applications.

1.5k145Go
3 years ago
web
webgocraft/web

A Go mux and middleware package that provides statically typed contexts and fast, scalable routing.

1.5k117Go
5 years ago
scany
scanygeorgysavva/scany

A Go library for scanning database rows into structs, maps, and primitive types with minimal boilerplate.

1.5k76Go
1 year ago
notesmd-cli
notesmd-cliYakitrak/notesmd-cli

A Go-based CLI tool for managing Obsidian vaults and notes directly from the terminal, without requiring Obsidian to be running.

1.5k68Go
1 month ago
soda
sodagobuffalo/pop

A Go database toolkit for CRUD operations, migrations, and queries with ActiveRecord-inspired conventions.

1.5k251Go
7 days ago
column
columnkelindar/column

A high-performance, columnar, in-memory storage engine with bitmap indexing and zero-allocation queries, written in Go.

1.5k68Go
11 months ago
bitset
bitsetbits-and-blooms/bitset

A Go library implementing memory-efficient bitsets for mapping non-negative integers to boolean values.

1.5k189Go
9 days ago
ops
opsnanovms/ops

A tool for building and running applications as Nanos unikernels, enabling lightweight and portable deployments.

1.5k144Go
4 days ago
shell2http
shell2httpmsoap/shell2http

A minimal HTTP server that executes shell commands via simple HTTP endpoints, ideal for prototyping and remote control.

1.5k148Go
3 months ago
1
26
27
28
84