Trezor Bridge is the official desktop companion that lets your web browser talk securely to your Trezor hardware wallet. It provides a stable and private channel between the device and web interfaces such as Trezor Suite, web-based dapps, and exchange integrations — so you can manage crypto without exposing private keys to the internet.
Trezor Bridge is a lightweight local service that runs on your computer and bridges USB communication between your Trezor device and browser-based applications. Historically, browsers' native USB restrictions made direct communication difficult or inconsistent. Bridge solves this by offering a small, trusted intermediary — without sending any sensitive data off your machine.
Installation is simple. Download the installer for your platform, run it, and your browser will be able to detect the Trezor device automatically.
Example: on macOS and Windows the installer configures the local service; on Linux follow the distro-specific instructions provided in the download page.
Get Trezor BridgeMost connection issues are solved by a few straightforward checks.
If problems persist, consult the official troubleshooting pages or the community forums for step-by-step guidance.
Trezor Bridge is deliberately minimal by design. It never stores private keys, seeds, or transaction payloads on disk beyond ephemeral runtime buffers. All cryptographic operations — PIN verification, transaction signing, and seed derivation — are performed inside the device's secure environment.
Developers building web integrations can rely on Bridge as a stable layer for USB/HID communication. The Bridge API abstracts transport details so your app can focus on UX and transaction flows.
For integration documentation and API references, consult the developer pages on the Trezor website or the GitHub repositories maintained by the Trezor team.
No — modern browsers supporting WebUSB/WebHID may connect directly, but Bridge remains the recommended fallback for the widest compatibility and a smoother user experience.
No. Bridge is a local service. It does not transmit private data to remote servers.
Bridge installs include automatic update checks. You can also re-download and run the latest installer from the official site.