Wingetlywingetly
← All apps

Rust (GNU LLVM)

by The Rust Project Developersv1.98.1

Last updated

A language empowering everyone to build reliable and efficient software.

Install with winget

$ winget install --id Rustlang.Rust.GNU.LLVM --exact --version 1.98.1

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for Rust (GNU LLVM)

Rust (GNU LLVM) uses MSI (WiX). The silent install switches are /quiet /norestart.

One-line silent install (x64)
msiexec.exe /i rust-1.98.1-x86_64-pc-windows-gnullvm.msi /quiet /norestart

See the full silent install reference for Rust (GNU LLVM)

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

The Rust programming language helps you write faster, more reliable software. High-level ergonomics and low-level control are often at odds in programming language design; Rust challenges that conflict. Through balancing powerful technical capacity and a great developer experience, Rust gives you the option to control low-level details (such as memory usage) without all the hassle traditionally associated with such control.

Installers · v1.98.1

ArchitectureTypeScopeInstallDownload
x64MSI
WiX
-Direct
arm64MSI
WiX
-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

6 known CVEs via NVD

  • medium5.3Patched in wingetCVE-2026-5223affects before 1.96.0May 25, 2026

    Cargo incorrectly handled symlinks inside of crate tarballs downloaded from third-party registries, allowing a malicious crate to override the source code of another crate from the same registry. The severity of the vulnerability is **medium** for users of third-party registries...

  • medium6.5Patched in wingetCVE-2026-5222affects before 1.96.0May 25, 2026

    Cargo between 1.68 and 1.96 incorrectly normalized the URLs of third-party registries using the sparse index protocol. If a hosting provider allowed multiple registries to be hosted with arbitrary names within the same domain, an attacker able to publish crates in a registry cou...

  • high7.9Patched in wingetCVE-2023-38497affects before 0.72.2Aug 4, 2023

    Cargo downloads the Rust project’s dependencies and compiles the project. Cargo prior to version 0.72.2, bundled with Rust prior to version 1.71.1, did not respect the umask when extracting crate archives on UNIX-like systems. If the user downloaded a crate containing files writ...

  • medium5.3Patched in wingetCVE-2022-46176affects <=0.67.0Jan 11, 2023

    Cargo is a Rust package manager. The Rust Security Response WG was notified that Cargo did not perform SSH host key verification when cloning indexes and dependencies via SSH. An attacker could exploit this to perform man-in-the-middle (MITM) attacks. This vulnerability has been...

  • medium4.8Patched in wingetCVE-2022-36114affects before 0.65.0Sep 14, 2022

    Cargo is a package manager for the rust programming language. It was discovered that Cargo did not limit the amount of data extracted from compressed archives. An attacker could upload to an alternate registry a specially crafted package that extracts way more data than its size...

  • medium4.6Patched in wingetCVE-2022-36113affects before 0.65.0Sep 14, 2022

    Cargo is a package manager for the rust programming language. After a package is downloaded, Cargo extracts its source code in the ~/.cargo folder on disk, making it available to the Rust projects it builds. To record when an extraction is successful, Cargo writes "ok" to the .c...

Source: NVD, updated 2h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

See a CVE that affects your fleet? Push the patched version to Intune in one click with Pckgr - automated patching is the only way to keep up.

Related apps

  • Rust (MSVC)The Rust Project Developers
    Rustlang.Rust.MSVCv1.98.1

    A language empowering everyone to build reliable and efficient software.

  • Rust (GNU)The Rust Project Developers
    Rustlang.Rust.GNUv1.98.1

    A language empowering everyone to build reliable and efficient software.

  • R
    rust-analyzerThe Rust Project Developers
    Rustlang.rust-analyzerv2026-09-07

    rust-analyzer is a language server that provides IDE functionality for writing Rust programs. You can use it with any editor that supports the Language Server Protocol (VS Code, Vim, Emacs, Zed, etc).

  • LLVMLLVM
    LLVM.LLVMv22.1.8

    A collection of modular and reusable compiler and toolchain technologies.

  • W
    WinLibs (POSIX threads, MSVCRT runtime, LLVM included)Brecht Sanders
    BrechtSanders.WinLibs.POSIX.MSVCRT.LLVMv14.2.0-19.1.7-12.0.0-r3

    A standalone build of GCC and MinGW-w64 for Windows, with POSIX threading library, MSVCRT runtime library and LLVM/Clang/LLD/LLDB.

  • W
    WinLibs (POSIX threads, UCRT runtime, LLVM included)Brecht Sanders
    BrechtSanders.WinLibs.POSIX.UCRT.LLVMv14.2.0-19.1.1-12.0.0-r2

    A standalone build of GCC and MinGW-w64 for Windows, with POSIX threading library, UCRT runtime library and LLVM/Clang/LLD/LLDB.

More from The Rust Project Developers or browse cargo, clippy, gnu-toolchain.

Frequently asked questions

How do I install Rust (GNU LLVM) on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Rustlang.Rust.GNU.LLVM --exact --version 1.98.1. winget downloads the installer from The Rust Project Developers and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Rust (GNU LLVM) silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Rustlang.Rust.GNU.LLVM --exact 1.98.1 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for Rust (GNU LLVM)?
Rust (GNU LLVM) uses MSI (WiX). Run the downloaded installer with: msiexec.exe /i rust-1.98.1-x86_64-pc-windows-gnullvm.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall Rust (GNU LLVM) via winget?
Run: winget uninstall --id Rustlang.Rust.GNU.LLVM --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Rust (GNU LLVM)'s Apps & Features entry.
Is Rust (GNU LLVM) free?
Rust (GNU LLVM) is distributed under Apache-2.0 AND MIT. Refer to the publisher (https://www.rust-lang.org/) for the full license terms - Wingetly itself does not charge for installation.
Does Rust (GNU LLVM) work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Rust (GNU LLVM) directly from the publisher.
How do I keep Rust (GNU LLVM) up to date?
Run winget upgrade --id Rustlang.Rust.GNU.LLVM --exact, or winget upgrade --all to update everything winget tracks. We index 10 versions of Rust (GNU LLVM) from microsoft/winget-pkgs.

Recent versions

  • 1.98.1latest
  • 1.98.0
  • 1.97.1
  • 1.97.0
  • 1.96.1
  • 1.96.0
  • 1.95.0
  • 1.94.1
  • 1.94.0
  • 1.93.1