rust-lang/rustup
The Rust toolchain installer observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: n/a
- age_days: 3994
- days_rel: n/a
- days_push: 8
- n_releases_24m: 0
Adoption not part of the score
7029 stars · 1085 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Rustup is the official toolchain installer and version manager for the Rust programming language. It installs and switches between stable, beta, and nightly Rust compilers, keeps them updated, and simplifies cross-compilation with prebuilt standard libraries.
Use cases
- install rust on my machine
- switch between rust stable and nightly toolchains
- keep rust compiler up to date
- set up cross-compilation targets for rust
- manage multiple rust toolchain versions per project
- install rust on windows
When to choose
- you are starting a new Rust project and need the compiler
- you need to work across projects pinned to different Rust versions
- you want to track nightly Rust features or run rustfmt/clippy components
- you need to cross-compile Rust for other platforms
When to avoid
- you only need a Rust compiler bundled by your OS package manager and never switch versions
- you are managing Rust in a hermetic Bazel or Nix build that provisions its own toolchains
Facets
cli-tool · maturity stable
package-manager build-tool developer-tools cli developer-tools programming-languages cross-platform windows bsd cli cross-platform rustlang toolchain installer version-management cross-compilation command-line linux macos
2 sources
- readme: https://github.com/rust-lang/rustup · fetched 2026-08-28 · 778cd00aab38
- homepage: https://rustup.rs/ · fetched 2026-08-29 · 0cefcf19b0b8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rust-lang/rustup | main | 77 |
For agents
markdown · JSON · MCP: product_card(name="rust-lang/rustup")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem