Trezor Suit

Hardware wallet software / reference

Trezor Suit and the software side of a hardware wallet

Trezor Suit is the application people use to look after the coins held on a Trezor hardware wallet. It runs on a computer, either as an installed desktop program or in a browser, and it handles everything a small device screen cannot do comfortably: showing balances and history, building transactions, adding accounts, installing firmware, and keeping labels and settings in order. The private keys never move into it. Trezor Suit prepares the work, the device approves it.

What follows is a plain description of how Trezor Suit works, what each part of it is for, where the security boundary sits, and which habits make daily use less error prone.

A Trezor hardware wallet connected by cable to a laptop showing a wallet interface
Fig. 1 - A connected device and a computer running Trezor Suit form one system, split between display and signing.

[ 01 ] What Trezor Suit is

Trezor Suit is the official companion application for Trezor devices, made by , the Prague based company that shipped the first Trezor hardware wallet. It replaced the older browser only wallet interface in the early 2020s and is now the standard way to set up a device, watch a portfolio, and move funds. Its source code is published openly, which means independent developers and researchers can read what Trezor Suit actually does rather than take a description on trust.

Two things sit side by side in the product. The desktop version of Trezor Suit is installed on Windows, macOS, or Linux and talks to the device directly over USB. The browser version runs the same interface as a web application, which is convenient on a machine where you cannot or would rather not install software. Feature coverage is close between them, with a few connectivity and privacy options that only make sense in an installed program.

Trezor Suit itself costs nothing and needs no registration. There is no username, no password, no email confirmation, and no server side account holding your balance. The thing that grants access to funds is the device plus the recovery backup written down during setup, so Trezor Suit can be uninstalled, reinstalled, or run on a completely different computer without any loss.

[ 02 ] Where the security boundary sits

The most useful mental model is a split of duties. Trezor Suit knows your public addresses and can therefore read the blockchain on your behalf, calculate balances, and assemble an unsigned transaction. It cannot produce a valid signature. That step happens inside the hardware wallet, where the private keys are generated and kept, and it requires a physical press on the device.

This is why the details shown on the device screen matter more than the ones shown in Trezor Suit. If malware on a computer swapped a recipient address in the interface, the device would still display the address it was actually asked to sign for. Comparing the two, and refusing to confirm when they disagree, is the protection the whole design is built around. Trezor Suit is designed to be treated as a convenient but untrusted display.

A second consequence is that a compromised computer cannot quietly drain a wallet, but it can still watch. Anyone with access to an unlocked session in Trezor Suit can see balances, history, and addresses, which is a privacy problem rather than a theft problem. Passphrase protected wallets and the discreet display mode both exist to narrow that exposure.

Key takeaway

Trezor Suit never holds your keys and never needs to. Verify every recipient address and amount on the hardware screen, not in the software window, and the software becomes far less interesting to an attacker.

[ 03 ] Installing and first connection

The desktop build of Trezor Suit is distributed as a signed installer for each operating system. Downloading it from the official source and, if you are careful, checking the published signature before running it, closes off the most common attack against wallet software, which is a counterfeit installer served from a lookalike site or a sponsored search result. Fake wallet applications remain a routine fraud pattern, so the download step deserves more attention than it usually gets.

On first launch, Trezor Suit detects the connected device and walks through setup: installing or confirming firmware, creating a new wallet or recovering an existing one, writing down the recovery backup, and choosing a PIN. Nothing about this sequence is optional in practice. The recovery backup is the only thing that survives a lost or broken device, and Trezor Suit deliberately makes you confirm parts of it before it lets you move on.

Linux users may need to add a udev rule so the operating system allows access to the device, and some browsers require permission to reach USB hardware before the web version of Trezor Suit can see anything. If a device is plugged in but not detected, that permission layer is almost always the cause rather than the wallet itself.

[ 04 ] The dashboard and how accounts are organized

The dashboard is the landing view: total portfolio value in your chosen fiat currency, a value chart over a selectable period, a breakdown by asset, and the most recent transactions across every account. It is a summary, not a source of truth about markets, since the numbers depend on price feeds that Trezor Suit pulls in from outside.

Below that sits the account structure. Each coin can hold several accounts, all derived from the same seed on the device, and each is an independent set of addresses with its own balance and history. Splitting funds across accounts is a cheap way to keep bookkeeping sane: one for savings, one for spending, one for a business. Trezor Suit lets you rename accounts and hide the ones you do not want cluttering the view.

Account pages show balance, a filterable transaction history, token holdings where the network supports them, and export options for accounting. Because everything is derived deterministically, the same accounts reappear in the same order on any machine, which makes Trezor Suit predictable to move between computers.

[ 05 ] Sending, receiving, and fees

Receiving starts with a fresh address. Trezor Suit generates one, then asks you to confirm it on the device before it is shown as trustworthy, which is the same verification logic applied in reverse: the hardware confirms that the address really belongs to your wallet. For Bitcoin and similar chains, using a new address per payment is the default behavior, and following it keeps your history harder to stitch together.

