# trezor-bridge を Homebrew, winget でインストール

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

## インストール

```sh
sudo av install brew:trezor-bridge
```

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

### macOS

- Homebrew (100%):

```sh
brew install trezor-bridge
```

  証拠: local Homebrew formula metadata

### Windows

- winget (92%):

```sh
winget install --id SatoshiLabs.TrezorBridge -e
```

  証拠: Windows Package Manager source index: SatoshiLabs.TrezorBridge from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:trezor-bridge
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/trezor-bridge>
- **バージョン:** 2.0.33
- **ソース概要:** Trezor Communication Daemon
- **ホームページ:** <https://github.com/trezor/trezord-go>
- **リポジトリ:** <https://github.com/trezor/trezord-go>
- **上流ドキュメント:** <https://github.com/trezor/trezord-go#readme>
- **ライセンス:** LGPL-3.0-only
- **ソースアーカイブ:** <https://github.com/trezor/trezord-go/archive/refs/tags/v2.0.33.tar.gz>
- **最終更新:** 2026-06-25T15:07:37Z
- **生成日時:** 2026-07-08T18:08:21+00:00

## 実行可能ファイル

- trezord-go (cli)
- trezord-go (エイリアス)

## ビルド依存関係

- go

## インストール挙動

- post-install フック: 未定義
- サービス: declared
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 2.0.33
- マネージャ更新日: 2026-06-25
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/trezor/trezord-go
- 検出された最新: v2.0.33 (最新)
## プロジェクトの歴史と使われ方

Trezor Bridge, implemented by the `trezord-go` communication daemon, is the small local service that historically let browser-based Trezor software talk to a USB hardware wallet. Its history is tied to the migration from Chrome apps and browser extensions toward WebUSB and later toward Trezor Suite's built-in bridge behavior.

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

The `trezord-go` README describes Trezor Bridge as a tiny HTTP server that allows webpages such as Trezor Suite in web mode to communicate directly with a Trezor device. It explains that newer devices support WebUSB, but the Bridge remains relevant for Firefox, older firmware that only supports HID, and synchronization of USB access between domains.

In February 2018, Trezor announced a new Bridge that was rewritten from scratch in more modern code and positioned it as the first part of the transition away from Chrome apps. The announcement told existing Bridge users to update, new users to install it through the wallet, and Trezor Connect users of applications such as MyEtherWallet, MyCrypto, and NEM NanoWallet to update so those applications could keep communicating with Trezor devices.

Later in 2018, Trezor described WebUSB as the answer for Chrome users who did not want a separate communication tool. Trezor Model T supported WebUSB from its initial release, and Trezor One firmware 1.7.1 added WebUSB support for Trezor Wallet and Trezor Password Manager so Chrome users could connect without Trezor Bridge.

### 採用の歴史

Bridge adoption came from a practical browser gap: hardware-wallet users needed a local transport that browser wallet applications could call, especially as Chrome apps were being phased out and Firefox did not expose WebUSB. That made the daemon part of the normal setup story for browser-based Trezor workflows.

For package managers, Trezor Bridge is unusual because it packages a vendor communication daemon rather than a general-purpose CLI. Homebrew users install it to make local wallet/browser interactions work; developers and advanced users may also build `trezord-go` from source, install Linux udev rules, or run it in debug mode for local development.

### 使われ方

At runtime, Bridge listens locally and mediates communication between supported webpages and the USB device. The official README frames it as needed for Firefox, for devices with 2018-and-older firmware that support HID but not WebUSB, and for coordinating USB access across domains.

From a package-nerd perspective, `trezor-bridge` is mostly a background dependency: install it, ensure the daemon is running, and then use Trezor Suite web mode or compatible Trezor Connect applications. Source users build `trezord-go`, run `./trezord-go -h`, and on Linux install the official Trezor udev rules when not using pre-built packages.

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

Trezor Bridge matters because it is a concrete example of the browser/device boundary leaking into package managers. A small local HTTP daemon became the compatibility layer between USB HID/WebUSB realities, browser security decisions, and cryptocurrency wallet UX.

It also explains why some packages are important despite having little interactive surface: the executable `trezord-go` is infrastructure for other tools. In Homebrew, its value is that it makes a hardware wallet visible to web and desktop wallet workflows without requiring users to understand the transport details.

### タイムライン

- 2018: Trezor announces a rewritten Trezor Bridge as part of the move away from Chrome apps.
- 2018: Trezor Wallet redesign notes that the Chrome extension will no longer be offered to new users and that Bridge/WebUSB are the transition path.
- 2018: Trezor One firmware 1.7.1 adds WebUSB support, allowing Chrome users to connect without Bridge for supported workflows.
- Current: `trezord-go` README still documents Bridge as needed for Firefox, older firmware, and cross-domain USB synchronization.

### Related projects

- Related projects and technologies include Trezor Suite, Trezor Connect, the older Trezor Chrome extension, WebUSB, HID transport, Trezor firmware, and the Trezor udev rules.

### ソース

- <https://blog.trezor.io/announcing-a-redesigned-and-refreshed-user-interface-for-your-trezor-wallet-f31220d8917e>
- <https://blog.trezor.io/firmware-updates-2-0-9-and-1-7-1-developed-by-the-community-for-the-community-c4b965741ca3>
- <https://blog.trezor.io/introducing-the-new-trezor-bridge-2b7ea5478d65>
- <https://github.com/trezor/trezord-go#readme>


## セキュリティノート

formula declares a Homebrew service.

- **Geiger リスク:** orange / 中
- formula declares a Homebrew service

## ソースデータベース詳細

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

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

- winget - SatoshiLabs.TrezorBridge: normalized package name match | Windows Package Manager source index: SatoshiLabs.TrezorBridge from https://cdn.winget.microsoft.com/cache/source.msix


## 関連リンク

- [Source-control packages](https://www.automicvault.com/ja/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://www.automicvault.com/ja/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://www.automicvault.com/ja/pkg/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [go](https://www.automicvault.com/ja/pkg/brew/go/) - Build dependency declared by Homebrew.
- [trezor-agent](https://www.automicvault.com/ja/pkg/brew/trezor-agent/) - Shares av.db curated category or tags: cli, hardware-wallet, security, trezor.
- [monero](https://www.automicvault.com/ja/pkg/brew/monero/) - Shares av.db curated category or tags: cli, cryptocurrency, security.
- [keepkey-agent](https://www.automicvault.com/ja/pkg/brew/keepkey-agent/) - Shares av.db curated category or tags: cli, hardware-wallet, security.
- [acme.sh](https://www.automicvault.com/ja/pkg/brew/acme-sh/) - Shares av.db curated category or tags: cli, security.
- [aescrypt](https://www.automicvault.com/ja/pkg/brew/aescrypt/) - Shares av.db curated category or tags: cli, security.
- [aespipe](https://www.automicvault.com/ja/pkg/brew/aespipe/) - Shares av.db curated category or tags: cli, security.
- [afflib](https://www.automicvault.com/ja/pkg/brew/afflib/) - Shares av.db curated category or tags: cli, security.
- [afl++](https://www.automicvault.com/ja/pkg/brew/afl/) - Shares av.db curated category or tags: cli, security.
- [gotpm](https://www.automicvault.com/ja/pkg/brew/gotpm/) - Security-sensitive metadata or terminology overlaps. Shared terms: cli, hardware, security.

## Combined YAML source

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


## ソース

- 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
