Frequently Asked Questions
1. What is Trezor Bridge and why do I need it?
Trezor Bridge is a local communication layer app that enables secure communication between your Trezor hardware wallet and web or desktop applications. It manages USB / HID connections, authenticates origins, and transports messages without exposing private keys. You need it for reliable, secure connectivity across browsers and apps.
2. Is my data sent to remote servers?
No. Trezor Bridge runs locally and forwards commands only between your browser/app and your device. No private wallet keys or seeds are transmitted off your machine.
3. How do developers integrate with the bridge?
Developers use the documented HTTP JSON API or WebSocket endpoints exposed by the bridge. Official client libraries and examples speed up integration and help with origin verification and permission flows.
4. Which platforms are supported?
Trezor Bridge supports modern Windows (10+), macOS (10.14+), and popular Linux distributions. Signed installers provide a secure installation path and automatic updates.
5. Troubleshooting tips if my device isn't detected?
Ensure the bridge is running, try a different USB port or cable, disable other wallet apps that may claim the device, and check OS permissions. Reinstalling the Bridge and restarting the browser often resolves detection issues.