Trezor Bridge

Enabling secure communication between your browser and Trezor hardware wallet.

What is Trezor Bridge?

Trezor Bridge is a small background service that allows your web browser or desktop applications to communicate with your Trezor hardware wallet. It acts as a secure middleware between apps and the device, ensuring seamless integration and top-notch security.

How It Works

Once installed, Trezor Bridge runs locally on your computer and listens at http://127.0.0.1:21325. When a compatible app or website sends a request, the Bridge forwards that request to your Trezor device, handles the response, and sends it back — securely and reliably.

Key Features

Installation

Download the latest version of Trezor Bridge for your operating system:

Download Trezor Bridge

Developer Info

Developers can interact with Trezor Bridge using the trezor-connect JavaScript library or via direct JSON-RPC calls to the local API. Check out the full API and implementation examples in the official documentation.

View Developer Docs