Fast, driver‑free setup
No complex drivers. Install once and your browser can detect your Trezor instantly.
Trezor Bridge is a lightweight background service that lets your web browser talk to your Trezor hardware wallet. It replaces unreliable USB drivers with a secure, local connection so you can manage crypto assets through supported apps and websites.
No complex drivers. Install once and your browser can detect your Trezor instantly.
Runs locally on your machine and only bridges data to authorized pages you open.
Stays up to date to keep compatibility with browsers and Trezor firmware.
After installation, Trezor Bridge starts a small background service on your computer. When a supported webpage or app needs access to your device, it talks to the Bridge locally (not over the internet). The Bridge forwards only the necessary messages to your Trezor via USB, and your device displays all sensitive prompts for verification.
Installer configures required services and permissions automatically.
Universal binary; may prompt to allow the app in Security & Privacy.
May require adding udev
rules for USB access (see steps below).
Always download only from the official Trezor website. Avoid mirrors or third‑party links.
.pkg
or .dmg
file and follow the steps..deb
or .rpm
).udev
rules so the system can access the device over USB.# Example: create /etc/udev/rules.d/51-trezor.rules SUBSYSTEM=="usb", ATTR{idVendor}=="534c", MODE="0666", GROUP="plugdev" SUBSYSTEM=="usb", ATTR{idVendor}=="1209", ATTR{idProduct}=="53C0", MODE="0666", GROUP="plugdev" SUBSYSTEM=="usb", ATTR{idVendor}=="1209", ATTR{idProduct}=="53C1", MODE="0666", GROUP="plugdev" # then: sudo udevadm control --reload-rules && sudo udevadm trigger
udev
rules and group membership.Some browsers support WebUSB directly, but the Bridge improves reliability and compatibility across platforms and wallet apps. Many users prefer it for a smoother experience.
The Bridge and related tooling have open components. Check the official Trezor repositories and documentation for details and licenses.
No. Your private keys stay inside your Trezor hardware wallet. The Bridge only passes signed/unsigned messages between your browser and the device.
Use your OS’s standard uninstall method. Then reinstall from the official website. A reboot or browser restart may help finalize removal.
Install the Bridge and enjoy a stable, secure connection to your wallet apps.