RepoPilot

dorssel/usbipd-win

Windows software for sharing locally connected USB devices to other machines, including Hyper-V guests and WSL 2.

Mixed

Mixed signals — read the receipts

ConcernsDependency

copyleft license (GPL-3.0) — review compatibility; no tests detected in the complete Git tree…

HealthyFork & modify

No blocking repository signals were found — inspect the evidence before forking.

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

Scorecard "Branch-Protection" is 0/10; dependency CVE scan unavailable

  • Small team — 4 contributors active in recent commits
  • Concentrated ownership — top contributor handles 70% of recent commits
  • GPL-3.0 is copyleft — check downstream compatibility
  • No tests detected in the complete Git tree
  • Scorecard: default branch unprotected (0/10)
  • Last commit 1d ago
  • 4 active contributors
  • GPL-3.0 licensed
  • CI configured

What would improve this?

  • Use as dependency Concerns to Mixed if: relicense under MIT/Apache-2.0 (rare for established libs)

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against OpenSSF Scorecard

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: dorssel/usbipd-win

Generated by RepoPilot · document generated 2026-09-16 · concise human review Evidence snapshot · analyzed 2026-09-16T21:52:48.489Z · commit bf15689c2797

Verdict

Mixed — Mixed signals — read the receipts

  • Last commit 1d ago
  • 4 active contributors
  • GPL-3.0 licensed
  • CI configured

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against OpenSSF Scorecard

What it is

usbipd-win is a Windows service and CLI tool that implements the USB/IP protocol to share locally connected USB devices over a network to remote machines (Linux via usbip client, WSL 2 via native usbipd attach command, or Hyper-V guests). It solves the problem of making physical USB hardware accessible from virtualized or remote Windows/Linux environments without requiring direct hardware passthrough. Monolithic C# service architecture: Server executable handles USB/IP protocol, CLI tool (usbipd command) wraps service interaction, WiX Installer/ subdirectory packages everything into .msi (Product.wxs, Server.wxs, Drivers.wxs). Drivers/ holds precompiled VBoxUSB kernel drivers for arm64…

Start here

Open these first:

  • README.md — Primary entry point documenting the project's purpose, installation, and usage for USB device sharing across Windows…
  • Usbipd.Automation/Device.cs — Core abstraction representing USB devices and their state management throughout the automation layer.
  • Drivers/README.md — Documents VBoxUSB driver integration (x64 and ARM64 variants) essential to USB interception and redirection.
  • Directory.Build.props — Central build configuration file applying shared properties and dependencies across all C# projects.
  • UnitTests/UnitTests.csproj — Comprehensive test suite validating all major subsystems including device parsing, command handlers, and interop layers.

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

Clone the repository: git clone https://github.com/dorssel/usbipd-win.git && cd usbipd-win. Install .NET SDK (version inferred from Directory.Build.props — check file for TargetFramework). Build: dotnet build. Run t…

Daily commands:

After building: Install the .msi release on Windows, which registers the usbipd service automatically. Start service via Services app or net start usbipd. Then run CLI commands with administrator privileges: `usbipd…

…shortened for this brief.

Key cautions & unknowns

  • Small team — 4 contributors active in recent commits
  • Concentrated ownership — top contributor handles 70% of recent commits
  • GPL-3.0 is copyleft — check downstream compatibility
  • Kernel driver signing: VBoxUSB.sys binaries come pre-signed from VirtualBox project (.cat files present); rebuilding drivers requires Microsoft Code Signing Certificate. ARM64 support is conditional — not all USB…
  • Published-advisory coverage was unavailable for the captured dependencies.
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Forkable" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Forkable
[![RepoPilot: Forkable](https://repopilot.app/api/badge/dorssel/usbipd-win?axis=fork)](https://repopilot.app/r/dorssel/usbipd-win)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/dorssel/usbipd-win on X, Slack, or LinkedIn.

Ask AI about dorssel/usbipd-win

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question
Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/dorssel/usbipd-win"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>