Sending is a short form: recipient, amount, fee. The fee selector offers preset speeds with an estimate of confirmation time, plus a custom option for people who want to set their own rate during congested periods. After you press send, the transaction is built locally and handed to the device, where every field appears for approval.

For Bitcoin, Trezor Suit adds two controls that matter to heavier users. Coin control lets you choose exactly which unspent outputs fund a payment, which is essential if you care about keeping certain coins separate. Replace by fee lets you rebroadcast a stuck transaction with a higher fee instead of waiting indefinitely. Both features are also the reason Trezor Suit is usable as more than a beginner wallet.

Ethereum and other smart contract networks work differently. Gas settings replace fee presets, token transfers need the native coin available to pay for gas, and contract interactions show data fields that are worth reading before approving. The interface surfaces this, but it does not remove the need to understand what you are signing.

[ 06 ] Which coins Trezor Suit supports

Support falls into two tiers. A set of major networks is handled natively inside Trezor Suit, including Bitcoin and the main Bitcoin forks, Ethereum with its ERC-20 tokens, Litecoin, and several other established chains, along with the token standards those networks carry. Thousands of assets are reachable in total once tokens are counted, but the ones you can send and receive without leaving the application are the natively supported list.

The second tier is everything reached through a third party wallet that uses the device for signing. In that arrangement the balance does not appear in Trezor Suit at all, and the outside interface becomes responsible for the parts of the experience that Trezor Suit would normally handle. It works, but the setup deserves the same caution as any other software you allow near your keys. Older device models also support fewer networks than newer ones, since some chains require firmware features the earliest hardware does not have.

[ 07 ] Privacy controls in Trezor Suit

To display balances, a wallet has to ask someone about your addresses. By default Trezor Suit queries backend servers run by the vendor, which means those servers can see which addresses are being looked up and from where. The application gives you three ways to reduce that.

The first is Tor. The desktop version of Trezor Suit can route its own traffic through the Tor network, so requests are not tied to your home IP address. It is a toggle in settings, it slows things down a little, and it is the single easiest privacy improvement available here.

The second is running your own backend. If you operate a Bitcoin full node with a compatible indexer, Trezor Suit can be pointed at it instead of the default servers, and then nobody outside your network learns which addresses you own. This is the strongest option and the most work.

The third is local hygiene: discreet mode blurs balances for use in public, and the labeling system lets you annotate accounts, addresses, and transactions in an encrypted file that can stay on your machine or sync through a supported cloud drive. Labels are encrypted with a key derived from the device, so a synced file is not a readable ledger of your finances.

[ 08 ] Backup, PIN, and passphrase wallets

The recovery backup created during setup is the wallet. Written words on paper or metal, stored offline, recreate every account on a new device if the old one is lost, damaged, or wiped. Trezor Suit never asks you to type those words into a computer during normal operation, and any website or message that does is an attack. Recovery is done through the device, with the software only guiding the process.

Newer devices offer a multi share backup based on Shamir secret sharing, which splits the backup into several shares where a defined threshold reconstructs the wallet. Stored in separate places, this removes the single point of failure that one paper card represents, at the cost of a more complicated inheritance plan.

The PIN protects a device that falls into someone else's hands, with wrong guesses becoming progressively slower. The passphrase is a different tool: entered per session, it opens an entirely separate hidden wallet derived from the same seed. Trezor Suit treats each passphrase as its own wallet with its own accounts, and there is no recovery if you forget the exact string, including spelling and capitalization. Used carefully it is powerful, and used carelessly it loses funds permanently.

[ 09 ] Firmware and device management

Firmware updates arrive through Trezor Suit, which fetches the release and passes it to the device. The device checks the vendor signature itself before installing, so a tampered file delivered by a compromised computer will be rejected by the hardware. Updates bring new networks, interface improvements, and security fixes, and Trezor Suit will tell you when one is waiting.

The device settings area also covers renaming a device, changing or removing the PIN, enabling passphrase protection, checking the device authenticity, and wiping the hardware completely. A wipe is safe only if your recovery backup is genuinely in hand and verified, which is worth testing before you need it.

Application settings are separate: fiat currency, language, theme, Bitcoin unit and address type, backend selection, Tor, and the analytics toggle. Trezor Suit keeps these locally, so a fresh install starts from defaults again.

[ 10 ] Buying, swapping, and staking inside Trezor Suit

Beyond wallet basics, Trezor Suit exposes buy, sell, and swap flows supplied by integrated third party providers, with offers compared side by side so you can pick a rate. Coins bought this way land directly in an address on your own device rather than sitting on an exchange, which is the main reason the feature exists.

These services are not the wallet, and the distinction matters. Identity verification, payment methods, regional availability, spreads, and support all belong to the provider, so a purchase inside Trezor Suit follows that company's rules and not the wallet's privacy model. Compare the total cost rather than the headline rate.

Staking is available for a small number of proof of stake networks through partner validators surfaced in the interface, letting you delegate while keys stay on the device. Rewards, lock up periods, unstaking delays, and validator risk are properties of the network and the provider, and Trezor Suit only presents the transaction for you to approve.

[ 11 ] Trezor Suit Lite on a phone

