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

elixir-horde/horde

Horde is a distributed Supervisor and Registry backed by Postgres observed · 2026-08-28

github.com/elixir-horde/horde · Elixir · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

70/100

  • Activity 95
  • Release rhythm 22
  • 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: n/a
  • age_days: 3039
  • days_rel: 307
  • days_push: 33
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

1494 stars · 119 forks observed · 2026-08-28

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

Horde is an Elixir library providing a distributed supervisor (Horde.DynamicSupervisor) and distributed registry (Horde.Registry) built on DeltaCrdt, enabling multi-node Elixir applications with dynamic cluster membership. It closely mirrors the APIs of Elixir's standard library Supervisor and Registry for near drop-in replacement.

Use cases

  • distribute supervised processes across multiple Elixir nodes
  • run a distributed process registry in a cluster
  • build a fault-tolerant clustered Elixir application
  • replace Registry and Supervisor with distributed versions
  • handle dynamic node joins and leaves in a BEAM cluster
  • supervise processes cluster-wide with a hash ring

When to choose

  • you need distributed supervision or a distributed registry in Elixir
  • your cluster membership changes dynamically and you need eventual consistency
  • you want an API close to Elixir's standard Supervisor/Registry

When to avoid

  • you only need a single global singleton process (use Highlander instead)
  • you need strong, immediate consistency rather than CRDT-based eventual consistency
  • you rely on Registry features like keys: :duplicate

Facets

library · maturity active

concurrency microservices middleware microservices backend developer-tools elixir jvm cross-platform distributed-supervisor distributed-registry crdt hash-ring fault-tolerance clustering process-management

1 source

Member repositories

RepositoryRoleHealth v2
elixir-horde/hordemain70

For agents

markdown · JSON · MCP: product_card(name="elixir-horde/horde")

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