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

constabulary/gb

gb, the project based build tool for Go observed · 2026-08-28

github.com/constabulary/gb · homepage · Go · MIT (permissive) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100

Flags: archived

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4205
  • days_rel: n/a
  • days_push: 2505
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2113 stars · 145 forks observed · 2026-08-28

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

gb is a project-based build tool for the Go programming language, offering a $GOPATH-free workflow where each project is a directory containing a src/ subdirectory. It provides build, test, and vendor subcommands with automatic project root detection and incremental compilation.

Use cases

  • build go projects without setting gopath
  • manage multiple go working copies without environment variables
  • vendor go dependencies into a project directory
  • run tests for a go project with gb test
  • cross-compile go binaries

When to choose

  • you are maintaining a legacy go project already structured for gb
  • you need reproducible builds on very old go toolchains (pre-modules)

When to avoid

  • starting any new go project - use the standard go tool with modules instead
  • you need active maintenance or modern go version support
  • you rely on go get-based dependency management

Facets

cli-tool · maturity abandoned

build-tool cli developer-tools developer-tools programming-languages cli cross-platform go go-build-tool gopath-alternative vendoring project-based-workflow historical command-line

9 sources

Member repositories

RepositoryRoleHealth v2
constabulary/gbmain10

For agents

markdown · JSON · MCP: product_card(name="constabulary/gb")

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