What is Trezor Bridge?
Trezor Bridge has been deprecated and this article is for general information only.
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 trezord process 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
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
- In Finder go to Applications > Utilities > TREZOR Bridge
- Double-click uninstall.pkg
- Follow the on-screen instructions given by the TREZOR Bridge Installer package
Windows
- In File Explorer go to Program Files > TREZOR Bridge
- Double-click uninstall.exe
- 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