Automic VaultAutomic Vault

brew

usbredir を Homebrew, apk, dnf, MacPorts, Nix, pacman, zypper, apt でインストール

usbredir のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install usbredir

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install usbredir

MacPorts ports tree · devel/usbredir/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add usbredir

Alpine Linux edge package indexes · usbredir · ソース: dl-cdn.alpinelinux.org

Fedora dnf確認済み · 92%
sudo dnf install usbredir

Fedora Rawhide package metadata · usbredir · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#usbredir

nixpkgs package indexes · pkgs/by-name/us/usbredir/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S usbredir

Arch Linux sync databases · usbredir · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install usbredir

openSUSE Tumbleweed package metadata · usbredir · ソース: download.opensuse.org

Debian apt確認済み · 92%
sudo apt install libusbredirhost-dev

Debian stable package indexes · libusbredirhost-dev · ソース: deb.debian.org

概要

パッケージ概要

USB traffic redirection library

コマンドとエイリアス

  • usbredirect

履歴

プロジェクトの歴史と使われ方

usbredir is both a network protocol for forwarding USB device traffic and the software package that implements it. The SPICE project documentation describes a parser library, a host-side library, and utilities that let a USB device attached to one machine appear inside another, commonly a virtual machine.

プロジェクトの歴史

The official Git history begins with an initial usbredir import on 2011-02-03. The protocol documentation records version 0.2 as the version demonstrated at FOSDEM 2011 and version 0.3, released on 2011-07-14, as the first stable version intended for later compatibility.

Although created for SPICE, the SPICE documentation explicitly says the protocol and usbredirhost library are independent of SPICE. That separation is important historically: usbredir became a reusable USB-over-network mechanism rather than only a private detail of one remote desktop stack.

The protocol continued to evolve through the early 2010s. The official protocol document records filtering support in version 0.4 in 2012, 64-bit packet IDs in 0.5, buffered bulk input in 0.6, and protocol version 0.7 in 2014 with bulk-stream changes.

採用の歴史

usbredir's main adoption path was virtualization. The SPICE page documents use with QEMU, libvirt, virt-manager, remote-viewer, and Windows clients using UsbDk, while also noting that the guest side is implemented for QEMU and shipped as part of QEMU.

The input package metadata lists usbredir across Alpine, Homebrew, Debian, Fedora, MacPorts, Nix, Arch, Ubuntu, and openSUSE package families. That spread matches its role as a low-level library used by virtualization stacks rather than as a daily end-user command.

使われ方

On the host side, applications provide a libusb device handle and callbacks for transporting usbredir data, then monitor usbredir and libusb events. The `usbredirect` utility can export a USB device over TCP as a client or server.

In VM workflows, users add USB redirection devices in virt-manager or libvirt XML, configure QEMU `usb-redir` devices and SPICE channels, and select devices from remote-viewer once the SPICE connection is established. Filtering rules can block or auto-connect devices by USB class, vendor, product, and version.

パッケージ好きにとっての重要性

usbredir is package-nerd significant because it is the quiet glue behind a visible virtualization feature. Installing it satisfies build/runtime dependencies for QEMU/SPICE USB redirection and exposes the libraries that let packagers connect libusb, SPICE clients, and QEMU devices cleanly.

タイムライン

  • 2011-02-03: Official Git history starts with initial usbredir import.
  • 2011: Protocol version 0.2 demonstrated at FOSDEM.
  • 2011-07-14: Protocol version 0.3 released as the first stable version.
  • 2012: Protocol versions 0.4, 0.5, and 0.6 add filtering, 64-bit packet IDs, and buffered bulk input.
  • 2014-05-19: Protocol version 0.7 released.
  • 2025-01-27: Official tag usbredir-0.15.0 created.

Related projects

  • The official documentation ties usbredir to SPICE, QEMU, libvirt, virt-manager, remote-viewer, libusb, and UsbDk.

セキュリティ状態

リスクレベル: グリーン

library-like package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • library-like package without higher-risk signals

信号

  • metadata:library-like

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 8 個のプラットフォームターゲットで利用できます。
  • 2 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 3 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
usbredirectcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版0.15.0
マネージャ更新日
ローカルデータOK
上流not checked
検出された最新未検出

https://www.spice-space.org

  • 情報No package-manager update timestamp was available.信頼度 低
  • 情報Release/tag comparison is only available for GitHub repositories.https://www.spice-space.org信頼度 none

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:usbredir
バージョン0.15.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/usbredir
ホームページhttps://www.spice-space.org
リポジトリhttps://gitlab.freedesktop.org/spice/usbredir
上流ドキュメントhttps://gitlab.freedesktop.org/spice/usbredir
ライセンスGPL-2.0-or-later AND LGPL-2.0-or-later
ソースアーカイブhttps://www.spice-space.org/download/usbredir/usbredir-0.15.0.tar.xz
依存関係glib, libusb
ビルド依存関係meson, ninja, pkgconf
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameusbredir
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

