Wingetlywingetly
← All apps
M

MDL SDK

by NVIDIA Corporationv2025.0.5-387700.3418

Last updated

An open source set of tools that enable the integration of physically-based materials into rendering applications.

Install with winget

$ winget install --id Nvidia.MDL-SDK --exact --version 2025.0.5-387700.3418

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

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.

Installers · v2025.0.5-387700.3418

ArchitectureTypeScopeInstallDownload
x64ZIP
archive
-Direct

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

Security

No known CVEs for MDL SDK.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

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 CUDA ToolkitNVIDIA Corporation
    Nvidia.CUDAv13.4

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

  • 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.

More from NVIDIA Corporation or browse nvidia-mdl-sdk, nvidiamdlsdk, nvidia-material-definition-language-sdk.

Frequently asked questions

How do I install MDL SDK on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Nvidia.MDL-SDK --exact --version 2025.0.5-387700.3418. winget downloads the installer from NVIDIA Corporation and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install MDL SDK silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Nvidia.MDL-SDK --exact 2025.0.5-387700.3418 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall MDL SDK via winget?
Run: winget uninstall --id Nvidia.MDL-SDK --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from MDL SDK's Apps & Features entry.
Is MDL SDK free?
MDL SDK is distributed under BSD-3. Refer to the publisher (https://github.com/NVIDIA/MDL-SDK) for the full license terms - Wingetly itself does not charge for installation.
Does MDL SDK 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 MDL SDK directly from the publisher.
How do I keep MDL SDK up to date?
Run winget upgrade --id Nvidia.MDL-SDK --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of MDL SDK from microsoft/winget-pkgs.