🍺 BREW Explorer

← all formulae

cargo-binstall

brew install cargo-binstall v1.20.0 GPL-3.0-only

Binary installation for rust projects

746
30-day installs · #1458
3.2k
90-day · #1315
14.6k
365-day · #1235
2.7k
★ GitHub stars · updated 2mo ago

Build dependencies

GitHub topics

binary installer rust

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "rust"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Binary installation for rust projects",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:36:07+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "cargo-binstall",
  "github_default_branch": "main",
  "github_last_commit_at": "2026-06-20T14:42:49Z",
  "github_readme_excerpt": "# Cargo B(inary)Install\n\nBinstall provides a low-complexity mechanism for installing Rust binaries as an alternative to building from source (via `cargo install`) or manually downloading packages.\nThis is intended to work with existing CI artifacts and infrastructure, and with minimal overhead for package maintainers.\n\nBinstall works by fetching the crate information from `crates.io` and searching the linked `repository` for matching releases and artifacts, falling back to the [quickinstall](https://github.com/alsuren/cargo-quickinstall) third-party artifact host, to alternate targets as supported, and finally to `cargo install` as a last resort.\n\n[![CI build](https://github.com/cargo-bins/cargo-binstall/actions/workflows/ci.yml/badge.svg)](https://github.com/cargo-bins/cargo-binstall/actions)\n[![GitHub tag](https://img.shields.io/github/tag/cargo-bins/cargo-binstall.svg)](https://github.com/cargo-bins/cargo-binstall/releases)\n[![Crates.io](https://img.shields.io/crates/v/cargo-binstall.svg)](https://crates.io/crates/cargo-binstall)\n\n_You may want to [see this page as it was when the latest version was published](https://crates.io/crates/cargo-binstall)._\n\n## Usage\n\n```console\n$ cargo binstall radio-sx128x@0.14.1-alpha.5\n INFO resolve: Resolving package: \u0027radio-sx128x@=0.14.1-alpha.5\u0027\n WARN The package radio-sx128x v0.14.1-alpha.5 (x86_64-unknown-linux-gnu) has been downloaded from github.com\n INFO This will install the following binaries:\n INFO   - sx128x-util (sx128x-util-x86_64-unknown-linux-gnu -\u003e /home/.cargo/bin/sx128x-util)\nDo you wish to continue? [yes]/no\n? yes\n INFO Installing binaries...\n INFO Done in 2.838798298s\n```\n\nBinstall aims to be a drop-in replacement for `cargo install` in many cases, and supports similar options.\n\nFor unattended use (e.g. in CI), use the `--no-confirm` flag.\nFor additional options please see `cargo binstall --help`.\n\n## Installation\n\n### If you already have it\n\nTo upgrade cargo-binstall, use `cargo binstall cargo-binstall`!\n\n##",
  "github_repo": "cargo-bins/cargo-binstall",
  "github_stars": 2723,
  "github_topics": [
    "binary",
    "installer",
    "rust"
  ],
  "homepage": "https://github.com/cargo-bins/cargo-binstall",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 746,
  "installs_365d": 14577,
  "installs_90d": 3185,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "GPL-3.0-only",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "cargo-binstall",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 1458,
  "rank_365d": 1235,
  "rank_90d": 1315,
  "raw_hash": "d62fc6d3237a4569",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/c/cargo-binstall.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "1.20.0",
  "versioned_formulae": [],
  "why_use_this": null
}