Ross ROSS = Recommend OSS · open-source software intelligence for agents

platform: go

3319 products, primary matches first, then adoption-weighted; health v2 shown.

ProductHealth v2StarsMaturity
levigross/grequests
GRequests is a Go library that wraps net/http with a convenient, Python Requests-style API. It provides helpers for all HTTP verbs, JSON/XM…
732182active
aws/amazon-ecs-agent
The Amazon ECS Container Agent manages containers on EC2 instances on behalf of Amazon Elastic Container Service, handling task lifecycle, …
992178active
kelseyhightower/confd
confd is a lightweight Go CLI tool that keeps local application configuration files up to date by rendering templates with data from backen…
238428maintenance
reugn/go-streams
A lightweight stream processing library for Go offering a concise DSL to build declarative data pipelines from composable sources, flows, a…
582170active
cyfdecyf/cow
COW is an HTTP proxy server written in Go that automatically detects blocked websites and routes only those through parent (secondary) prox…
238413maintenance
zmap/zgrab2
ZGrab2 is a fast, modular application-layer network scanner written in Go, designed for large Internet-wide surveys in tandem with ZMap. It…
752167active
zuoyebang/bitalostored
Bitalostored is a high-performance distributed KV storage system from Zuoyebang, built on its self-developed bitalosdb engine and compatibl…
702167stable
songgao/water
water is a native Go library for creating and reading/writing to TUN/TAP virtual network interfaces using only syscalls and standard Go typ…
322167stable
smartystreets/goconvey
GoConvey is a Go testing tool that integrates with `go test`, offering a BDD-style DSL (Convey/So assertions) plus an auto-updating web UI …
238405maintenance
storax/kubedoom
Kubedoom is a novelty chaos-engineering tool that lets you kill Kubernetes pods (or namespaces) by shooting them as monsters in a modified …
322166active
beelzebub-labs/beelzebub
Beelzebub is an open-source deception runtime framework written in Go that deploys adaptive, LLM-powered honeypot decoy services across SSH…
982165active
prometheus/snmp_exporter
A Prometheus exporter that queries network devices via SNMP and exposes the metrics in Prometheus format. It maps hierarchical SNMP OID dat…
832164active
projectcapsule/capsule
Capsule is a Kubernetes Operator that turns a single cluster into a shared multi-tenant platform by grouping namespaces into Tenant abstrac…
992162active
ilyakaznacheev/cleanenv
A minimalistic Go library for reading application configuration from files (YAML, JSON, etc.) and environment variables into typed structs.…
422160stable
streamdal/plumber
plumber is a single-binary CLI tool for inspecting, reading, writing, and piping data across messaging systems like Kafka, RabbitMQ, and GC…
442157active
ajvb/kala
Kala is a simplistic, modern job scheduler written in Go that runs as a single binary with a JSON-over-HTTP API and a web UI. It supports I…
572155active
muesli/cache2go
cache2go is a concurrency-safe, in-memory caching library for Go with per-item expiration (TTL) and access counters. It supports arbitrary …
232152stable
RichardKnop/go-oauth2-server
A standalone, specification-compliant OAuth 2.0 authorization server written in Go. It implements the standard grant types (authorization c…
482148active
kythe/kythe
Kythe is a pluggable, mostly language-agnostic ecosystem for building tools that work with code, providing a standard schema and interchang…
862147active
google/go-querystring
go-querystring is a small Go library that encodes structs into URL query parameters via struct tags. It exposes a single Values() function …
752147stable
ncabatoff/process-exporter
A Prometheus exporter written in Go that reads /proc to expose metrics about selected processes on Linux systems. It groups processes by co…
372144active
Infisical/agent-vault
Agent Vault is an open-source HTTP credential proxy and vault by Infisical that sits between AI agents and the APIs they call. It stores cr…
802141active
cespare/xxhash
A Go implementation of the 64-bit xxHash (XXH64) algorithm with a simple API including a hash.Hash64-compatible Digest type. It offers opti…
322140stable
barnybug/cli53
cli53 is a command line tool for managing Amazon Route 53 DNS. It supports importing and exporting zone files in BIND format and CRUD opera…
762138active
cortezaproject/corteza
Corteza is a 100% open-source, self-hosted low-code development platform for building CRM, business process, and structured data applicatio…
902136active
pkg/errors
A Go library providing simple error handling primitives, most notably errors.Wrap for adding context and stack traces to errors without des…
568259maintenance
ogen-go/ogen
ogen is an OpenAPI v3 code generator for Go that produces statically typed client and server code from an OpenAPI specification. It generat…
982131stable
kubernetes-sigs/karpenter
Karpenter is a Kubernetes node autoscaler that watches for unschedulable pods, provisions right-sized nodes to meet their scheduling constr…
952126active
zserge/lorca
Lorca is a small pure-Go library for building cross-platform HTML5 desktop apps that use an installed Chrome/Chromium browser as the UI lay…
328204maintenance
idursun/jjui
jjui is a terminal user interface (TUI) for interacting with the Jujutsu version control system, built in Go with Bubble Tea. It provides i…
882120active
go-sonic/sonic
Sonic is a lightweight, high-performance blogging platform and CMS written in Go, inspired by the Halo project. It ships as a small single …
232117active
smartwalle/alipay
A Go SDK for integrating with the Alipay payment platform, supporting both public key certificate and plain public key signing/verification…
752113active
warpstreamlabs/bento
Bento is a high-performance, resilient stream processor written in Go that connects a wide range of sources and sinks (Kafka, Pub/Sub, Redi…
912112active
okd-project/okd
OKD is the community distribution of Kubernetes that powers Red Hat OpenShift, adding developer and operations tooling, a web console, moni…
942110active
haccer/subjack
Subjack is a DNS takeover scanner written in Go that concurrently scans lists of subdomains to identify ones vulnerable to hijacking. It de…
872109active
owncloud/ocis
ownCloud Infinite Scale (oCIS) is a self-hosted file sync and share server platform written in Go, serving as the next-generation foundatio…
992105active
vulcand/oxy
Oxy is a Go library of HTTP middleware handlers that extend the standard net/http library with reverse proxying, load balancing, rate limit…
742105active
dolthub/doltgresql
Doltgres is a version-controlled PostgreSQL-compatible SQL database that lets you branch, merge, fork, clone, push, and pull database schem…
942103active
aws/eks-anywhere
Amazon EKS Anywhere is an open-source tool for creating and operating Kubernetes clusters on your own infrastructure, built on Amazon EKS D…
982097active
sealerio/sealer
Sealer is a CNCF CLI tool that packages a Kubernetes cluster together with all application dependencies (container images, YAML manifests, …
342095active
klauspost/reedsolomon
A pure Go library implementing Reed-Solomon erasure coding with high performance (over 1GB/s per CPU core), including a Leopard implementat…
942091active
kubernetes-sigs/prometheus-adapter
A Kubernetes API adapter that implements the custom.metrics.k8s.io, resource, and external metrics APIs backed by Prometheus queries. It en…
652090active
prometheus-community/elasticsearch_exporter
A Prometheus exporter written in Go that exposes Elasticsearch and OpenSearch cluster, node, and index metrics for scraping. It ships as bi…
862089active
jfeliu007/goplantuml
GoPlantUML is a command-line tool and parser library that generates PlantUML class diagrams from Go source code. It visualizes types, field…
472089active
trickstercache/trickster
Trickster is an open-source HTTP reverse proxy cache written in Go that also acts as a query accelerator for time series databases like Pro…
982088active
sergi/go-diff
A Go library port of Google's diff-match-patch library that computes text differences, performs fuzzy text matching, and applies patches to…
442087stable
docopt
docopt is a command-line argument parsing library that generates a parser from the help message/usage patterns you write in your program's …
458009maintenance
memohai/Memoh
Memoh is an open-source multi-agent platform where each AI agent gets its own dedicated cloud computer with a filesystem, desktop, browser,…
822078active
creack/pty
A Go library providing an interface to Unix pseudo-terminals (PTYs). It lets Go programs start commands like exec.Command attached to a PTY…
612078stable
cloudfoundry/bosh
Cloud Foundry BOSH is an open-source tool chain for release engineering, deployment, and lifecycle management of large-scale distributed se…
992077active
jarcoal/httpmock
httpmock is a Go library for easily mocking HTTP responses from external resources in tests. It lets you register responders for exact URLs…
862077stable
Notifuse/notifuse
Notifuse is an open-source, self-hosted email marketing and transactional email platform built with Go and React. It offers a visual MJML d…
822077active
cloudflare/cloudflare-go
The official Go SDK for the Cloudflare REST API, generated with Stainless and covering Cloudflare products such as zones, DNS, and Zero Tru…
982075active
Masterminds/squirrel
Squirrel is a fluent SQL query builder library for Go that composes SELECT, INSERT, UPDATE, and DELETE statements from reusable parts. It i…
237979maintenance
hashicorp/envconsul
Envconsul is a Go CLI tool that launches a subprocess with environment variables populated from HashiCorp Consul key-value data and Vault s…
822071active
guregu/null
A Go library providing nullable types for SQL and JSON values, with two packages: null (null and zero are distinct) and zero (null and zero…
272070stable
esimov/triangle
A Go CLI tool and library that converts images into abstract computer-generated art using Delaunay triangulation. It blurs, grayscales, and…
232069active
mudler/edgevpn
EdgeVPN is a statically compiled, decentralized p2p VPN built on libp2p that creates private networks joined via shared tokens, with no cen…
992067active
boz/kail
Kail is a Go CLI tool that tails and streams logs from all containers of pods matching selectors like service, deployment, or namespace in …
362067active
go-critic/go-critic
go-critic is an opinionated Go source code linter offering nearly 100 checks for bugs, performance, and style issues not covered by other l…
872065active
suyuan32/simple-admin-core
Simple Admin is a Go-based distributed microservice backend framework built on go-zero, Ent, and Casbin for rapidly building admin manageme…
982055active
lukechilds/reverse-shell
A hosted service (reverse-shell.sh) that generates reverse shell payloads on demand; piping its URL output into sh on a target spawns a she…
632055active
filecoin-project/venus
Venus is a Go implementation of the Filecoin distributed storage network, providing a full node and a modular collection of services for ch…
842054active
Xpl0itU/WiiUDownloader
A cross-platform GUI application for downloading Wii U games, updates, DLC, and demos directly from Nintendo's NUS servers without requirin…
992053active
benhoyt/goawk
GoAWK is a POSIX-compliant AWK interpreter written in Go, featuring a bytecode compiler and VM plus native CSV/TSV support. It can be used …
862052active
k0kubun/pp
A Go library that provides a colored pretty printer for Go data structures, with fmt-like API functions such as Print, Println, Sprint, and…
782052stable
gocrane/crane
Crane is a FinOps platform for cloud resource analytics and cost optimization in Kubernetes clusters. It provides cost insight, optimizatio…
232052active
lin-snow/Ech0
Ech0 is an open-source, self-hosted lightweight publishing platform for sharing personal ideas and short notes, built with Go and Vue 3 on …
812051active
discord/lilliput
A Go library for resizing and transcoding images, backed by mature C libraries (JPEG, PNG, WebP, AVIF, animated GIF) via cgo. It minimizes …
742051active
openpubkey/opkssh
opkssh is a Go CLI tool that enables SSH authentication via OpenID Connect identities instead of long-lived SSH keys. It generates SSH publ…
852048active
bytedance/gopkg
gopkg is a universal utility collection for Go, migrated from ByteDance's internal codebase and used in production. It provides caching mec…
702048stable
canonical/snapd
snapd is the background daemon and snap CLI tool that manages snap packages on Linux systems, handling installation, updates, confinement, …
952046stable
Jinnrry/PMail
PMail is a lightweight personal email server written in Go that ships as a single ~15MB binary with full send/receive SMTP/POP3 services an…
942045active
sipt/shuttle
Shuttle is a cross-platform network proxy tool written in Go supporting SOCKS5, SOCKS5 over TLS, and shadowsocks protocols. It offers rule-…
482045active
stacklok/toolhive
ToolHive is an open-source platform for running, securing, and managing Model Context Protocol (MCP) servers. It wraps MCP servers in isola…
832043active
emersion/go-smtp
An ESMTP client and server library for Go implementing RFC 5321 with extensions like AUTH, PIPELINING, and LMTP. It improves on the frozen …
942042active
koho/frpmgr
A Windows desktop GUI application that wraps the FRP (Fast Reverse Proxy) client in an all-in-one manager combining a configuration editor,…
932041active
elliotchance/pie
pie is a Go utility library providing type-safe, performant functions for common operations on slices and maps using generics. It supports …
492038stable
minio/simdjson-go
A pure Go port of the simd high-performance JSON parser that uses SIMD instructions to parse gigabytes of JSON per second. It provides vali…
402038active
PlakarKorp/plakar
Plakar is an open-source backup engine written in Go that creates encrypted, deduplicated, independently verifiable snapshots of files, dat…
962032active
blugelabs/bluge
Bluge is a modern full-text indexing and search library for Go, supporting text, numeric, date, and geo fields with BM25 scoring. It provid…
522031active
boldsoftware/meat
meat is a Go CLI tool that uses an LLM to abridge a code diff into a 'reading diff', reducing agent-written changes to the conceptually imp…
562030active
containers/kubernetes-mcp-server
A Model Context Protocol (MCP) server that exposes Kubernetes and OpenShift cluster operations to LLM clients. It supports generic resource…
822028active
melbahja/goph
Goph is a lightweight, native Go SSH client library for executing commands over SSH connections with a simple API. It supports multiple aut…
942024active
bufanyun/hotgo
HotGo is an enterprise-grade full-stack admin development platform built on GoFrame 2 (Go) and Vue 3 + Naive UI + uniapp, designed for rapi…
692021active
usbarmory/tamago
TamaGo is a framework that enables compilation and execution of Go applications directly on bare metal processors, without any underlying o…
992020active
IBM/fp-go
IBM/fp-go is a functional programming library for Go 1.24+ inspired by fp-ts, providing monads like Option, Either, Result, IO, and Reader,…
912020active
muesli/termenv
A Go library providing advanced ANSI styling and color support for terminal applications. It detects terminal color capabilities and theme,…
472020active
tazjin/nixery
Nixery is a Docker-compatible container registry that transparently builds container images on demand using the Nix package manager. Packag…
662017active
nitrictech/nitric
Nitric is a multi-language framework for building cloud backends with infrastructure declared inline in application code. It provisions res…
692014active
reugn/go-quartz
go-quartz is a minimalist, zero-dependency job scheduling library for Go, inspired by the Quartz Java scheduler. It provides a Scheduler in…
612014active
vinceanalytics/vince
Vince is a self-hosted, privacy-friendly web analytics server written in Go, serving as an alternative to Google Analytics and a drop-in re…
502014active
clastix/kamaji
Kamaji is a Kubernetes operator that manages hosted Kubernetes control planes, running control plane components as pods inside a management…
952013active
opsre/go-ldap-admin
A modern web-based admin panel for managing OpenLDAP servers, built with a Go (Gin + Gorm) backend and Vue frontend. It also syncs organiza…
842013active
nginx/nginx-prometheus-exporter
A Prometheus exporter that exposes NGINX and NGINX Plus metrics for monitoring. It scrapes NGINX's status endpoints and serves them as Prom…
942012active
gabriel-vasile/mimetype
A pure-Go library for detecting MIME types and file extensions from file content using magic numbers. It is goroutine-safe, dependency-free…
922012stable
authgear/authgear-server
Authgear is an open-source customer identity and access management (CIAM) platform serving as a self-hostable alternative to Auth0, Clerk, …
952010active
pixelspark/sushitrain
Sushitrain is an open-source iOS and macOS app that brings Syncthing-based secure file synchronization to Apple devices, built with a Go co…
852009active
kubernetes-sigs/cri-tools
cri-tools provides crictl, a CLI for debugging Kubernetes nodes via the Kubelet Container Runtime Interface, and critest, a validation test…
842009active
camptocamp/terraboard
Terraboard is a self-hosted web dashboard for inspecting and querying Terraform state files stored in versioned S3 buckets (or Terraform Cl…
622008active

← prev page 14 / 34 next →