Wingetlywingetly
← All apps

HalalDL

by Asdmir786v0.6.0

Last updated

yt-dlp GUI for Windows built with Tauri

Install with winget

$ winget install --id Asdmir786.HalalDL --exact --version 0.6.0

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

Silent install command for HalalDL

HalalDL uses EXE (NSIS). The silent install switches are /S.

One-line silent install (x64, user scope)
HalalDL-Full-v0.6.0-win10%2B11-x64-setup.exe /S

See the full silent install reference for HalalDL

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 · v0.6.0

ArchitectureTypeScopeInstallDownload
x64EXE
NSIS
userDirect
x64MSI
WiX
machineDirect

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

Security

11 known CVEs via NVD

  • high7.5Fix in v2026.07.04CVE-2026-55404affects before 2026.07.04Jul 8, 2026

    yt-dlp and youtube-dl are command-line audio/video downloaders. Prior to 2026.7.4, the --write-link, --write-url-link, and --write-desktop-link options can write .url or .desktop shortcut files using attacker-controlled webpage_url or filename metadata without sufficient validat...

  • high8.3Fix in v2026.06.09CVE-2026-50574affects before 2026.06.09Jun 23, 2026

    yt-dlp is a command-line audio/video downloader. Prior to 2026.06.09, if aria2c is used as an external downloader for a fragmented manifest format (such as an HLS/DASH stream), yt-dlp passes insufficiently sanitized input to aria2c that allows an attacker to perform an arbitrary...

  • high8.3Fix in v2026.06.09CVE-2026-50023affects before 2026.06.09Jun 23, 2026

    yt-dlp is a command-line audio/video downloader. Prior to 2026.06.09, a vulnerability exists in yt-dlp that allows a remote attacker to write arbitrary OS-shortcut files (such as .desktop, .url, .webloc) to the user's filesystem, bypassing the remediation for CVE-2024-38519. The...

  • medium6.1Patched in wingetCVE-2026-50019affects before 2026.06.09Jun 23, 2026

    yt-dlp is a command-line audio/video downloader. From 2023.09.24 until 2026.06.09, if curl is used as an external downloader for yt-dlp, cookies may be leaked to an unintended host upon HTTP redirect or when the host for download fragments differs from their parent manifest's. A...

  • high8.8Patched in wingetCVE-2026-26331affects before 2026.02.21Feb 23, 2026

    yt-dlp is a command-line audio/video downloader. Starting in version 2023.06.21 and prior to version 2026.02.21, when yt-dlp's `--netrc-cmd` command-line option (or `netrc_cmd` Python API parameter) is used, an attacker could achieve arbitrary command injection on the user's sys...

  • high7.5Fix in v2025.07.21CVE-2025-54072affects before 2025.07.21Jul 22, 2025

    yt-dlp is a feature-rich command-line audio/video downloader. In versions 2025.06.25 and below, when the --exec option is used on Windows with the default placeholder (or {}), insufficient sanitization is applied to the expanded filepath, allowing for remote code execution. This...

  • critical9.8Patched in wingetCVE-2024-3566Apr 10, 2024

    A command inject vulnerability allows an attacker to perform command injection on Windows applications that indirectly depend on the CreateProcess function when the specific conditions are satisfied.

  • high8.3Patched in wingetCVE-2024-22423affects before 2024.04.09Apr 9, 2024

    yt-dlp is a youtube-dl fork with additional features and fixes. The patch that addressed CVE-2023-40581 attempted to prevent RCE when using `--exec` with `%q` by replacing double quotes with two double quotes. However, this escaping is not sufficient, and still allows expansion...

Showing 8 of 11. 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

  • H
    HalalDL PortableAsdmir786
    Asdmir786.HalalDL.Portablev0.6.0

    yt-dlp GUI for Windows built with Tauri (Portable ZIP with bundled tools)

  • HalalDL LiteAsdmir786
    Asdmir786.HalalDL.Litev0.6.0

    yt-dlp GUI for Windows built with Tauri (Lite; downloads tools on first use)

  • FFmpegGyan
    Gyan.FFmpegv9.0.1

    A complete, cross-platform solution to record, convert and stream audio and video.

  • PowerShellMicrosoft Corporation
    Microsoft.PowerShellv7.6.6.0

    PowerShell is a cross-platform task automation solution made up of a command-line shell, a scripting language, and a configuration management framework. PowerShell runs on Windows, Linux, and macOS.

  • yt-dlpyt-dlp
    yt-dlp.yt-dlpv2026.08.19

    A feature-rich command-line audio/video downloader.

  • P
    PopplerOwen Schwartz
    oschwartz10612.Popplerv25.07.0-0

    Download Poppler binaries packaged for Windows with dependencies

More from Asdmir786 or browse desktop-app, ffmpeg, open-source.

Frequently asked questions

How do I install HalalDL on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Asdmir786.HalalDL --exact --version 0.6.0. winget downloads the installer from Asdmir786 and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install HalalDL silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Asdmir786.HalalDL --exact 0.6.0 --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 HalalDL?
HalalDL uses EXE (NSIS). Run the downloaded installer with: HalalDL-Full-v0.6.0-win10%2B11-x64-setup.exe /S. The silent switches are /S.
How do I uninstall HalalDL via winget?
Run: winget uninstall --id Asdmir786.HalalDL --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from HalalDL's Apps & Features entry.
Is HalalDL free?
HalalDL is distributed under MIT. Refer to the publisher (https://github.com/Asdmir786/HalalDL) for the full license terms - Wingetly itself does not charge for installation.
Does HalalDL 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 HalalDL directly from the publisher.
How do I keep HalalDL up to date?
Run winget upgrade --id Asdmir786.HalalDL --exact, or winget upgrade --all to update everything winget tracks. We index 7 versions of HalalDL from microsoft/winget-pkgs.

Recent versions

  • 0.6.0latest
  • 0.5.1
  • 0.5.0
  • 0.4.1
  • 0.3.9
  • 0.3.8
  • 0.3.7