# tcnksm/ghr

Upload multiple artifacts to GitHub Release in parallel

Repository: https://github.com/tcnksm/ghr
Canonical: https://ross.abutalabs.com/products/ghr
Homepage: http://tcnksm.github.io/ghr/
Language: Go
License: MIT
License Family: permissive
Topics: golang
Last push: 2026-08-11T21:04:34+00:00

## Health v2 (maintenance only)
Score: 91/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 97, release rhythm 79, longevity 100
- inputs: {"age_days": 4423, "days_push": 22, "days_rel": 140, "gap_med": 30.0, "n_releases_24m": 5}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1261, forks 81 (observed 2026-08-28T04:04:10.100805+00:00)

## What it is
ghr is a Go CLI tool that creates GitHub Releases and uploads build artifacts to them in parallel. It reads repository info from .git/config and supports GitHub Enterprise via an API endpoint environment variable.

## Use cases
- upload cross-compiled binaries to a github release
- create a github release from ci pipeline
- attach multiple artifacts to a release in parallel
- publish release assets for a git tag
- automate release uploads in github actions
- upload release assets to github enterprise

## When to choose
- you need to automate GitHub Release creation and artifact uploads from scripts or CI
- you want fast parallel uploads of many release assets
- you use GitHub Enterprise and need a configurable API endpoint

## When to avoid
- you need releases on platforms other than GitHub
- you want a GUI or web-based release management tool
- you need signed or checksum-verified uploads beyond what GitHub's API provides

## Facets
- artifact type: cli-tool
- maturity: active
- function: cli, developer-tools, deployment, ci-cd
- domain: developer-tools, version-control
- platform: cli, cross-platform, go
- tags: github-release, artifact-upload, release-automation, github-enterprise, command-line, automation

## Member repositories
- tcnksm/ghr (main) score 91

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:10.100805+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-30T05:04:20.639022+00:00, confidence not recorded.
  - readme: https://github.com/tcnksm/ghr (fetched 2026-08-28T04:04:10.100805+00:00, sha 51fbc343f9a1)
- Data as of 2026-08-30T08:39:29.467469+00:00.
