# rust-lang/rustup

The Rust toolchain installer

Repository: https://github.com/rust-lang/rustup
Canonical: https://ross.abutalabs.com/products/rustup
Homepage: https://rustup.rs/
Language: Rust
License: Apache-2.0
License Family: permissive
Topics: hacktoberfest, rustlang, rust, toolchain
Last push: 2026-08-26T00:45:27+00:00

## Health v2 (maintenance only)
Score: 77/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 35, longevity 100
- inputs: {"age_days": 3994, "days_push": 8, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 7029, forks 1085 (observed 2026-08-28T04:09:54.992097+00:00)

## What it is
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
- artifact type: cli-tool
- maturity: stable
- function: package-manager, build-tool, developer-tools, cli
- domain: developer-tools, programming-languages, cross-platform
- platform: windows, bsd, cli, cross-platform
- tags: rustlang, toolchain, installer, version-management, cross-compilation, command-line, linux, macos

## Member repositories
- rust-lang/rustup (main) score 77

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:54.992097+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:40:35.805292+00:00, confidence not recorded.
  - readme: https://github.com/rust-lang/rustup (fetched 2026-08-28T04:09:54.992097+00:00, sha 778cd00aab38)
  - homepage: https://rustup.rs/ (fetched 2026-08-29T08:36:23.114071+00:00, sha 0cefcf19b0b8)
- Data as of 2026-08-30T08:39:29.467469+00:00.
