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

hashicorp/memberlist

Golang package for gossip based membership and failure detection observed · 2026-08-28

github.com/hashicorp/memberlist · Go · MPL-2.0 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

86/100

  • Activity 99
  • Release rhythm 60
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 205
  • age_days: 4741
  • days_rel: 56
  • days_push: 7
  • n_releases_24m: 4

Full methodology

Adoption not part of the score

4096 stars · 476 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

A Go library implementing gossip-based cluster membership and node failure detection, based on the SWIM protocol with Lifeguard extensions. It is a reusable building block for distributed systems that need to track which nodes are alive.

Use cases

  • manage cluster membership in a distributed system
  • detect failed nodes in a Go cluster
  • build a gossip protocol for service discovery
  • track which servers are alive across a datacenter
  • implement peer-to-peer node health monitoring
  • join and maintain a dynamic set of cluster nodes

When to choose

  • you need eventually consistent, fast-converging membership in a Go application
  • you want a battle-tested SWIM implementation used by HashiCorp tools
  • you need tunable convergence vs bandwidth tradeoffs

When to avoid

  • you need strongly consistent membership or consensus (use Raft-based tooling)
  • your cluster is small and static enough for simple configuration
  • you are not writing Go

Facets

library · maturity stable

networking concurrency microservices service-discovery microservices networking developer-tools go cross-platform gossip-protocol swim cluster-membership failure-detection lifeguard hashicorp

1 source

Member repositories

RepositoryRoleHealth v2
hashicorp/memberlistmain86

For agents

markdown · JSON · MCP: product_card(name="hashicorp/memberlist")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem