Hardware wallet interface

What Trezor Suite Is and How It Works

Trezor Suite is the official application that SatoshiLabs, the Prague-based company behind the Trezor hardware wallets, built for setting up and operating those devices. It runs as a downloadable desktop program for Windows, macOS and Linux, and as a browser-based version, with a companion mobile app called Trezor Suite Lite for checking balances on the go. Think of it as the screen, the network connection and the bookkeeping layer for a wallet whose secrets live somewhere else entirely.

The division of labor matters more than any single feature. Your private keys are generated and stored on the Trezor device and never leave it. Trezor Suite assembles unsigned transactions, shows you what is happening, talks to blockchain nodes, and then hands the transaction to the device, which asks you to confirm the details on its own display before signing. If Trezor Suite were compromised, the attacker would still need your physical confirmation on hardware they do not control.

This page covers the whole picture in order: what Trezor Suite replaced and why, the three ways to run it, the security model, day-to-day account and transaction work, the privacy controls, supported assets, and a practical setup sequence. Nothing here requires you to own a device to follow along.

A Trezor hardware wallet connected by USB cable to a laptop showing a cryptocurrency portfolio dashboard
Trezor Suite runs on the computer; signing keys stay on the connected device.

Quick specifications

Developer
SatoshiLabs
Platforms
Win / macOS / Linux / web
Mobile
Suite Lite (view only)
Key storage
on device only
Source code
public / auditable
Price
free to use

Background

Where Trezor Suite came from

Before Trezor Suite existed, owners of a Trezor device used a browser interface commonly known as Trezor Wallet, supported by a separate bridge process for USB communication and a scattering of third-party tools for anything unusual. It worked, but it was a web page: no offline install, limited control over which server your balance queries went to, and an interface that had grown by accretion since the first Trezor One shipped in 2014.

Trezor Suite was the rebuild. It appeared in public beta in 2020, and during 2021 it became the default way to use the devices, with the older wallet interface retired for new setups. The important change was architectural rather than cosmetic: shipping a real desktop application meant firmware updates, device authentication, Tor routing and custom node connections could all live in one signed binary instead of depending on a browser and a helper daemon.

Trezor Suite is developed in the open, so the code that talks to your device can be read, built and audited by anyone who cares to. For a tool whose entire purpose is to be trusted with the display of payment details, that transparency is part of the product. General background on the device family and the company is also available on Wikipedia.

Three ways to run it

Desktop app, web app, and Suite Lite

The desktop build of Trezor Suite is the recommended one and the most capable. Because it is installed locally, it can route its own traffic through Tor, connect to a Bitcoin node you run yourself, keep your labels in a local file, and update device firmware without a browser in the middle. It also means the code you audited yesterday is the code running today, rather than whatever a web server sends you.

The web version of Trezor Suite exists for situations where installing software is not an option, such as a borrowed or locked-down machine. It offers most everyday functions, including signing, but a handful of advanced settings are desktop-only, and every page load depends on the delivery of the site being intact. On the mobile side, Trezor Suite Lite is deliberately narrow in scope: it is a watch-only app that reads public addresses so you can follow balances and incoming payments without carrying the device around. Signing on iOS is not part of it.

The table below sums up the practical differences. Whichever you use, the device confirmation step is identical, so the security floor does not move between them.

Capability Suite desktop Suite web Suite Lite
Sign and send transactions yes yes no
View balances and history yes yes yes
Firmware install and update yes yes no
Built-in Tor routing yes browser dependent no
Custom node / backend yes limited no
Device needed to use yes yes no (read only)

Trust model

The security model behind the interface

The single rule worth memorizing is that Trezor Suite is untrusted by design. It can compose a payment, but it cannot authorize one. When you press send, the device shows the recipient address and amount on its own screen, and nothing happens until you approve it there. This is why the advice to always read the device screen, not the computer screen, is not pedantry: address-swapping malware attacks the computer, and the hardware display is the part it cannot rewrite.

Receiving works the same way in reverse. Trezor Suite asks the device to display the address it derived, and you compare it with what the app shows before handing it to anyone. Layered on top are the PIN, entered so that the position of the digits is not exposed to the host, and the optional passphrase, which turns one physical backup into any number of separate hidden wallets. Each passphrase produces a completely different set of accounts, and Trezor Suite treats them as distinct wallets in the interface.

Trezor Suite also handles the integrity checks around the device itself. It verifies that installed firmware is genuine and signed, warns you when an update is available, and on newer models with a secure element it can run an authenticity check that helps flag a counterfeit or tampered unit before you put funds on it. Backups remain a device-side matter: a standard recovery seed on every model, or Shamir-style multi-share backups on models that support them, always written down offline and never typed into Trezor Suite.

Trezor Suite will never ask you to type your recovery seed into a computer. Any page, email, or pop-up that does is an attack, no matter how convincingly it copies the interface.

Accounts

The dashboard and how accounts are organized

Opening Trezor Suite with an unlocked device lands you on a portfolio dashboard: total value in your chosen fiat currency, a value graph over a selectable period, a breakdown by asset, and a combined list of recent activity across every account. Discreet mode blurs the numbers with one click, which is genuinely useful in an office or a cafe.

Underneath, everything is organized as accounts rather than one undifferentiated pile of coins. Each account is a separate branch of the derivation tree, so you can keep savings apart from spending, or run a separate account per project, and their histories never mix. For Bitcoin, Trezor Suite lets you choose the account type when you add one, covering the modern Taproot and native SegWit formats as well as legacy types for compatibility with older services.

Trezor Suite lets you rename accounts, hide the empty ones, and inspect any of them in detail. Each one carries its own transaction list with search, its own set of receive addresses, and an export function for history in a spreadsheet-friendly format, which is what most people reach for at tax time.

Day to day

Sending, receiving, and fee control

A send in Trezor Suite is a short sequence: pick the account, paste or scan the address, set the amount in crypto or fiat, choose a fee level, confirm on the device. You can add several outputs to a single Bitcoin transaction, which is cheaper than sending twice, and set a custom fee rate in sat/vB when the presets do not match conditions. If a Bitcoin payment gets stuck at a low fee, Trezor Suite can bump it using replace-by-fee rather than leaving you waiting.

For people who care which coins they spend, coin control in Trezor Suite exposes the individual unspent outputs in an account and lets you select exactly which ones to use. That is how you avoid merging a freshly received payment with an older balance you would rather keep unlinked, and it is one of the features that separates a serious wallet interface from a simple balance viewer.

Receiving addresses are always shown for confirmation on the device before use, and Trezor Suite keeps a list of previously generated ones so you can tell which invoice a payment answered. Addresses appear in the interface in monospace, in a form built for comparing character by character, for example bc1q...check-on-device where the point is that the device screen is the authority.

Privacy controls

Tor, your own node, and encrypted labels

Any wallet has to ask some server about your balances, and that server can log the question. Trezor Suite gives you two ways to shrink that exposure. The desktop app includes a Tor switch that routes its blockchain traffic through the Tor network, so the queries are not tied to your home address. And in the coin settings you can point Bitcoin at a backend you control, such as your own node, so the questions never leave your household at all.

The other privacy layer is naming. Trezor Suite can attach labels to accounts, addresses and individual transactions, which is how a wall of hashes becomes a readable ledger. Because those labels are sensitive metadata, they are encrypted with a key derived from your device and stored locally or in a cloud drive of your choosing, so the plaintext of who you paid is never handed to the developers.

None of this makes a public blockchain private on its own. Address reuse, exchange deposits and careless coin merging still link activity together. What Trezor Suite provides is the set of controls that lets a careful user avoid the easy mistakes, plus discreet mode for the shoulder-surfing problem that has nothing to do with cryptography.

Coverage

Supported assets, staking, and third-party services

Trezor Suite handles the major networks natively, including Bitcoin, Ethereum with its ERC-20 tokens, Litecoin, Bitcoin Cash, Cardano, Solana, XRP, Dogecoin and a long list of others, with the exact set depending on your device model and the firmware you install. There is also a Bitcoin-only firmware option that strips everything else out, which some owners prefer for a smaller attack surface. Assets not covered directly can often still be held on the same device through compatible external wallets, though then the interface is no longer Trezor Suite.

Beyond holding and spending, Trezor Suite integrates services it does not itself operate. Staking for selected networks is offered through third-party providers inside the app, and buy, sell and swap flows are aggregated from external exchange partners, with the device still signing anything that moves your coins. Rates, fees, availability and identity requirements come from those partners rather than from Trezor Suite, so read each offer on its own terms before accepting it.

Native networks

BTC, ETH, LTC, ADA, SOL, XRP and more

Firmware option

Bitcoin-only build available

Trading and staking

provided by external partners

Hardware

Which devices Trezor Suite manages

Trezor Suite is the management layer for the whole current device family and for the older models still in service, from the original two-button Trezor One through the touchscreen Model T to the Safe series with dedicated secure elements. The interface adapts to what you plug in: some backup and entry options only appear on models that support them, and the firmware Trezor Suite offers is the one built for that specific device.

