msvcup
Last updated
A standalone tool for installing the MSVC toolchain and Windows SDK without Visual Studio.
Install with winget
$ winget install --id JonathanMarler.msvcup --exact --version 2026_04_08Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.
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 trialNo credit card required.
About
msvcup 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.
Installers · v2026_04_08
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 msvcup.
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
- Microsoft Visual C++ 2008 Redistributable - x86Microsoft Corporation
Microsoft.VCRedist.2008.x86v9.0.30729.6161The Microsoft Visual C++ 2008 SP1 Redistributable Package (x86) installs runtime components of Visual C++ Libraries required to run 32-bit applications developed with Visual C++ 2008 SP1 on a computer that does not have Visual C++ 2008 SP1 installed.
- Microsoft Visual C++ 2010 x86 RedistributableMicrosoft Corporation
Microsoft.VCRedist.2010.x86v10.0.40219The Microsoft Visual C++ 2010 SP1 Redistributable Package (x86) installs runtime components of Visual C++ Libraries required to run 32-bit applications developed with Visual C++ 2010 SP1 on a computer that does not have Visual C++ 2010 SP1 installed.
More from Jonathan Marler or browse msvc, vc, vc++.
Frequently asked questions
How do I install msvcup on Windows?
How do I install msvcup silently for unattended deployment?
How do I uninstall msvcup via winget?
Is msvcup free?
Does msvcup work on Windows 10?
How do I keep msvcup up to date?
Recent versions
- 2026_04_08latest
- 2026_03_02
- 2026_02_24