What is Trezor Bridge?
Trezor Bridge is an intermediary application that runs on your computer and provides a secure channel between your Trezor device and cryptocurrency apps (for example, Trezor Suite or supported browser wallets). When a website or native app needs to talk to your Trezor, Bridge handles USB or WebUSB communication so your browser doesn't need low-level privileges.
Because browser security policies change frequently, Bridge abstracts USB access into a stable local endpoint (typically http://127.0.0.1:21325
). This allows DApps and wallet software to sign transactions, display addresses, and manage accounts without requiring drivers or elevated privileges.
Key features
Why you need it
If you use a Trezor hardware wallet with desktop applications or certain web applications that rely on native device access, Bridge is required to translate requests between your software and the device. Without it, your browser might not be allowed to access the USB interface due to security sandboxing, driver limitations, or browser compatibility.
How to install
- Download the official installer. Always download Bridge from the official Trezor domain or Trezor Suite download page. Avoid third-party mirrors to reduce the risk of tampered installers.
- Close wallets and browsers. Before installing, close any wallet software or web pages that may be interacting with the device.
- Run the installer and follow prompts. On Windows you’ll run the .exe; on macOS open the .dmg and move Bridge to Applications; on Linux follow the distribution-specific steps or use the AppImage when provided.
- Re-open your wallet software. After install, launch Trezor Suite or the web app and connect your device. The app should detect Bridge automatically.
If you prefer command-line, many Bridge releases ship with a binary suitable for scripting and advanced setups.
Security & privacy
Trezor Bridge only provides an interface to the hardware wallet and intentionally cannot access your seed phrase or private keys — those remain on the device itself. The Bridge service listens on a local loopback address and is not exposed to the network. Nevertheless, follow these best practices:
- Only download Bridge from trezor.io or the official GitHub releases linked from Trezor's website.
- Verify checksums or signatures if you want to ensure installer integrity.
- Keep Bridge and Trezor firmware up to date to receive security fixes.
Troubleshooting
Compatibility notes
Bridge supports mainstream browsers and wallet applications that explicitly rely on the Trezor Bridge API. Mobile devices generally use the Trezor Mobile workflow (where supported) and do not rely on Bridge, which is primarily a desktop component.
FAQ
Is Bridge required for all Trezor interactions?
No — some integrations use direct WebUSB without Bridge or mobile Bluetooth workflows. Bridge is the most compatible desktop method for many apps.
Can Bridge access my private keys?
No. Private keys and recovery seeds never leave the Trezor device. Bridge only forwards commands and responses between your software and the device.
How do I update Bridge?
Download the latest installer from the official site and run it; most releases will replace the old binary. Some package managers and distributions may provide Bridge updates as well.