Linux & Hosting

VLC media player: where to download it safely

Updated August 2026

In the mid-2000s this domain mirrored VideoLAN's VLC installers — if an old link brought you here hunting a vlc-0.8.4-win32.exe, that's why. The mirror is long gone; the one true source today is videolan.org.

Twenty years ago, open-source projects distributed downloads through networks of volunteer mirrors — bandwidth was expensive, and sites like this one donated it. That era is over: CDNs made mirrors unnecessary, and unofficial download sources became the single biggest way people end up installing malware-wrapped copies of free software. VLC, being one of the most-downloaded programs on Earth, is one of the most-impersonated.

The rules for getting VLC

  • Desktop: download only from videolan.org/vlc. VLC is completely free — any site charging for it, bundling "download managers", or making you complete surveys is a scam wearing VLC's cone.
  • Linux: skip the browser entirely — install from your distro (apt install vlc, dnf install vlc via RPM Fusion, or the official Snap/Flatpak).
  • Mobile: official app stores only, published by VideoLAN.
  • Verifying a download: VideoLAN publishes checksums and GPG signatures alongside releases — on Windows, certutil -hashfile vlc-installer.exe SHA256 and compare; on Linux/macOS, sha256sum.

Still worth installing in 2026?

Yes — VLC remains the tool that plays anything: broken files, weird codecs, network streams, DVDs and Blu-rays, with no codec packs and no telemetry. For self-hosters it's also a handy Swiss army knife — it can transcode files from the command line, act as a quick test client for media server streams (Jellyfin, Plex, IPTV), and play directly from SMB/NFS/HTTP sources on your network.

If you're building a home media setup around it, our Linux & hosting guides are the place to start.