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

mitchellh/gox

A dead simple, no frills Go cross compile tool observed · 2026-08-28

github.com/mitchellh/gox · Go · MPL-2.0 (copyleft) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases 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: 4672
  • days_rel: n/a
  • days_push: 1219
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

4576 stars · 347 forks observed · 2026-08-28

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

Gox is a simple, no-frills Go cross-compilation tool that behaves like the standard `go build` command. It parallelizes builds across multiple OS/architecture platforms and automatically sets up the cross-compilation toolchain.

Use cases

  • cross-compile a Go binary for multiple operating systems at once
  • build Go binaries for linux, windows, and macos in parallel
  • build a Go package for a specific OS/architecture like linux/amd64
  • set up the Go cross-compilation toolchain automatically
  • build multiple Go packages for many platforms in one command

When to choose

  • you want a dead-simple `go build` replacement that targets many platforms
  • you need parallel cross-compilation without enforcing an output directory structure
  • you want minimal tooling with no packaging, uploading, or release features

When to avoid

  • you need release automation like building system packages, uploading binaries, or generating download pages (use goxc or goreleaser)
  • you only target a single platform - plain `go build` is enough
  • you need a tool under active development - the project is in maintenance mode

Facets

cli-tool · maturity maintenance

build-tool cli developer-tools developer-tools cross-platform go windows cli cross-compilation go-build parallel-builds command-line linux macos

1 source

Member repositories

RepositoryRoleHealth v2
mitchellh/goxmain10

For agents

markdown · JSON · MCP: product_card(name="mitchellh/gox")

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