# gpmgo/gopm

Go Package Manager (gopm) is a package manager and build tool for Go.

Repository: https://github.com/gpmgo/gopm
Canonical: https://ross.abutalabs.com/products/gopm
Language: Go
License: Apache-2.0
License Family: permissive
Archived: true
Last push: 2019-07-29T00:57:26+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4858, "days_push": 2593, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2443, forks 203 (observed 2026-08-28T04:06:52.532867+00:00)

## What it is
Gopm is a package manager and build tool for the Go language that downloads, builds, and installs packages with specific revisions without requiring version control tools like git. It has been archived since 2019 in favor of Go Modules and its official proxy infrastructure.

## Use cases
- manage go package dependencies without installing git or hg
- build go packages at specific revisions
- run go projects in isolated gopath environments
- download go dependencies from a proxy
- build go binaries with pinned dependency versions

## When to choose
- you are stuck on Go < 1.11 and cannot use Go Modules
- you need to reproduce legacy builds that already use gopmfiles

## When to avoid
- any modern Go project - use Go Modules instead
- you expect updates, support, or the gopm.io service (taken down end of 2019)
- starting a new project

## Facets
- artifact type: cli-tool
- maturity: abandoned
- function: package-manager, build-tool, cli, developer-tools
- domain: developer-tools, programming-languages
- platform: go, cli, cross-platform
- tags: go-packages, dependency-management, archived, gopath, deprecated, command-line

## Member repositories
- gpmgo/gopm (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:52.532867+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:30:36.279699+00:00, confidence not recorded.
  - readme: https://github.com/gpmgo/gopm (fetched 2026-08-28T04:06:52.532867+00:00, sha bde409144a02)
- Data as of 2026-08-30T08:39:29.467469+00:00.
