JonathanMarler.msvcupA standalone tool for installing the MSVC toolchain and Windows SDK without Visual Studio.
$ winget install --id JonathanMarler.msvcup --exact --version 2026_04_08Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.
For Intune admins
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.
See Pckgr's app librarymsvcup is a standalone tool for installing the MSVC toolchain and Windows SDK without Visual Studio.
The Visual Studio Installer manages thousands of components, modifies the registry, and can take hours to configure. msvcup treats the toolchain as a versioned asset rather than global system state. The build environment is defined by code, not a GUI.
- Fast: Runs in milliseconds when already installed. Put it at the start of every build script.
- Reproducible: Lock file ensures everyone gets the same toolchain.
- Isolated: Every package is installed to its own versioned directory. No registry modifications. No conflicts.
- Cross-compilation: Target x64, arm64, or x86 out of the box.
- Minimal: Download only what's needed to get a working native toolchain/SDK.
Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.