Trezor Suit Lite is the mobile companion, available for iOS and Android. It is deliberately limited: a watch only view of balances and portfolio value, so you can check holdings without carrying hardware or opening a laptop. It does not sign, does not send, and does not hold keys.

Because it is read only, the phone app is a low risk convenience rather than a second wallet. Anything that moves money still has to go through Trezor Suit on a computer with the device physically connected, which keeps the signing boundary intact even when the mobile app is on a lost or shared phone.

[ 12 ] Desktop, browser, and mobile compared

Choosing between the three ways to run this software comes down to whether you can install a program and whether privacy routing matters to you.

Capability Trezor Suit desktop Trezor Suit in browser Trezor Suit Lite
Signs transactions with a connected device Yes Yes No
Needs software installed Yes, signed installer No, runs in a supported browser Yes, mobile app
Built in Tor routing Yes No, depends on the browser No
Firmware install and update Yes Yes No
Balances viewable without the device attached Only if the wallet is remembered Only if the wallet is remembered Yes, watch only by design
Best suited to Primary daily use Occasional access on another machine Checking a portfolio on the move

For most people the sensible arrangement is the desktop application as the main workspace, the browser version as a fallback, and the phone app for glancing at totals. All three read the same accounts, because the accounts live in the seed on your device rather than in any installation of the software.

[ 13 ] How to get started

A first setup with Trezor Suit takes roughly half an hour if you do not rush the backup step, which is the one part worth doing slowly and in private.

  1. Step 01

    Check the package, then install

    Inspect the device packaging for tampering, then download Trezor Suit from the official source for your operating system and verify the installer signature if you are able to.

  2. Step 02

    Connect and install firmware

    Plug in the device and let Trezor Suit install the current firmware. New units ship without it, and the device verifies the signature before accepting anything.

  3. Step 03

    Create the wallet and write the backup

    Generate a new wallet, copy the recovery words from the device screen onto paper or metal, and complete the check that Trezor Suit asks for. Never photograph or type them into a computer.

  4. Step 04

    Set a PIN and adjust settings

    Choose a PIN you can remember without writing down, then set your fiat currency, enable Tor if you want it, and turn on discreet mode if you use a laptop in public.

  5. Step 05

    Receive a small test amount first

    Generate an address, confirm it on the device, send a small amount, and watch it arrive. Once that round trip works, move the rest.

Adding accounts, labels, and a passphrase wallet can all wait. Trezor Suit lets you build up complexity later, and starting simple lowers the chance of a mistake while you are still learning the interface.

[ 14 ] Habits that prevent expensive mistakes

Almost every loss involving hardware wallets comes from one of three places: a fake application, a leaked recovery backup, or an approval given without reading the device screen. Trezor Suit can help with the third by displaying clear transaction details, but the first two are entirely up to the person at the keyboard.

Treat unsolicited contact as hostile. Real support will never ask for recovery words, never ask you to enter them on a web page, and never need remote access to your machine. If a message claims your wallet is at risk and must be migrated, that is the attack, not the fix.

Keep the boring routines. Update firmware and Trezor Suit when prompted, verify addresses on the hardware, store the backup somewhere fire and water will not reach it, and confirm at least once that you can read your own handwriting on those words. If you use a passphrase, record how you will remember it in a way that does not sit next to the seed. Trezor Suit will not rescue a forgotten passphrase, and neither will anyone else.

Finally, keep expectations calibrated. Trezor Suit reduces the number of people who can take your coins to one, which is you. That is the point of self custody, and it is also its full weight.

[ 15 ] Frequently asked questions

Is Trezor Suit free to use?

Yes. Trezor Suit is free software with no subscription and no account. You pay only for the hardware wallet itself, plus network fees when you transact and whatever a third party provider charges if you use the buy, sell, or swap features.

Can Trezor Suit be used without a hardware wallet?

Not as a wallet. Trezor Suit is an interface to a device, so creating accounts, receiving, and sending all require the hardware to be connected. The mobile companion can show remembered balances without it, but it cannot move funds.

What happens to my coins if my computer dies?

Nothing. Trezor Suit stores no keys, so installing it on another machine and connecting the same device restores the identical accounts and balances. Only locally stored labels and app settings need to be set up again.

Does Trezor Suit see my balances and addresses?

To show a balance, the software has to query a blockchain backend, and by default that backend is operated by the vendor. Enabling Tor hides your network location, and pointing Trezor Suit at your own node removes the third party entirely.

Why does my token not appear in the interface?

Either the network is not natively supported by Trezor Suit, or the asset lives on a chain that requires a third party wallet using your device for signing. Older device models also cover fewer networks than current ones. Check that the account you are viewing matches the network the token was sent on.

Is the browser version as safe as the installed one?

The signing boundary is the same, because the device still approves every transaction on its own screen. The differences are practical: the desktop build of Trezor Suit offers built in Tor and does not depend on browser permissions or extensions, so it is the better default for regular use.

Can support recover my wallet if I lose the backup?

No. There is no key escrow behind Trezor Suit and no reset link. Without the recovery backup, and without the passphrase if you set one, the funds are unreachable. That is the trade off self custody makes explicit.