# lsusb を Homebrew でインストール

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

## インストール

```sh
sudo av install brew:lsusb
```

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

### macOS

- Homebrew (100%):

```sh
brew install lsusb
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:lsusb
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.0
- **ソース概要:** List USB devices, just like the Linux lsusb command
- **ホームページ:** <https://github.com/jlhonora/lsusb>
- **リポジトリ:** <https://github.com/jlhonora/lsusb>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- lsusb (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 1.0
## プロジェクトの歴史と使われ方

jlhonora/lsusb is a Mac OS X shell utility that makes Apple's USB hardware report look and feel like Linux's `lsusb` command.

### プロジェクトの歴史

The project began as a small portability tool for Mac users who wanted the familiar Linux `lsusb` command. Its README explains that it uses `system_profiler SPUSBDataType`, with `lsusb -v` exposing the unmodified Apple command output, and its release history shows early 0.1 and 0.2 releases followed by a 1.0 'Full-featured version'.

### 採用の歴史

Official GitHub signals show a compact but widely noticed utility: 50 commits, about 391 stars, 54 forks, and three releases. The 1.0 release notes say the project incorporated outside contributions and included almost every feature from Linux usbutils 007, which helps explain why it became the original macOS `lsusb` package in Homebrew and other package histories.

### 使われ方

The README documents direct command-line use, manual installation into a PATH directory, and Homebrew installation through the original tap. Options include verbosity, vendor/product filtering, tree output, version display, and help, with the bundled man page recommended for the most accurate usage description.

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

This is the classic example of a package-manager portability shim: a tiny command with a Linux name that normalizes muscle memory across macOS and Linux. Package nerds care because it demonstrates how Homebrew and taps often filled gaps where macOS had native data but lacked the Unix command surface users expected.

### タイムライン

- 2010s: Version 0.1 is released as a basic working macOS lsusb clone.
- 2010s: Version 0.2 adds man-page and script-style improvements from contributors.
- 2010s: Version 1.0 is released as a full-featured version with broad parity against Linux usbutils 007.

### Related projects

- Linux usbutils is the reference implementation whose `lsusb` behavior inspired the project.
- LanikSJ/lsusb is a maintained fork distributed in Homebrew as `lsusb-laniksj`.
- Apple `system_profiler SPUSBDataType` supplies the underlying USB information on macOS.

### ソース

- <https://github.com/jlhonora/lsusb>
- <https://github.com/jlhonora/lsusb/releases>
- source_facts.package-manager
- source_facts.repo


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals


## Combined YAML source

View the package source record on GitHub. [combined/lsusb.yml](https://github.com/mxcl/pkgdb/blob/main/combined/lsusb.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
