Download

Download Rust for Windows — rustup-init.exe & offline options

The official way to download Rust for Windows is rustup-init.exe from rustup.rs. It is a small bootstrapper (~8 MB) that downloads the full toolchain at install time. Standalone offline installers are also available from static.rust-lang.org.
A quick reCAPTCHA check will appear — complete it and the download starts automatically.
Windows 10 / 11x86_64~8 MBOfficial rustup.rs

How to download Rust for Windows

MethodFile sizeUse when
rustup-init.exe (recommended)~8 MBMost users — downloads toolchain during install
Standalone installer (.msi)~200 MBOffline environments, no internet during install
WingetWindows Package Manager users
Scoop / ChocolateyPackage manager users

Other ways to install Rust on Windows

PowerShell — winget
# Install via Windows Package Manager:
PS> winget install Rustlang.Rustup
# Or via Chocolatey:
PS> choco install rustup.install
# Or via Scoop:
PS> scoop install rustup

Download Rust for offline / air-gapped Windows

For machines without internet access, download the standalone installer from the official Rust archive:

Standalone installer URLs
# 64-bit MSVC standalone (recommended):
https://static.rust-lang.org/dist/rust-1.79.0-x86_64-pc-windows-msvc.msi
# 64-bit GNU standalone:
https://static.rust-lang.org/dist/rust-1.79.0-x86_64-pc-windows-gnu.msi
The standalone MSI does not include cargo. For offline environments, also download the cargo standalone package from the same dist server.

Download questions

What is the official Rust download for Windows?

The official download for Windows is rustup-init.exe from rustup.rs. This is maintained by the Rust project. It installs rustup, which then downloads and manages the Rust toolchain.

Is rustup-init.exe safe?

Yes. rustup-init.exe is the official Rust installer published by the Rust Foundation and Mozilla. It is signed and distributed from static.rust-lang.org. Windows Defender may flag it due to the low download count compared to major commercial software — this is a false positive.