bitwalker/swarm
Easy clustering, registration, and distribution of worker processes for Erlang/Elixir observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 3691
- days_rel: n/a
- days_push: 1533
- n_releases_24m: 0
Adoption not part of the score
1253 stars · 110 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Swarm is a global distributed process registry and worker distribution library for Erlang/Elixir, similar to gproc but designed for dynamic node membership and high-volume process registration. It handles distributing, locating, and routing messages to processes across a cluster, including rebalancing on topology changes.
Use cases
- register and find processes across an Erlang cluster
- distribute worker processes across nodes in Kubernetes
- route messages to processes from anywhere in a cluster
- restart or relocate processes when a node goes down
- manage large volumes of device connection processes
- avoid leader election deadlocks in dynamic clusters
When to choose
- you run a cluster of Erlang/Elixir nodes with dynamic membership (e.g., under Kubernetes)
- you need a global process registry that scales to large registration volumes
- you want worker processes distributed and rebalanced across cluster topology changes
When to avoid
- you need strongly consistent registry state rather than eventual consistency
- you need autoclustering without adding the separate libcluster package
- your project is not on the BEAM (Erlang/Elixir) platform
Facets
library · maturity maintenance
concurrency microservices routing microservices backend developer-tools elixir jvm cloud process-registry erlang-distribution clustering distributed-registry worker-distribution eventual-consistency elixir linux docker kubernetes
1 source
- readme: https://github.com/bitwalker/swarm · fetched 2026-08-28 · b474a12283c5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| bitwalker/swarm | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem