Wingetlywingetly
← All apps

VLC media player (Nightly)

by VideoLANv4.0.0.0-nightly20260509

Last updated

A free and open source cross-platform multimedia player and framework that plays most multimedia files, and various streaming protocols.

Install with winget

$ winget install --id VideoLAN.VLC.Nightly --exact --version 4.0.0.0-nightly20260509

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

Silent install command for VLC media player (Nightly)

VLC media player (Nightly) uses MSI (WiX). The silent install switches are /quiet /norestart.

One-line silent install (x64, machine scope)
msiexec.exe /i vlc-4.0.0-dev-win64-9dcc03a3.msi /quiet /norestart

See the full silent install reference for VLC media player (Nightly)

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 · v4.0.0.0-nightly20260509

ArchitectureTypeScopeInstallDownload
x86Portable
in ZIP
-Direct
x86MSI
WiX
machineDirect
x64Portable
in ZIP
-Direct
x64MSI
WiX
machineDirect
arm64Portable
in ZIP
-Direct
arm64MSI
WiX
machineDirect

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

Security

12 known CVEs via NVD

  • high7.8Patched in wingetCVE-2023-46814affects before 3.0.19Nov 21, 2023

    A binary hijacking vulnerability exists within the VideoLAN VLC media player before 3.0.19 on Windows. The uninstaller attempts to execute code with elevated privileges out of a standard user writable location. Standard users may use this to gain arbitrary code execution as SYST...

  • high7.5Patched in wingetCVE-2023-47360affects before 3.0.20Nov 7, 2023

    Videolan VLC prior to version 3.0.20 contains an Integer underflow that leads to an incorrect packet length.

  • critical9.8Patched in wingetCVE-2023-47359affects before 3.0.20Nov 7, 2023

    Videolan VLC prior to version 3.0.20 contains an incorrect offset read that leads to a Heap-Based Buffer Overflow in function GetPacket() and results in a memory corruption.

  • high7.8Patched in wingetCVE-2022-41325affects <=3.0.17.4Dec 6, 2022

    An integer overflow in the VNC module in VideoLAN VLC Media Player through 3.0.17.4 allows attackers, by tricking a user into opening a crafted playlist or connecting to a rogue VNC server, to crash VLC or execute code under some conditions.

  • high7.5Patched in wingetCVE-2021-25804affects v3.0.11Jul 26, 2021

    A NULL-pointer dereference in "Open" in avi.c of VideoLAN VLC Media Player 3.0.11 can a denial of service (DOS) in the application.

  • high7.1Patched in wingetCVE-2021-25803affects v3.0.11Jul 26, 2021

    A buffer overflow vulnerability in the vlc_input_attachment_New component of VideoLAN VLC Media Player 3.0.11 allows attackers to cause an out-of-bounds read via a crafted .avi file.

  • high7.1Patched in wingetCVE-2021-25802affects v3.0.11Jul 26, 2021

    A buffer overflow vulnerability in the AVI_ExtractSubtitle component of VideoLAN VLC Media Player 3.0.11 allows attackers to cause an out-of-bounds read via a crafted .avi file.

  • high7.1Patched in wingetCVE-2021-25801affects v3.0.11Jul 26, 2021

    A buffer overflow vulnerability in the __Parse_indx component of VideoLAN VLC Media Player 3.0.11 allows attackers to cause an out-of-bounds read via a crafted .avi file.

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

  • VLC media playerVideoLAN
    VideoLAN.VLCv3.0.23

    VLC is a free and open source cross-platform multimedia player and framework that plays most multimedia files, and various streaming protocols.

  • X
    x264VideoLAN
    VideoLAN.x264v3222

    x264 is a free software library and application for encoding video streams into the H.264/MPEG-4 AVC compression format.

  • MPV (Official CI build, MSVC)MPV
    mpv-player.mpv-CI.MSVCv0.41.0

    A free (as in freedom) media player for the command line. It supports a wide variety of media file formats, audio and video codecs, and subtitle types.

  • Firefox Beta (MSIX)Mozilla Corporation
    Mozilla.Firefox.Beta.MSIXv153.0.11

    The Firefox release channel below standard and above Developer Edition. Since the MSI and EXE versions of Firefox Beta usually share the same program info as Firefox Standard, this package is the only known way to consistently get Beta.

  • Firefox Developer Edition (MSIX)Mozilla Corporation
    Mozilla.Firefox.DeveloperEdition.MSIXv148.0.15.0

    The Firefox release channel below Beta and above Nightly. Get the latest features, fast performance, and the development tools you need to build for the open web using Firefox Browser Developer Edition.

  • Plex HTPCPlex, Inc.
    Plex.PlexHTPCv1.71.1

    For Home Theater users that connect their Personal Computer directly to their TV, typically controlling it using a third-party remote.

More from VideoLAN or browse audioplayer, mediaplayer, networkfeedviewer.

Frequently asked questions

How do I install VLC media player (Nightly) on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id VideoLAN.VLC.Nightly --exact --version 4.0.0.0-nightly20260509. winget downloads the installer from VideoLAN and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install VLC media player (Nightly) silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id VideoLAN.VLC.Nightly --exact 4.0.0.0-nightly20260509 --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 VLC media player (Nightly)?
VLC media player (Nightly) uses MSI (WiX). Run the downloaded installer with: msiexec.exe /i vlc-4.0.0-dev-win64-9dcc03a3.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall VLC media player (Nightly) via winget?
Run: winget uninstall --id VideoLAN.VLC.Nightly --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from VLC media player (Nightly)'s Apps & Features entry.
Is VLC media player (Nightly) free?
VLC media player (Nightly) is distributed under LGPL-2.1. Refer to the publisher (https://artifacts.videolan.org/vlc/) for the full license terms - Wingetly itself does not charge for installation.
Does VLC media player (Nightly) 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 VLC media player (Nightly) directly from the publisher.
How do I keep VLC media player (Nightly) up to date?
Run winget upgrade --id VideoLAN.VLC.Nightly --exact, or winget upgrade --all to update everything winget tracks. We index 2 versions of VLC media player (Nightly) from microsoft/winget-pkgs.

Recent versions

  • 4.0.0.0-nightly20260509latestpre
  • 4.0.0.0-nightly20260304pre