Trezor Model One & Trezor Model T available at a new reduced price! Shop Now
Banner image

What is Trezor Bridge?

Trezor Bridge is an application that facilitates communication between the Trezor device and supported browsers.

Trezor Bridge is a program designed to run in the background and requires no direct interaction. When properly installed, you will be able to find the Trezor Bridge running in the background:

  • Windows: in Task Manager search for trezord
  • MacOS: in Activity Monitor search for trezord
  • Linux: in System Monitor search for trezord-go

Updating Trezor Bridge

You can upgrade to the latest version of Trezor Bridge directly here, and simply clicking on Download latest Bridge.

Trezor Bridge Download

New communication tool to facilitate the connection between your Trezor and your internet browser.

Currently installed: Trezor Bridge 2.0.27

Alternatively, check the Github repository.

When using the desktop version of Trezor Suite it will connect to Trezor Bridge automatically. If that fails, Trezor Suite will run its own copy of Trezor Bridge.

Viewing Trezor Bridge status

To see the Trezor Bridge status, visit the Trezor Bridge status page.

Removing a standalone installation of Trezor Bridge

In case you need to uninstall Trezor Bridge, follow the instructions for your operating system as detailed below:

MacOS

  1. In Finder go to Applications > Utilities > TREZOR Bridge
  2. Double-click uninstall.pkg
  3. Follow the on-screen instructions given by the 'TREZOR Bridge Installer' package

Windows

  1. In File Explorer go to Program Files > TREZOR Bridge
  2. Double-click uninstall.exe
  3. Trezor Bridge will be uninstalled automatically

Linux

Trezor Bridge can be removed via:

$ sudo apt remove trezor-bridge

To check if Trezor Bridge has been uninstalled, run the following command, which should return no results:

$ sudo apt list --installed | grep trezor-bridge