thejerf/suture
Supervisor trees for Go. observed · 2026-08-28
Health v2 · maintenance only
74/100
- Activity 93
- 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: 4521
- days_rel: n/a
- days_push: 43
- n_releases_24m: 0
Adoption not part of the score
1412 stars · 76 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Suture is a Go library implementing Erlang-style supervisor trees for managing and restarting failing goroutine-based services. It handles failure cases like crash loops gracefully while imposing minimal requirements on service code and providing production logging hooks.
Use cases
- supervise long-running goroutines and restart them on failure
- build fault-tolerant Go services with supervisor trees
- prevent crash loops from burning CPU endlessly restarting dead services
- manage graceful shutdown of a tree of background services
- add structured logging around service restarts in production
When to choose
- you have multiple long-running goroutine services that need automatic restart on failure
- you want Erlang/OTP-style supervision semantics in Go
- you need backoff and termination policies for repeatedly failing services
When to avoid
- you only need simple one-off goroutines without restart semantics
- you want full OTP feature set like distributed supervision or hot code reloading
- your project is not written in Go
Facets
library · maturity stable
concurrency error-handling workflow-automation developer-tools microservices backend go cross-platform supervisor-trees fault-tolerance erlang-style goroutine-management resilience
1 source
- readme: https://github.com/thejerf/suture · fetched 2026-08-28 · 0c1adcdb4b2e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| thejerf/suture | main | 74 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem