Wingetlywingetly
← All apps
M

msvcup

by Jonathan Marlerv2026_04_08

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_08

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.

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

ArchitectureTypeScopeInstallDownload
x86ZIP
archive
-Direct
x64ZIP
archive
-Direct
arm64ZIP
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 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++ v14 Redistributable (x64)Microsoft Corporation
    Microsoft.VCRedist.2015+.x64v14.51.36247.0

    The Microsoft Visual C++ v14 Redistributable Package (x64).

  • Microsoft Visual C++ v14 Redistributable (x86)Microsoft Corporation
    Microsoft.VCRedist.2015+.x86v14.51.36247.0

    The Microsoft Visual C++ v14 Redistributable Package (x86)

  • Microsoft Visual C++ 2013 Redistributable (x86)Microsoft Corporation
    Microsoft.VCRedist.2013.x86v12.0.40664.0

    The Microsoft Visual C++ 2013 Redistributable Package (x86)

  • Microsoft Visual C++ 2013 Redistributable (x64)Microsoft Corporation
    Microsoft.VCRedist.2013.x64v12.0.40664.0

    The Microsoft Visual C++ 2013 Redistributable Package (x64).

  • Microsoft Visual C++ 2008 Redistributable - x86Microsoft Corporation
    Microsoft.VCRedist.2008.x86v9.0.30729.6161

    The 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.40219

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

Recent versions

  • 2026_04_08latest
  • 2026_03_02
  • 2026_02_24