Wingetlywingetly
← All apps

USBip

by Vadym Hrynchyshynv0.9.7.8

Last updated

USB/IP client for Windows

Install with winget

$ winget install --id vadimgrn.usbip-win2 --exact --version 0.9.7.8

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

Silent install command for USBip

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

One-line silent install (x64, machine scope)
USBip-0.9.7.8-x64.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

See the full silent install reference for USBip

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

USBip is a USB/IP client for Windows that attaches USB devices shared by a remote USB/IP server over TCP/IP, so they appear as locally connected devices.

It is fully compatible with the Linux USB/IP protocol, ships WHLK-certified UDE and filter drivers, uses Winsock Kernel NPI for low latency and high throughput, and includes both a GUI (wusbip) and a command line client (usbip).

Installers · v0.9.7.8

ArchitectureTypeScopeInstallDownload
x64EXE
Inno Setup
machineDirect
arm64EXE
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 USBip.

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

  • U
    UsbDkDaynix Computing LTD.
    daynix.UsbDkv1.0.22

    Usb Drivers Development Kit for Windows

  • S
    scrcpyGenymobile
    Genymobile.scrcpyv4.1

    Display and control your Android device

  • ViGEm Bus DriverNefarius Software Solutions e.U.
    ViGEm.ViGEmBusv1.22.0

    Windows kernel-mode driver emulating well-known USB game controllers.

  • P
    Peugeot UpdateStellantis Europe S.p.A.
    Stellantis.PeugeotUpdatev1.6.1

    A tool that prepares a USB key to perform an update of certain Peugeot vehicles’ multimedia systems.

  • U
    usbipd-winFrans van Dorsselaer
    dorssel.usbipd-winv5.3.0

    Host locally connected USB devices to other (possibly virtual) machines.

  • USB Device Tree ViewerUwe Sieber
    UweSieber.UsbTreeViewv4.7.3

    View the USB Device Tree.

More from Vadym Hrynchyshyn or browse usb, usb-over-ethernet, usb-over-ip.

Frequently asked questions

How do I install USBip on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id vadimgrn.usbip-win2 --exact --version 0.9.7.8. winget downloads the installer from Vadym Hrynchyshyn and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install USBip silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id vadimgrn.usbip-win2 --exact 0.9.7.8 --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 USBip?
USBip uses EXE (Inno Setup). Run the downloaded installer with: USBip-0.9.7.8-x64.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
How do I uninstall USBip via winget?
Run: winget uninstall --id vadimgrn.usbip-win2 --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from USBip's Apps & Features entry.
Is USBip free?
USBip is distributed under BSD-2-Clause. Refer to the publisher (https://github.com/vadimgrn/usbip-win2) for the full license terms - Wingetly itself does not charge for installation.
Does USBip 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 USBip directly from the publisher.
How do I keep USBip up to date?
Run winget upgrade --id vadimgrn.usbip-win2 --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of USBip from microsoft/winget-pkgs.