inconshreveable/go-update
Build self-updating Golang programs observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: 4799
- days_rel: n/a
- days_push: 1531
- n_releases_24m: 0
Adoption not part of the score
2271 stars · 255 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Go library that lets programs update themselves by safely replacing their own executable file with a new version. It supports checksum verification, code signing, binary patching, and works cross-platform including Windows.
Use cases
- make my Go CLI auto-update itself
- implement self-updating desktop application in Go
- verify code signature before applying a binary update
- apply binary patches instead of full downloads
- update an arbitrary single file from a URL safely
When to choose
- you ship a single-file Go binary that needs in-place self-updates
- you need secure update application with checksum or signature verification
- you want to build your own updater UX on top of a low-level library
When to avoid
- you want a full hosted update service with channels and metrics (use equinox.io or similar)
- you need to update multi-file applications or plugins
- you need a library with frequent maintenance and modern Go module practices
Facets
library · maturity maintenance
deployment security cryptography developer-tools cross-platform windows cross-platform go self-update binary-patching code-signing go-library automation linux macos
1 source
- readme: https://github.com/inconshreveable/go-update · fetched 2026-08-28 · 124215ee8fe2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| inconshreveable/go-update | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="inconshreveable/go-update")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem