wallet interface / self-custody
Trezor Suite, the application that runs Trezor hardware wallets
Trezor Suite is the official application from SatoshiLabs for setting up and operating a Trezor hardware wallet. It runs as a downloadable desktop program for Windows, macOS and Linux, and as a browser version for people who prefer not to install anything. Its job is to be the screen, keyboard and network connection for a device that deliberately has very little of each: Trezor Suite reads balances, drafts transactions, and pushes signed transactions out to the network, while the private keys stay locked inside the hardware.
Everything a wallet owner normally needs sits in one place. Trezor Suite walks you through installing firmware and creating a wallet, records the recovery backup process, sets a PIN and optional passphrase, and then becomes the day-to-day dashboard for accounts, portfolio values, transaction history, address generation, fee choices and privacy settings. Optional third-party services for buying, selling, swapping and staking are bolted on to the same interface, clearly separated from the wallet functions themselves.
It helps to be clear about what the software is not. Trezor Suite is not a custodian and never takes possession of coins; it holds no keys, no seed words and no account with a password to reset. If the app is deleted, the coins are unaffected, because they are recoverable from the device and, failing that, from the offline backup. Understanding that split between interface and key storage is the single most useful thing to grasp before reading anything else on this page.
What Trezor Suite is and how it is put together
Trezor Suite replaced the older browser-based wallet interface that early Trezor owners used, folding device setup, firmware management, account management and settings into a single application. The consolidation matters in practice: instead of one page for spending and another for firmware and a scattering of advanced tools, Trezor Suite presents one dashboard with a settings area where features are switched on or off per coin and per device.
The source code is published openly, which is the norm for reputable wallet software and lets researchers inspect how transactions are built and how data leaves the machine. That openness is also why Trezor Suite can be treated as a convenience rather than a dependency; the standards it uses for keys and backups are public, so another compatible wallet can read the same accounts if it ever needs to.
Under the hood, the app has no blockchain of its own. Trezor Suite asks indexing servers for the history and unspent outputs belonging to your account public keys, then assembles a picture of your balances locally. Those public keys, called xpubs, allow the app to derive fresh addresses and read history without any ability to spend. For Bitcoin, the default servers can be swapped for your own node or Electrum server, which is the difference between trusting someone else's index and trusting your own.
Signing is a conversation between two halves. Trezor Suite constructs an unsigned transaction, hands it to the device over USB, the device renders the amount and destination on its own screen, and only a physical confirmation returns a signed transaction for broadcast. A compromised computer can lie to you about what is on the screen of your desktop; it cannot change what the hardware displays, which is why the device screen is the authority and Trezor Suite is only the messenger.
Supported devices and platforms
Trezor Suite supports the current hardware line as well as older models still in circulation, including the original Trezor Model One, the touchscreen Model T, and the Trezor Safe family. Capabilities differ by model rather than by app: the newer devices carry a secure element and can run an authenticity check, and touchscreen models allow passphrases and PINs to be entered directly on the device instead of through the computer. Trezor Suite adapts its prompts to whichever device is plugged in, so the setup flow you see depends on the hardware.
The desktop build is the most complete version. It bundles the communication layer needed to talk to the device, so there is no separate helper program to install, and it hosts the privacy features that a browser cannot offer, such as routing requests through Tor and pointing Bitcoin accounts at a custom backend. The web version of Trezor Suite is genuinely useful on machines where you cannot install software, but it inherits the browser's limits and its exposure to extensions running alongside it. Mobile availability has always been narrower than desktop, so plan on a computer for setup and firmware work.
Asset coverage is broad but not universal. Trezor Suite handles Bitcoin and its common script types natively, along with Ethereum and ERC-20 tokens, and a range of other major chains that can be enabled or hidden in coin settings. Some assets that the device itself supports are not surfaced in the app and are reached instead through a third-party wallet connected to the same hardware. Before buying a device for a specific coin, check the current list rather than assuming, because supported networks are added and occasionally retired over time.
The security model behind Trezor Suite
The first line of defense is verification on glass you control. When you generate a receiving address, Trezor Suite shows it in the app and asks you to compare it with the address on the device display; when you spend, the device shows the recipient and the amount. This ritual defeats malware that swaps addresses in the clipboard or in a web page, which remains one of the most common ways people lose funds. Trezor Suite prompts for the check, but the discipline of actually reading the device screen is yours.
Firmware is the second layer. Trezor devices check the cryptographic signature on firmware before running it, and Trezor Suite manages installation and updates so that you are not hunting for files. If a device is running unofficial firmware, the app surfaces a warning rather than quietly continuing. On models with a secure element, Trezor Suite can also run a device authenticity check during setup, a sensible habit for any hardware that did not arrive directly from the manufacturer.
Access control comes from a PIN and, optionally, a passphrase. The PIN protects a device that someone else is physically holding. The passphrase is different in kind: each passphrase opens a completely separate hidden wallet derived from the same backup, and because it is not stored anywhere, a typo silently produces a different empty wallet instead of an error. Trezor Suite makes hidden wallets easy to open, which also makes them easy to misuse, so treat a passphrase as a second secret that must be recorded as carefully as the recovery words.
Backups are the last resort and the most important step. During setup, Trezor Suite guides you through writing down a recovery seed offline, and on supported models it can create a multi-share backup based on Shamir Secret Sharing, where a chosen number of shares out of several is enough to restore. The app also offers a check that confirms you copied the words correctly. Because the backup follows published standards, a wallet can be restored later even without this software, which is exactly the property you want from a long-term store of value. Never type recovery words into a computer, a phone, or any screen that asks for them, including anything claiming to be Trezor Suite.
Accounts, coins and the portfolio view
The dashboard opens on a portfolio summary, with a value chart and a list of accounts beneath it. Each coin you enable in settings gets its own accounts, and Bitcoin in particular can hold several accounts of different script types, since a legacy account, a native SegWit account and a Taproot account are separate branches of the same wallet with separate addresses. Trezor Suite creates them on request rather than all at once, which keeps the dashboard from filling up with empty rows.
Fiat values are calculated for display only, using market rates, and can be switched off entirely. Discreet mode blurs balances so you can open Trezor Suite in a shared office or on a call without broadcasting your holdings, which is a small feature that people use constantly. Ethereum accounts detect ERC-20 token balances automatically, so tokens appear without manual contract entry, though obscure or malicious tokens sent to your address should be treated with the same suspicion you would apply anywhere else.
For record keeping, Trezor Suite supports labeling: accounts, individual transactions and addresses can be named, and those labels can be stored encrypted in your own cloud drive so they follow you to another computer. Account history can also be exported for accounting or tax preparation. Labels are metadata rather than money, but a wallet used for years without them becomes very hard to reason about, and adding them as you go costs nothing.
Sending and receiving with Trezor Suite
Receiving starts with a fresh address. Trezor Suite generates the next unused address in the account, asks the device to display it, and offers a QR code once you have confirmed the two match. Reusing an old address usually still works, but new addresses keep your history harder to link together, and the app nudges you toward them by default.
Sending is a short form: recipient, amount, and a fee. Trezor Suite offers preset fee levels with estimated confirmation times and a custom option for people who want to name their own rate, which matters when the mempool is busy and the difference between presets is real money. Review the details on the device before pressing confirm, since that is the last point at which a swapped recipient can be caught.
Bitcoin users get a set of tools that casual wallets omit. Coin control lets you choose exactly which unspent outputs fund a payment, which is useful both for privacy and for tidying up dust. If a transaction is stuck at a fee that no longer clears, Trezor Suite can bump it using replace-by-fee rather than leaving you to wait. These options sit behind an advanced toggle, so they do not clutter the ordinary send flow.
Once broadcast, a transaction appears in the account history with its confirmations, fee and any label you attach. Trezor Suite shows pending items distinctly, which is worth remembering during network congestion: a payment that is visible in the app but not yet confirmed has not settled, and re-sending it is almost never the right response.
Privacy and network settings
Using a hardware wallet protects your keys, not your privacy. Because Trezor Suite queries indexing servers with your account public keys, whoever runs those servers can in principle associate your addresses with your network requests. The app is unusually direct about this and gives you two levers to pull.
The first is Tor. In the desktop version, Trezor Suite can route its traffic through the Tor network, which separates your IP address from your wallet lookups at the cost of some speed. The second is your own backend: Bitcoin accounts can be pointed at a personal node or Electrum server, so nobody outside your household sees the queries at all. Together these turn a convenient default into something closer to a private setup, and neither requires giving up the interface.
There is also nothing to sign up for. Trezor Suite has no user account, no email login and no identity check for wallet functions, which is why the app can be reinstalled freely on a new machine. Identity requirements appear only if you choose to use the third-party trading services described next, and those are operated by outside companies under their own rules.
Optional buy, sell, swap and staking features
Alongside the wallet, Trezor Suite lists offers from third-party trading partners so that coins bought with a card or bank transfer can be delivered straight to an address on your own device, and coins can be sold or swapped without moving them to a custodial exchange first. Rates, fees, payment methods and identity checks belong to those providers, not to the wallet, and the app presents several so they can be compared before you commit.
Trezor Suite also includes an Ethereum staking option provided by an external staking service, letting holders earn network rewards while keys remain on the device. Staking carries its own considerations, including provider fees and the time it can take to unstake and withdraw, so read the terms rather than treating it as a savings account. All of these integrations are optional: if your goal is cold storage, ignore them entirely and Trezor Suite works exactly as well as a plain wallet.
Desktop, browser and third-party wallets compared
Most people should install the desktop application and leave it at that. The table below shows where the two versions of Trezor Suite differ, and where a third-party wallet driving the same hardware still makes sense.
| Capability | Suite desktop | Suite web | Third-party wallet |
|---|---|---|---|
| Installation needed | Yes, one download | No, runs in browser | Varies by wallet |
| Setup and firmware updates | Full support | Supported | Not supported |
| Tor routing | Built in | No | Wallet dependent |
| Custom Bitcoin backend | Yes | No | Often yes |
| Coin control and fee bumping | Yes, Bitcoin-like coins | Yes, Bitcoin-like coins | Wallet dependent |
| Encrypted label sync | Yes | Yes | Rarely |
| Assets not listed in Suite | No | No | Main reason to use one |
| Best suited to | Everyday use | Locked-down machines | Niche chains and apps |
Mixing approaches is normal and safe. A third-party wallet can hold a chain that Trezor Suite does not list while Trezor Suite remains the tool you use for firmware, backups and your main Bitcoin accounts, because all of them are reading the same keys from the same device.
How to get started with Trezor Suite
A first setup takes roughly half an hour if you do it calmly and without interruptions. Do it somewhere private, with pen and paper ready and no camera pointed at the desk.
- step_01
Download Trezor Suite for your operating system from the official source and, if you are able, verify the signature of the installer before running it. Installers found through search ads or file-sharing sites are a known attack path. - step_02
Connect the device with its cable and let Trezor Suite run the setup wizard, which installs firmware, offers the authenticity check on supported models, and then creates a new wallet. - step_03
Write the recovery backup on paper or steel exactly as the device shows it, never as a photo or a text file, then run the backup check that Trezor Suite offers so you know the copy is correct. - step_04
Set a PIN you can remember but nobody can guess, and decide about a passphrase later rather than in a hurry. Then enable only the coins you actually hold in the settings area of Trezor Suite. - step_05
Send a small test amount first. Generate an address in Trezor Suite, verify it on the device, receive the funds, then send a fraction back out so you have practiced the full round trip before moving anything significant.
Store the backup somewhere separate from the device itself, so that one flood, fire or burglary cannot take both. That separation, not the software, is what protects you over a period of years.
Common problems and what usually causes them
The complaint people report most often is a device that Trezor Suite will not detect. In the great majority of cases the cause is mundane: a charge-only cable, a flaky hub or front-panel port, another wallet application or a browser tab holding the connection open, or on Linux a missing set of udev rules. Try a different cable directly into the machine and close anything else that talks to the device before assuming hardware failure.
The second is an empty wallet that should not be empty. Almost always this is either a passphrase typed slightly differently, which opens a genuinely different hidden wallet, or funds sitting in an account of another script type that has not been added yet in Trezor Suite. Neither situation involves lost coins; the money is still on the chain, waiting for the right account to be opened.
If a firmware update is interrupted, do not panic and do not enter your recovery words anywhere except the device. Reconnect, let Trezor Suite pick the process back up, and remember that a correct backup makes even a bricked device a replaceable component rather than a disaster. For background reading on hardware wallets as a category, the overview on Wikipedia is a reasonable neutral starting point.
Frequently asked questions about Trezor Suite
Does Trezor Suite cost anything?
No. Trezor Suite is free software and its source code is public. You pay for the hardware device, and separately for any fees charged by third-party buy, sell, swap or staking providers if you choose to use them, plus the usual network transaction fees.
Do I have to use Trezor Suite with my device?
For spending, no; several independent wallets can drive the same hardware. For setup, firmware and backup management, Trezor Suite is the supported path, and it is the version the manufacturer tests against, so most owners keep it installed even when they use something else day to day.
Can I check my balance without the device connected?
Trezor Suite is built around the device being present, and spending is impossible without it by design. Plan on plugging in whenever you want to work with accounts, and use discreet mode if you are opening the app in a place where a screen can be seen.
Does Trezor Suite ever see my recovery seed?
No. The seed is generated on the device and displayed there, and Trezor Suite has no mechanism for storing it. Any website, email, chat message or fake app that asks you to type recovery words into a computer is an attempt at theft, without exception.
What happens to my coins if the software is discontinued?
Nothing. Keys and backups follow published standards, so a wallet created with Trezor Suite can be restored in other compatible software. This is the practical reason to know your backup is correct: it makes you independent of any single application or company.
Should I use the desktop or the browser version?
Choose desktop unless something prevents installing it. The desktop build of Trezor Suite includes Tor routing and custom backend settings, avoids browser extensions sharing the page, and does not need a separate connection helper.
Are all cryptocurrencies supported?
No. Trezor Suite covers Bitcoin, Ethereum and ERC-20 tokens and a set of other major networks, and coins can be enabled or hidden in settings. Assets outside that list may still be usable through a third-party wallet connected to the device, so check the current list for anything specific.
Who can see my balances?
By default, the indexing servers that Trezor Suite queries can associate your account public keys with your requests. Turning on Tor, or connecting Bitcoin accounts to your own node, closes most of that gap while leaving the rest of the interface unchanged.