libusbredirhost-dev 0.15.0-1

implementing the usb-host (*) side of a usbredir connection (development)

https://www.spice-space.org/

sudo apt install libusbredirhost-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: usbredir
  • 2 依存関係
  • normalized package name match
  • 一致条件: Usbredir
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libusbredirhost-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libusbredirhost1t64 0.15.0-1

Implementing the usb-host (*) side of a usbredir connection (runtime)

https://www.spice-space.org/

sudo apt install libusbredirhost1t64
  • Section: libs
  • Architecture: amd64
  • Source Package: usbredir
  • 3 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Usbredir
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libusbredirhost1t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libusbredirparser-dev 0.15.0-1

Parser for the usbredir protocol (development)

https://www.spice-space.org/

sudo apt install libusbredirparser-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: usbredir
  • 1 依存関係
  • normalized package name match
  • 一致条件: Usbredir
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libusbredirparser-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libusbredirparser1t64 0.15.0-1

Parser for the usbredir protocol (runtime)

https://www.spice-space.org/

sudo apt install libusbredirparser1t64
  • Section: libs
  • Architecture: amd64
  • Source Package: usbredir
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Usbredir
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libusbredirparser1t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

usbredirect 0.15.0-1

Simple USB host TCP client

https://www.spice-space.org/

sudo apt install usbredirect
  • Section: otherosfs
  • Architecture: amd64
  • Source Package: usbredir
  • 4 依存関係
  • normalized package name match
  • 一致条件: Usbredir
Debian stable package indexes · deb.debian.org · Debian stable package indexes: usbredirect from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

usbredir

nix profile install nixpkgs#usbredir
  • normalized package name match
  • 一致条件: Usbredir
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/us/usbredir/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

libusbredirhost-dev 0.13.0-2.1build1

implementing the usb-host (*) side of a usbredir connection (development)

https://www.spice-space.org/

sudo apt install libusbredirhost-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: usbredir
  • 2 依存関係
  • normalized package name match
  • 一致条件: Usbredir
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libusbredirhost-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libusbredirhost1t64 0.13.0-2.1build1

Implementing the usb-host (*) side of a usbredir connection (runtime)

https://www.spice-space.org/

sudo apt install libusbredirhost1t64
  • Section: libs
  • Architecture: amd64
  • Source Package: usbredir
  • 3 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Usbredir
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libusbredirhost1t64 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libusbredirparser-dev 0.13.0-2.1build1

Parser for the usbredir protocol (development)

https://www.spice-space.org/

sudo apt install libusbredirparser-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: usbredir
  • 1 依存関係
  • normalized package name match
  • 一致条件: Usbredir
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libusbredirparser-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libusbredirparser1t64 0.13.0-2.1build1

Parser for the usbredir protocol (runtime)

https://www.spice-space.org/

sudo apt install libusbredirparser1t64
  • Section: libs
  • Architecture: amd64
  • Source Package: usbredir
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Usbredir
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libusbredirparser1t64 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

usbredirect 0.13.0-2.1build1

Simple USB host TCP client

https://www.spice-space.org/

sudo apt install usbredirect
  • Section: universe/otherosfs
  • Architecture: amd64
  • Source Package: usbredir
  • 4 依存関係
  • normalized package name match
  • 一致条件: Usbredir
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: usbredirect from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

libusbredirhost 0.14.0-r0

USB network redirection protocol libraries

https://www.spice-space.org/usbredir.html

sudo apk add libusbredirhost
  • License: GPL-2.0-or-later AND LGPL-2.1-or-later
  • Architecture: x86_64
  • Source Package: usbredir
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Usbredir
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libusbredirhost from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

libusbredirparser 0.14.0-r0

USB network redirection protocol libraries

https://www.spice-space.org/usbredir.html

sudo apk add libusbredirparser
  • License: GPL-2.0-or-later AND LGPL-2.1-or-later
  • Architecture: x86_64
  • Source Package: usbredir
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Usbredir
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libusbredirparser from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

usbredir 0.14.0-r0

USB network redirection protocol libraries

https://www.spice-space.org/usbredir.html

sudo apk add usbredir
  • License: GPL-2.0-or-later AND LGPL-2.1-or-later
  • Architecture: x86_64
  • Source Package: usbredir
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Usbredir
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: usbredir from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

usbredir-dev 0.14.0-r0

USB network redirection protocol libraries (development files)

https://www.spice-space.org/usbredir.html

sudo apk add usbredir-dev
  • License: GPL-2.0-or-later AND LGPL-2.1-or-later
  • Architecture: x86_64
  • Source Package: usbredir
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Usbredir
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: usbredir-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

usbredir-doc 0.14.0-r0

USB network redirection protocol libraries (documentation)

https://www.spice-space.org/usbredir.html

sudo apk add usbredir-doc
  • License: GPL-2.0-or-later AND LGPL-2.1-or-later
  • Architecture: x86_64
  • Source Package: usbredir
  • normalized package name match
  • 一致条件: Usbredir
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: usbredir-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment