Wingetlywingetly
← All apps

NVIDIA CUDA Toolkit

by NVIDIA Corporationv13.4

Last updated

CUDA is a parallel computing platform and programming model developed by NVIDIA for general computing on graphical processing units (GPUs).

Install with winget

$ winget install --id Nvidia.CUDA --exact --version 13.4

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

Silent install command for NVIDIA CUDA Toolkit

NVIDIA CUDA Toolkit uses EXE. The silent install switches are -y -gm2 -s -n.

One-line silent install (x64, machine scope)
cuda_13.4.1_windows_x86_64.exe -y -gm2 -s -n

See the full silent install reference for NVIDIA CUDA Toolkit

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 NVIDIA® CUDA® Toolkit provides a development environment for creating high-performance, GPU-accelerated applications. With it, you can develop, optimize, and deploy your applications on GPU-accelerated embedded systems, desktop workstations, enterprise data centers, cloud-based platforms, and supercomputers. The toolkit includes GPU-accelerated libraries, debugging and optimization tools, a C/C++ compiler, and a runtime library.

Installers · v13.4

ArchitectureTypeScopeInstallDownload
x64EXEmachineDirect

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

Security

25 known CVEs via NVD

  • medium6.7Patched in wingetCVE-2025-33231affects before 13.1.0Jan 20, 2026

    NVIDIA Nsight Systems for Windows contains a vulnerability in the application’s DLL loading mechanism where an attacker could cause an uncontrolled search path element by exploiting insecure DLL search paths. A successful exploit of this vulnerability might lead to code executio...

  • high7.3Patched in wingetCVE-2025-33230affects before 13.1.0Jan 20, 2026

    NVIDIA Nsight Systems for Linux contains a vulnerability in the .run installer, where an attacker could cause an OS command injection by supplying a malicious string to the installation path. A successful exploit of this vulnerability might lead to escalation of privileges, code...

  • high7.3Patched in wingetCVE-2025-33229affects before 13.1.0Jan 20, 2026

    NVIDIA Nsight Visual Studio for Windows contains a vulnerability in Nsight Monitor where an attacker can execute arbitrary code with the same privileges as the NVIDIA Nsight Visual Studio Edition Monitor application. A successful exploit of this vulnerability may lead to escalat...

  • high7.3Patched in wingetCVE-2025-33228affects before 13.1.0Jan 20, 2026

    NVIDIA Nsight Systems contains a vulnerability in the gfx_hotspot recipe, where an attacker could cause an OS command injection by supplying a malicious string to the process_nsys_rep_cli.py script if the script is invoked manually. A successful exploit of this vulnerability mig...

  • low3.3Patched in wingetCVE-2025-23346affects before 13.0.0Sep 24, 2025

    NVIDIA CUDA Toolkit contains a vulnerability in cuobjdump, where an unprivileged user can cause a NULL pointer dereference. A successful exploit of this vulnerability may lead to a limited denial of service.

  • low3.3Patched in wingetCVE-2025-23340affects before 13.0.0Sep 24, 2025

    NVIDIA CUDA Toolkit for all platforms contains a vulnerability in the nvdisasm binary where a user may cause an out-of-bounds read by passing a malformed ELF file to nvdisasm. A successful exploit of this vulnerability may lead to a partial denial of service.

  • low3.3Patched in wingetCVE-2025-23339affects before 13.0.0Sep 24, 2025

    NVIDIA CUDA Toolkit for all platforms contains a vulnerability in cuobjdump where an attacker may cause a stack-based buffer overflow by getting the user to run cuobjdump on a malicious ELF file. A successful exploit of this vulnerability may lead to arbitrary code execution at...

  • low3.3Patched in wingetCVE-2025-23338affects before 13.0.0Sep 24, 2025

    NVIDIA CUDA Toolkit for all platforms contains a vulnerability in nvdisasm where a user may cause an out-of-bounds write by running nvdisasm on a malicious ELF file. A successful exploit of this vulnerability may lead to denial of service.

Showing 8 of 25. Source: NVD, updated 4h 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

  • NVIDIA PhysX (Legacy)NVIDIA Corporation
    Nvidia.PhysXLegacyv9.13.0604

    NVIDIA PhysX (Legacy) is for games released around the end of 2007 and earlier.

  • NVIDIA PhysX System SoftwareNVIDIA Corporation
    Nvidia.PhysXv9.26.0703

    PhysX System software provides updates necessary for some games to run PhysX content properly

  • NVIDIA DisplayID Firmware UpdaterNVIDIA Corporation
    Nvidia.DisplayIDFirmwareUpdaterv1.1.0

    Tool to check if certain NVIDIA 30xx graphics need a patch if the screen goes blank on boot until Windows is loaded.

  • NVIDIA GeForce NOWNVIDIA Corporation
    Nvidia.GeForceNowv2.0.88.129

    GeForce NOW connects to digital PC game stores so you can stream the library of games you already own

  • Nvidia FrameViewNVIDIA Corporation
    Nvidia.FrameViewv2.0

    An application for measuring frame rates, frame times, power, and performance-per-watt on a wide range of graphics cards.

  • NVIDIA UEFI Firmware Updater (50xx series)NVIDIA Corporation
    Nvidia.UEFIFirmwareUpdater50xxv2.0.0

    Tool to check if certain NVIDIA 50xx graphics need a patch if the screen goes blank on reboots in certain legacy motherboards.

More from NVIDIA Corporation or browse compute, cuda, data-science.

Frequently asked questions

How do I install NVIDIA CUDA Toolkit on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Nvidia.CUDA --exact --version 13.4. winget downloads the installer from NVIDIA Corporation and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install NVIDIA CUDA Toolkit silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Nvidia.CUDA --exact 13.4 --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 NVIDIA CUDA Toolkit?
NVIDIA CUDA Toolkit uses EXE. Run the downloaded installer with: cuda_13.4.1_windows_x86_64.exe -y -gm2 -s -n. The silent switches are -y -gm2 -s -n.
How do I uninstall NVIDIA CUDA Toolkit via winget?
Run: winget uninstall --id Nvidia.CUDA --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from NVIDIA CUDA Toolkit's Apps & Features entry.
Is NVIDIA CUDA Toolkit free?
NVIDIA CUDA Toolkit is distributed under Proprietary. Refer to the publisher (https://developer.nvidia.com/cuda-toolkit) for the full license terms - Wingetly itself does not charge for installation.
Does NVIDIA CUDA Toolkit 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 NVIDIA CUDA Toolkit directly from the publisher.
How do I keep NVIDIA CUDA Toolkit up to date?
Run winget upgrade --id Nvidia.CUDA --exact, or winget upgrade --all to update everything winget tracks. We index 10 versions of NVIDIA CUDA Toolkit from microsoft/winget-pkgs.

Recent versions

  • 13.4latest
  • 13.3
  • 13.2
  • 13.1
  • 13.0
  • 12.9
  • 12.8
  • 12.6
  • 12.5
  • 12.4