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

pote/gpm

Barebones dependency manager for Go. observed · 2026-08-28

github.com/pote/gpm · Shell · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • 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: n/a
  • age_days: 4746
  • days_rel: n/a
  • days_push: 3261
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1174 stars · 51 forks observed · 2026-08-28

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

gpm is a barebones, shell-based dependency manager for Go that pins external package dependencies to specific revisions via a Godeps manifest file. It achieves reproducible builds by fetching dependencies with go get and checking out the exact versions specified.

Use cases

  • pin go dependencies to exact revisions
  • achieve reproducible builds for go applications
  • manage go dependencies with a simple Godeps file
  • install go dependencies on CI servers
  • isolate go project dependencies in workspaces

When to choose

  • you maintain a legacy Go project predating Go modules
  • you want a minimal, dependency-free bash tool for pinning Go package revisions
  • you need a lightweight dependency fetcher for CI environments

When to avoid

  • you are starting a new Go project - use Go modules instead
  • you need active maintenance or modern Go tooling support
  • you need dependency resolution, semantic versioning, or module proxies

Facets

cli-tool · maturity abandoned

package-manager build-tool developer-tools developer-tools version-control cli go go-dependency-manager reproducible-builds godeps shell-script vendoring command-line linux macos

1 source

Member repositories

RepositoryRoleHealth v2
pote/gpmmain23

For agents

markdown · JSON · MCP: product_card(name="pote/gpm")

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