How Trezor Bridge Works
Trezor Bridge is a local application that enables secure communication between your Trezor hardware wallet and compatible desktop or web applications. It ensures that private keys never leave the device and that all operations are verified on-device.
Local-only communication
Bridge only listens on localhost and does not transmit sensitive data over the internet.
Encrypted Requests
All commands and transaction data are encrypted and require on-device confirmation before signing.
Cross-platform
Available for Windows, macOS, and Linux with minimal installation overhead.
Developer-friendly
Exposes documented local APIs for secure integration with applications.
Typical Workflow
- Install Trezor Bridge and start the service on your computer.
- Connect your Trezor device via USB.
- Open a Trezor-compatible web app; it will request local access via Bridge.
- Review transaction details on the device and approve to sign.
- The signed transaction is sent back to the app — keys never leave the device.