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

hashicorp/raft

Golang implementation of the Raft consensus protocol observed · 2026-08-28

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

Health v2 · maintenance only

74/100

  • Activity 99
  • Release rhythm 28
  • 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: 69
  • age_days: 4685
  • days_rel: 531
  • days_push: 10
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

9106 stars · 1082 forks observed · 2026-08-28

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

A Go library implementing the Raft consensus protocol for managing a replicated log and replicated state machines. It enables building consistent, partition-tolerant (CP) distributed systems with fault tolerance.

Use cases

  • build a replicated state machine in Go
  • implement leader election and consensus in a distributed system
  • create a distributed key-value store
  • replicate application state across a cluster
  • build a CP system with fault tolerance

When to choose

  • you need battle-tested Raft consensus in a Go application
  • you are building a distributed system requiring a replicated log
  • you want a library used in production systems like Consul

When to avoid

  • you need a ready-made distributed database rather than a consensus library
  • your project is not written in Go
  • you need a consensus protocol other than Raft

Facets

library · maturity stable

concurrency developer-tools microservices databases developer-tools go cross-platform raft consensus replicated-log distributed-consensus fsm

1 source

Member repositories

RepositoryRoleHealth v2
hashicorp/raftmain74

For agents

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

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