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

cargo-bins/cargo-binstall

Binary installation for rust projects observed · 2026-08-28

github.com/cargo-bins/cargo-binstall · Rust · GPL-3.0 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

95/100

  • Activity 99
  • Release rhythm 87
  • 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: 0.0
  • age_days: 2088
  • days_rel: 11
  • days_push: 8
  • n_releases_24m: 601

Full methodology

Adoption not part of the score

2839 stars · 112 forks observed · 2026-08-28

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

cargo-binstall is a Rust subcommand that installs prebuilt binaries of crates.io packages instead of compiling them from source with cargo install. It resolves crate metadata, finds matching release artifacts on the crate's repository or a third-party artifact host, and falls back to cargo install when no binary exists.

Use cases

  • install rust cli tools without compiling from source
  • speed up CI pipelines that install cargo tools
  • replace cargo install with prebuilt binary downloads
  • set up rust tooling on new machines quickly
  • install specific versions of rust binaries unattended

When to choose

  • you want drop-in cargo install behavior but much faster via prebuilt binaries
  • you maintain CI that installs many rust tools and want to avoid long compile times
  • you want automatic fallback to source builds when no binary artifact exists

When to avoid

  • you need to build from source with custom feature flags or patches
  • you only install crates that publish no binary artifacts
  • you require a package manager with dependency resolution beyond single binaries

Facets

cli-tool · maturity active

package-manager cli developer-tools developer-tools programming-languages windows cli rust cargo rust-binaries installer crates-io command-line linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
cargo-bins/cargo-binstallmain95

For agents

markdown · JSON · MCP: product_card(name="cargo-bins/cargo-binstall")

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