Wingetlywingetly
← All apps

NDI Runtime

by NDIv6.3.2.0

Last updated

Bring NDI support to specific applications that require NDI libraries but their installers do not bundle them.

Install with winget

$ winget install --id NDI.NDIRuntime --exact --version 6.3.2.0

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

Silent install command for NDI Runtime

NDI Runtime uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.

One-line silent install (x86, machine scope)
NDI%206%20Runtime.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

See the full silent install reference for NDI Runtime

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 · v6.3.2.0

ArchitectureTypeScopeInstallDownload
x86EXE
Inno Setup
machineDirect

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 NDI Runtime.

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

  • NDI ToolsNDI
    NDI.NDIToolsv6.3.2.0

    All the tools and plugins you need to connect, stream and share your content.

  • Node.js (LTS)Node.js Foundation
    OpenJS.NodeJS.LTSv24.19.0

    Run JavaScript Everywhere

  • Microsoft .NET Windows Desktop Runtime 10.0Microsoft Corporation
    Microsoft.DotNet.DesktopRuntime.10v10.0.12

    .NET is a free, cross-platform, open-source developer platform for building many different types of applications.

  • Microsoft .NET Windows Desktop Runtime 8.0Microsoft Corporation
    Microsoft.DotNet.DesktopRuntime.8v8.0.31

    .NET is a free, cross-platform, open-source developer platform for building many different types of applications.

  • Microsoft .NET Windows Desktop Runtime 6.0Microsoft Corporation
    Microsoft.DotNet.DesktopRuntime.6v6.0.36

    .NET is a free, cross-platform, open-source developer platform for building many different types of applications.

  • Microsoft ASP.NET Core Runtime 9.0Microsoft Corporation
    Microsoft.DotNet.AspNetCore.9v9.0.20

    .NET is a free, cross-platform, open-source developer platform for building many different types of applications.

More from NDI or browse libndi, ndi, runtime.

Frequently asked questions

How do I install NDI Runtime on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id NDI.NDIRuntime --exact --version 6.3.2.0. winget downloads the installer from NDI and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install NDI Runtime silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id NDI.NDIRuntime --exact 6.3.2.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 NDI Runtime?
NDI Runtime uses EXE (Inno Setup). Run the downloaded installer with: NDI%206%20Runtime.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
How do I uninstall NDI Runtime via winget?
Run: winget uninstall --id NDI.NDIRuntime --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from NDI Runtime's Apps & Features entry.
Is NDI Runtime free?
NDI Runtime is distributed under Proprietary. Refer to the publisher (https://docs.ndi.video/all/using-ndi/using-ndi-with-software/getting-started-with-ndi-in-obs-for-windows-or-mac) for the full license terms - Wingetly itself does not charge for installation.
Does NDI Runtime 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 NDI Runtime directly from the publisher.
How do I keep NDI Runtime up to date?
Run winget upgrade --id NDI.NDIRuntime --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of NDI Runtime from microsoft/winget-pkgs.