Practical consequence: you do not need a different app when you upgrade hardware. Connect the new device, let Trezor Suite install firmware and walk you through creating a fresh backup, then move funds across. Multiple devices can be used with the same Trezor Suite installation, one at a time, which is how households with separate wallets or a hot and cold split usually work.

  • Trezor One two buttons, monochrome display
  • Trezor Model T color touchscreen, multi-share backup
  • Trezor Safe 3 buttons, secure element
  • Trezor Safe 5 touchscreen, secure element

Setup sequence

How to get started with Trezor Suite

A first-time setup takes roughly twenty minutes, most of it spent writing your backup down properly. Do it somewhere private, with a pen, and without a camera pointing at the desk.

  1. 01

    Install the app

    Get the desktop build of Trezor Suite for your operating system, and verify the download signature if you are able to. Only obtain it from the official source, since fake wallet apps are a common attack.

  2. 02

    Connect and check the device

    Plug in the hardware wallet. Trezor Suite identifies the model, runs its authenticity and firmware checks, and installs firmware if the device shipped without it.

  3. 03

    Create a wallet and back it up

    Generate a new wallet and write the recovery words down from the device screen onto paper or metal. Then set a PIN. Trezor Suite guides the order, but the backup only ever exists offline.

  4. 04

    Add accounts and receive a test amount

    Enable the coins you hold in Trezor Suite, name your accounts, then receive a small test payment and confirm the address on the device. Only after that arrives should you move the rest.

  5. 05

    Tune the settings

    In settings, pick your fiat currency, decide on Tor, consider a custom backend, and read up on passphrases before enabling one. Trezor Suite keeps these choices per installation.

Timeline

Release highlights

Trezor Suite ships on a rolling release schedule, with version numbers based on year and month, so the list below marks direction rather than every change. Features have also been retired over time when the services behind them stopped operating.

  • 2014 The first Trezor device ships, managed by the older browser wallet.
  • 2020 Trezor Suite enters public beta as a desktop and web application.
  • 2021 Trezor Suite becomes the default interface, replacing the legacy wallet.
  • 2023 Support for the Safe series with secure elements, plus staking through an external provider.
  • 2024 Newer models and additional networks, including Solana accounts, arrive in Trezor Suite.

Habits

Practical habits that prevent most losses

Almost every loss involving a hardware wallet comes from outside the cryptography. People copy a seed into a password manager, approve a transaction without reading the device screen, install a lookalike app that imitates Trezor Suite, or answer a message from fake support. Trezor Suite can warn you and show you the truth, but it cannot stop you from overriding it.

So build three habits. Read the amount and address on the device every single time, including the last four characters. Keep your recovery backup offline, in a form that survives water and time, and test that you can read it before you need it. And treat any unsolicited contact about your wallet as hostile, because nobody legitimate needs your seed, and Trezor Suite itself never asks for it.

Questions

Frequently asked questions

Does Trezor Suite cost anything?

No. Trezor Suite is free, and you pay only for the hardware. Network fees go to miners or validators, and any buy, sell or swap you make through an integrated partner carries that partner's own spread and fees, which the app shows before you confirm.

Can I use Trezor Suite without a device?

You can install and explore it, but there is no software-only wallet mode. Without a connected device there are no keys to derive accounts from. Trezor Suite Lite on mobile is the exception in a limited sense: it tracks balances from public data, and it cannot spend anything.

Should I use the desktop or the web version?

Use the desktop app when you can. It gives you Tor, custom backends and a local copy of the code you chose to install. The web version of Trezor Suite is the fallback for machines where you cannot install software.

Does Trezor Suite ever hold my coins or keys?

No. Keys are generated and kept on the device, and signing happens there. Trezor Suite reads public blockchain data to show balances and prepares transactions for the device to approve. It is not a custodian, and no company can freeze or move your funds.

What if Trezor Suite stops being available one day?

Your backup follows open standards, so the same recovery words can restore your wallet in other compatible software. That independence is the point of a standards-based seed: Trezor Suite is a convenient front end, not a lock on your money.

Can I connect it to my own Bitcoin node?

Yes. In the coin settings of the Trezor Suite desktop app you can specify your own backend instead of the default servers, so your address queries stay with infrastructure you run. Combined with the Tor option, this is the strongest privacy configuration Trezor Suite offers out of the box.

How do I know an update is genuine?

Firmware is cryptographically signed, and the device itself refuses anything that does not verify, with Trezor Suite showing the fingerprint during the process. Download application updates only through the app or the official site, and never from a link someone sends you.