Ross ROSS = Recommend OSS · open-source software intelligence for agents

hashicorp/go-getter

Package for downloading things from a string URL using a variety of protocols. observed · 2026-08-28

github.com/hashicorp/go-getter · Go · MPL-2.0 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

98/100

  • Activity 99
  • Release rhythm 97
  • Longevity 100
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: 24.0
  • age_days: 3978
  • days_rel: 21
  • days_push: 8
  • n_releases_24m: 11

Full methodology

Adoption not part of the score

1823 stars · 271 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Go library for downloading files or directories from a variety of sources (HTTP, Git, Mercurial, local paths, etc.) using a single URL string as input. It includes extensible detectors that turn shorthand strings into proper URLs and is used by Terraform and Nomad.

Use cases

  • download files from a url in go
  • fetch terraform modules from git
  • download a directory from http or git with one string
  • resolve shorthand urls like github.com/org/repo to git urls
  • fetch remote binaries for my application
  • download artifacts from multiple protocols without writing protocol-specific code

When to choose

  • you need to download files or directories from heterogeneous sources in a Go application
  • you want automatic detection of source types from user-supplied strings
  • you are building tooling similar to Terraform or Nomad that fetches modules or binaries

When to avoid

  • you only need simple HTTP downloads and a plain http client suffices
  • you cannot safely handle user-supplied URLs given SSRF and path traversal risks
  • you need a full package manager rather than a fetching library

Facets

library · maturity stable

http-client file-system developer-tools developer-tools files go cross-platform cli downloading url-fetching git-download terraform-modules hashicorp automation

1 source

Member repositories

RepositoryRoleHealth v2
hashicorp/go-gettermain98

For agents

markdown · JSON · MCP: product_card(name="hashicorp/go-getter")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem