# jpillora/overseer

Monitorable, gracefully restarting, self-upgrading binaries in Go (golang)

Repository: https://github.com/jpillora/overseer
Canonical: https://ross.abutalabs.com/products/overseer
Language: Go
License: MIT
License Family: permissive
Last push: 2026-06-12T08:53:51+00:00

## Health v2 (maintenance only)
Score: 71/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 87, release rhythm 35, longevity 100
- inputs: {"age_days": 4112, "days_push": 82, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2386, forks 210 (observed 2026-08-28T04:06:42.677980+00:00)

## What it is
A Go library for building monitorable binaries that support graceful zero-downtime restarts and self-upgrading. It uses a small master process to exchange listening sockets with a child process, playing nicely with standard process managers like systemd and supervisor.

## Use cases
- self-upgrading go binaries
- zero downtime restarts for go servers
- graceful restart without dropping connections
- hot swap binary under systemd
- auto-update application binary from http url

## When to avoid
- your application is not a Go binary
- you don't need graceful restarts or self-upgrading
- you prefer external orchestration tools to handle upgrades

## Facets
- artifact type: library
- maturity: active
- function: deployment, concurrency, http-server
- domain: developer-tools, backend
- platform: go, cross-platform
- tags: self-upgrading, graceful-restart, zero-downtime, process-management, hot-reload, devops, linux

## Member repositories
- jpillora/overseer (main) score 71

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:42.677980+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:34:36.550641+00:00, confidence not recorded.
  - readme: https://github.com/jpillora/overseer (fetched 2026-08-28T04:06:42.677980+00:00, sha 6181ce11570d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
