# Install cyme with Homebrew, apk, apt, Nix, pacman, scoop, winget

List system USB buses and devices. Version 3.0.1 via Homebrew; verified 2026-06-11.

## Install

```sh
sudo av install brew:cyme
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install cyme
```

  Evidence: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add cyme
```

  Evidence: Alpine Linux edge package indexes: cyme from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install cyme
```

  Evidence: Debian stable package indexes: cyme from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#cyme
```

  Evidence: nixpkgs package indexes: pkgs/by-name/cy/cyme/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S cyme
```

  Evidence: Arch Linux sync databases: cyme from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- Scoop (92%):

```sh
scoop install main/cyme
```

  Evidence: Scoop official bucket manifest trees: bucket/cyme.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id tuna-f1sh.cyme -e
```

  Evidence: Windows Package Manager source index: tuna-f1sh.cyme from https://cdn.winget.microsoft.com/cache/source.msix

## Package facts

- **Package key:** brew:cyme
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/cyme>
- **Version:** 3.0.1
- **Source summary:** List system USB buses and devices
- **Homepage:** <https://github.com/tuna-f1sh/cyme>
- **Repository:** <https://github.com/tuna-f1sh/cyme>
- **Upstream docs:** <https://github.com/tuna-f1sh/cyme#readme>
- **License:** GPL-3.0-or-later
- **Source archive:** <https://github.com/tuna-f1sh/cyme/archive/refs/tags/v3.0.1.tar.gz>
- **Last updated:** 2026-06-11T09:54:39Z
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- cyme (cli)
- cyme (alias)

## Build dependencies

- rust

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 3.0.1
- Package-manager updated: 2026-06-11
- Local data: ok
- Upstream repository: https://github.com/tuna-f1sh/cyme
- Upstream latest detected: v3.0.1 (current)
## Project history and usage

cyme is a Rust CLI for listing USB buses and devices across Linux, macOS, and Windows. It positions itself as a modern, cross-platform lsusb-compatible tool with richer tree, JSON, filtering, and terminal-display behavior.

### Project history

The official README gives a unusually clear origin story: the author used USB listing tools frequently while developing embedded devices and started cyme as a quick replacement for a barely working macOS lsusb script and as a Rust refresher project.

The tool began as a macOS system_profiler parser, then grew a libusb-based profiler for full descriptors, and later defaulted to a pure Rust profiler using nusb. That progression explains the package's practical shape: a compatibility-minded CLI that also wants to be more pleasant than traditional lsusb output.

### Adoption history

cyme's README documents installation through Homebrew, Arch Linux, release binaries, and cargo. The input package facts also show distribution through several package managers, which matches the tool's cross-platform system-utility niche.

### How it is used

Users run cyme to inspect USB topology, export JSON, filter by vendor or class, mask serial numbers before sharing dumps, or alias lsusb to cyme --lsusb on systems where traditional lsusb is missing or weak. The watch subcommand covers hotplug monitoring and live display customization.

### Why package nerds care

cyme is notable as a modern replacement for a classic Unix hardware-inspection command. Package maintainers care about that kind of tool because it is small, terminal-native, cross-platform, and useful for debugging hardware without pulling in a large desktop stack.

### Timeline

- 2022: tuna-f1sh/cyme repository created on GitHub.
- 2022: Early 0.1.x tags appear in the repository tag history.
- 2026: cyme 3.0.0 and 3.0.1 releases published, continuing the Rust-native profiler line.

### Related projects

- lsusb from usbutils is the compatibility reference point.
- libusb, nusb, udevrs, and macOS system_profiler are official README-listed profiling backends or influences.

### Sources

- <https://github.com/tuna-f1sh/cyme>
- <https://github.com/tuna-f1sh/cyme#readme>
- <https://docs.rs/cyme/latest/cyme/>
- <https://api.github.com/repos/tuna-f1sh/cyme>
- <https://api.github.com/repos/tuna-f1sh/cyme/releases?per_page=10>
- <https://api.github.com/repos/tuna-f1sh/cyme/tags?per_page=100>


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals

## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** cyme
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Other Package-Manager Records

- Debian apt - cyme - 2.2.0+dfsg-2: normalized package name match | Debian stable package indexes: cyme from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | CLI tool for listing system USB buses and devices | https://github.com/tuna-f1sh/cyme
- Nix - cyme: normalized package name match | nixpkgs package indexes: pkgs/by-name/cy/cyme/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - cyme - 3.0.0-r0: normalized package name match | Alpine Linux edge package indexes: cyme from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | modern lsusb that attempts to maintain compatibility, but also adds new features | https://github.com/tuna-f1sh/cyme
- apk - cyme-bash-completion - 3.0.0-r0: normalized package name match | Alpine Linux edge package indexes: cyme-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Bash completions for cyme | https://github.com/tuna-f1sh/cyme
- apk - cyme-doc - 3.0.0-r0: normalized package name match | Alpine Linux edge package indexes: cyme-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | modern lsusb that attempts to maintain compatibility, but also adds new features (documentation) | https://github.com/tuna-f1sh/cyme
- apk - cyme-fish-completion - 3.0.0-r0: normalized package name match | Alpine Linux edge package indexes: cyme-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Fish completions for cyme | https://github.com/tuna-f1sh/cyme
- apk - cyme-zsh-completion - 3.0.0-r0: normalized package name match | Alpine Linux edge package indexes: cyme-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Zsh completions for cyme | https://github.com/tuna-f1sh/cyme
- pacman - cyme - 3.0.0-1: normalized package name match | Arch Linux sync databases: cyme from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | List system USB buses and devices; a lib and modern cross-platform lsusb | https://github.com/tuna-f1sh/cyme
- Scoop - main/cyme: normalized package name match | Scoop official bucket manifest trees: bucket/cyme.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - tuna-f1sh.cyme: normalized package name match | Windows Package Manager source index: tuna-f1sh.cyme from https://cdn.winget.microsoft.com/cache/source.msix


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://www.automicvault.com/pkg/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [rust](https://www.automicvault.com/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [usbutils](https://www.automicvault.com/pkg/brew/usbutils/) - Shares av.db curated category or tags: cli, hardware, lsusb, system, usb.
- [lsusb](https://www.automicvault.com/pkg/brew/lsusb/) - Shares av.db curated category or tags: cli, hardware, system, usb.
- [rkflashtool](https://www.automicvault.com/pkg/brew/rkflashtool/) - Shares av.db curated category or tags: cli, hardware, system, usb.
- [dcled](https://www.automicvault.com/pkg/brew/dcled/) - Shares av.db curated category or tags: cli, hardware, system, usb.
- [digitemp](https://www.automicvault.com/pkg/brew/digitemp/) - Shares av.db curated category or tags: cli, hardware, system.
- [framework-tool-tui](https://www.automicvault.com/pkg/brew/framework-tool-tui/) - Shares av.db curated category or tags: cli, hardware, rust, system.
- [gfxutil](https://www.automicvault.com/pkg/brew/gfxutil/) - Shares av.db curated category or tags: cli, hardware, system.
- [libcpuid](https://www.automicvault.com/pkg/brew/libcpuid/) - Shares av.db curated category or tags: cli, hardware, system.
- [liquidctl](https://www.automicvault.com/pkg/brew/liquidctl/) - Local package facts share a topical domain. Shared terms: cli, devices, hardware, system.

## Combined YAML source

View the package source record on GitHub. [combined/cyme.yml](https://github.com/automic-vault/db/blob/main/combined/cyme.yml)


## Sources

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