Overview — what Bridge does
Trezor Bridge is a lightweight, locally-installed application that provides a secure channel between web apps, the Trezor Suite, and your Trezor hardware wallet. Bridge handles USB communication using standard OS APIs, upgrades itself when necessary, and minimizes the attack surface by performing only well-defined tasks. It is intentionally simple: Bridge never stores your private keys and it never transmits sensitive data beyond your machine and the connected device.
Local USB proxy
Bridge mediates USB interactions so browser-based wallets can safely talk to hardware devices without privileged drivers.
Cross-platform
Available for Windows, macOS, and Linux — installs quickly and runs in the background when needed.
Auto-updates
Secure update mechanism ensures you have the latest compatibility and security fixes.
Why Bridge matters
Hardware wallets protect your seed and signing keys, but modern web tooling needs a secure method to initiate transaction signing and read addresses. Trezor Bridge fills this gap with a small trusted program that reduces dependency on complex drivers, simplifies onboarding, and enables browser extensions and web apps to discover, connect, and interact with your Trezor device while keeping sensitive operations offline on the hardware.
Primary benefits
- Minimal local footprint — runs only when web apps request device access
- Simplified UX for new users — no manual driver installation
- Consistent API for developers building secure integrations
Security posture
- Signed binaries and verified updates
- No private key storage — keys stay on-device
- Open-source components for community review