Application overview / hardware wallet interface
Trezor Suite Explained, From Setup to Everyday Use
Trezor Suite is the free companion application for Trezor hardware wallets. It runs as a desktop program on Windows, macOS, and Linux and as a browser app, and it is where owners of a Trezor device check balances, send and receive coins, install firmware, and manage security settings. SatoshiLabs, the Prague company that shipped the first Trezor in 2014, builds and maintains Trezor Suite, and the source code is public so anyone can read it.
The most important thing to understand about Trezor Suite is the boundary it respects. Private keys never leave the hardware wallet, which means Trezor Suite cannot move funds on its own. It reads the blockchain, assembles transactions, and hands signing requests to the device, where you approve them on the device screen with its own buttons or touchscreen. Everything that follows explains how that split works in practice and what Trezor Suite adds on top of it.
At a glance
- Maker
- SatoshiLabs
- Type
- Wallet interface, not a custodian
- Platforms
- Windows, macOS, Linux, browser
- Mobile
- Watch-only companion app
- Price
- Free to download and use
- Code
- Open and publicly auditable
01 / Overview
What Trezor Suite is and what it replaced
Before Trezor Suite existed, Trezor owners used a browser-based interface called Trezor Wallet, which handled the basics of sending and receiving but lived entirely inside a web page. Trezor Suite was built as its successor and shifted the center of gravity to a locally installed desktop application, with a browser version kept alongside it for people who cannot or prefer not to install software. The older interface was eventually retired.
Functionally, Trezor Suite covers the whole life cycle of a hardware wallet. It runs the guided setup for a new device, writes and verifies firmware, walks you through creating a recovery backup, sets the PIN, opens passphrase-protected wallets, and then settles into daily duty as a portfolio dashboard with account balances, transaction history, and address generation. Device maintenance and everyday spending share the same window.
The audience is broad on purpose. A first-time buyer can follow the Trezor Suite setup wizard without knowing what a derivation path is, while someone running their own Bitcoin node can point Trezor Suite at that node, enable Tor, pick individual coins to spend, and never touch a default server. The same application serves both, with the advanced controls tucked into settings rather than pushed at newcomers.
02 / Architecture
How Trezor Suite works behind the interface
Three parts make up the system. The hardware wallet stores the seed and performs signing inside its secure environment. Trezor Suite, on your computer, is the interface and the transaction builder. A blockchain backend supplies the data neither of the first two can produce alone, such as current balances, fee estimates, and the broadcast path to the network. Nothing secret crosses from the device into Trezor Suite.
When you connect the device and unlock it, Trezor Suite receives extended public keys for the accounts you use. Those keys let it derive addresses and watch history without any ability to spend. Composing a payment happens locally in Trezor Suite, which selects inputs, calculates the fee, and sends the unsigned transaction to the device. The device displays the amount and destination address on its own screen; if what you see there matches what you intended, you confirm, and only then does a signed transaction come back for Trezor Suite to broadcast.
The backend deserves attention because it is the one component you can choose. By default Trezor Suite talks to Blockbook indexer servers operated by SatoshiLabs, which is convenient and requires no configuration. In settings you can instead supply your own Blockbook or Electrum server, and from that point Trezor Suite queries your infrastructure rather than someone else's, which removes the third party that would otherwise see which addresses you are watching.
| Stage | Handled by |
|---|---|
| Seed storage | Device only |
| Address discovery | Suite, from public keys |
| Balance and history | Blockchain backend |
| Transaction build | Suite |
| Verification | Device screen |
| Signature | Device only |
| Broadcast | Suite via backend |
03 / Capabilities
What you can do inside Trezor Suite
The feature set divides roughly into three jobs: watching what you own, moving it, and looking after the device that protects it. Trezor Suite keeps all three in one place, and most of what follows is available whether you hold a single Bitcoin account or a dozen accounts across several networks.
Dashboard and accounts
A single portfolio view totals your holdings in your chosen fiat currency and charts value over time. Each coin can hold multiple accounts, and Trezor Suite labels them by address type so a legacy Bitcoin account is never confused with a native SegWit or Taproot one.
Sending with fee control
Alongside preset fee levels, Trezor Suite lets you set a custom rate, add an OP_RETURN message on Bitcoin, and bump the fee on a stuck transaction that was sent as replaceable. Receiving works the same way in reverse, with every address shown on the device for confirmation.
Coin control
For Bitcoin and similar chains, Trezor Suite exposes the individual unspent outputs behind a balance and lets you choose which ones fund a payment. That is the difference between spending blindly and keeping unrelated coins from being linked in one transaction.
Labels and records
Accounts, addresses, and transactions can carry your own notes. Trezor Suite encrypts this metadata with a key derived from the device, and you decide whether it stays on the computer or syncs through a cloud drive. History also exports to CSV or PDF for bookkeeping.
Trading and staking
Buy, sell, and swap panels in Trezor Suite compare quotes from third-party providers, and staking is offered on supported networks through external validators. These are integrations, not in-house services, so their fees, limits, and identity checks belong to the provider.
Device management
Firmware installation and updates, PIN changes, wipe and recovery, backup checks, and the authenticity test for newer models all run from the device settings screen in Trezor Suite, so maintenance never requires a separate tool.
04 / Privacy
Privacy controls worth turning on
A hardware wallet protects keys, not habits. Anyone able to watch your queries can learn which addresses you own, so the desktop build of Trezor Suite includes a switch that routes its traffic over the Tor network instead of connecting directly. Combine that with your own backend and Trezor Suite tells almost nobody anything.
Two smaller controls matter day to day. Discreet mode blurs every amount until you hover over it, which makes Trezor Suite safe to open in a shared office or on a train. Coin control, described above, keeps separate funds separate on chain. Neither requires technical knowledge, and both are reversible at any time.
Privacy checklist
- TOREnable Tor routing in the desktop app when your network is untrusted.
- NODEPoint Trezor Suite at your own Blockbook or Electrum server to remove the third-party lookup.
- MASKSwitch on discreet mode before opening the dashboard in public.
- UTXOUse coin control so unrelated deposits are not merged in one payment.
05 / Asset support
Which coins Trezor Suite handles natively
Native support means an account you can create, watch, and spend from inside Trezor Suite itself. The list below covers the main families; token standards on the supported smart-contract chains bring in a much longer tail of assets. Availability also depends on the model you own, since some newer chains were never added to the firmware of the original Trezor Model One.
| Network family | Examples | Notes in Suite |
|---|---|---|
| Bitcoin and forks | Bitcoin, Bitcoin Cash, Litecoin, Dogecoin, Dash | Full UTXO view, coin control, fee bumping |
| Ethereum and EVM chains | Ether plus ERC-20 tokens | Token balances, custom gas limit and price |
| Solana | SOL and SPL tokens | Requires a newer device model |
| Cardano | ADA and native assets | Not available on Trezor Model One |
| XRP Ledger | XRP | Reserve requirement applies to the account |
| Everything else | Assets without a Suite account type | Use a compatible third-party wallet with the device |
If a coin you hold has no account type in Trezor Suite, that does not always mean the device cannot store it. Many third-party wallets connect to a Trezor and delegate signing to it while providing their own interface, so the keys stay protected even when Trezor Suite is not the front end. The trade-off is that you then rely on that wallet's code and its handling of your data.
06 / Comparison
Desktop app, browser app, and the mobile companion
Trezor Suite comes in more than one form, and the choice has real consequences. The desktop application is the most capable and the one to prefer for setup and firmware work, because it ships as a signed installer, bundles the communication layer with the device, and carries the built-in Tor and custom backend options. The browser version of Trezor Suite is a convenience release for machines where you cannot install software; it needs a Chromium-based browser with WebUSB support and inherits the browser's privacy behavior.
| Capability | Desktop | Browser | Mobile companion |
|---|---|---|---|
| Set up a new device | Yes | Yes | No |
| Firmware updates | Yes, recommended | Yes | No |
| Sign and send transactions | Yes | Yes | No, view only |
| Built-in Tor routing | Yes | No | No |
| Custom backend server | Yes | Limited | No |
| Works without the device present | Portfolio only | Portfolio only | Yes, by design |
The mobile side is deliberately narrow. Trezor Suite Lite for iOS and Android is a watch-only app that tracks the balances of accounts you have paired with it, so you can check a portfolio without carrying the hardware wallet. It cannot spend, cannot recover a wallet, and cannot replace the desktop edition of Trezor Suite for anything involving keys, which is exactly why it is safe to keep on a phone.
07 / Security model
The security model in plain terms
Trezor Suite assumes your computer may already be compromised. That assumption drives the whole design: the recovery seed is generated on the device, never typed into Trezor Suite during normal use, and never displayed on the monitor. A PIN entered through the device blocks a thief who has the hardware, and an optional passphrase creates entirely separate hidden wallets from the same seed, none of which Trezor Suite can open without that exact phrase.
Backups follow published standards. Depending on the model, Trezor Suite guides you through a single-share recovery list of words or a multi-share scheme based on Shamir's secret sharing, where any threshold of shares restores the wallet and a single lost share does not. Because these are open standards rather than proprietary formats, a backup made through Trezor Suite is not locked to one company's software.
Two habits carry most of the practical protection. First, always compare the receiving or sending address on the device screen against what Trezor Suite shows, since malware that swaps clipboard addresses cannot alter the device display. Second, install Trezor Suite only from its official distribution and let it check firmware signatures and, on newer models, run the device authenticity test during setup.
Verification points
- Firmware
- Signature checked before installation, with a warning on unofficial builds.
- Device
- Authenticity check on supported models during first setup.
- Address
- Every send and receive address confirmed on the device screen.
- Backup
- Dry-run recovery lets you test a written backup without exposing it.
08 / How to get started
Setting up a device with Trezor Suite
-
Step 01 / install
Install the desktop application
Download Trezor Suite for your operating system from the official source only, and install it before connecting anything. Doing the first setup on the desktop build rather than in a browser keeps the firmware step on software you control.
-
Step 02 / connect
Connect the device and install firmware
Plug the device in with its cable. A new unit ships without firmware, and Trezor Suite installs the current signed version, then runs the authenticity check on models that support it. Follow the prompts on both screens rather than only the computer.
-
Step 03 / back up
Create and write down the backup
The device generates your wallet and shows the recovery words. Copy them onto paper or metal, never into a photo, a password manager, or a text field, and never into Trezor Suite. Then set a PIN when prompted and verify the backup with a dry-run recovery.
-
Step 04 / configure
Add accounts and tune the settings
Create accounts for the coins you hold, set your display currency, and if privacy matters to you, turn on Tor and point Trezor Suite at your own backend. Send a small test amount first, confirming the address on the device, before moving anything substantial.
09 / Everyday practice
Living with Trezor Suite after setup
Most sessions in Trezor Suite are short: open it, connect the device, look at a balance or send a payment, unplug. The habits that keep those sessions boring are the valuable ones. Keep the application itself updated, since Trezor Suite ships fixes and new coin support regularly, and apply firmware updates when the app flags them rather than months later.
Two failure modes account for a lot of confusion. A balance that looks wrong is usually a backend or account-type issue rather than lost coins, because the wallet exists on the blockchain, not in the app. And a wallet that appears empty after a passphrase is typed almost always means a typing mistake, since every distinct phrase opens a different hidden wallet that Trezor Suite has no way to distinguish from the intended one.
Practical rules
- Read the address on the device, not the screen, every time.
- Keep the recovery backup offline and away from the computer running Trezor Suite.
- Treat swap, buy, and staking partners inside Trezor Suite as third parties with their own terms.
- Export history periodically if you need records for tax reporting.
- Nobody legitimate will ever ask for your recovery words, in Trezor Suite or anywhere else.
10 / FAQ
Frequently asked questions
Does Trezor Suite cost anything?
No. Trezor Suite is a free download and free to use with a supported device. Costs appear only when you use an integrated third-party service such as a swap or a purchase, and those fees belong to the provider, plus the usual network fees.
Is Trezor Suite required to use the device?
Not strictly. Compatible third-party wallets can drive a Trezor for signing. In practice Trezor Suite is still the right tool for setup, firmware, and backup work, and it is the interface the manufacturer supports.
Can Trezor Suite see my recovery seed?
No. The seed is generated and stored on the device and is shown only on the device screen. Trezor Suite works from extended public keys, which reveal addresses and balances but cannot authorize a payment.
Does Trezor Suite work offline?
Partly. It needs a connection to fetch balances and broadcast transactions, though the portfolio view can show the last known state. If you run your own node, Trezor Suite can get that data from your local network instead of the internet at large.
What happens to my coins if the app disappears?
Nothing. Your funds live on their blockchains, and your keys derive from a backup written in open standards. If Trezor Suite were gone tomorrow, that backup would still restore the wallet in any compatible software.
Can I manage several wallets in Trezor Suite?
Yes. Different devices can each be set up in Trezor Suite, and passphrases create additional hidden wallets on one device. Each appears as a separate wallet with its own accounts, labels, and history.