Trezor Suite logo

Trezor Suite SatoshiLabs

Use this command to install Trezor Suite:
winget install --id=SatoshiLabs.trezor-suite -e

Trezor Suite desktop application

Trezor Suite is a comprehensive desktop application designed for managing Trezor hardware wallets. It provides users with a secure platform to view, send, receive, and store multiple cryptocurrencies, while also supporting advanced features such as multisignature transactions and atomic swaps.

Key Features:

  • Support for over 30 cryptocurrencies, including Bitcoin, Ethereum, and Litecoin.
  • Advanced security measures, including offline signing capabilities and encrypted backups.
  • Integration with Trezor hardware wallets to ensure secure private key storage.
  • Atomic swap functionality for direct cryptocurrency exchanges without intermediaries.
  • Multi-signature (multisig) support for enhanced transaction security.

Audience & Benefit: Ideal for individuals and businesses seeking a robust, secure solution for managing digital assets. The application offers peace of mind through its advanced security features, enabling users to take full control over their cryptocurrency transactions while minimizing risks. It can be installed via winget.

README

TREZOR SUITE MONOREPO

Welcome to the Trezor Suite repository! This repository contains the source code for 3 projects:

  • Connect - tool that offers developers an easy way to integrate Trezor's functionality into their own applications
  • Trezor Suite - desktop and web application for managing Trezor hardware wallet
  • Trezor Suite Lite - Mobile application designed for tracking user portfolios

img

Development

Prerequisities

Getting started

  • git clone git@github.com:trezor/trezor-suite.git
  • cd trezor-suite
  • git submodule update --init --recursive
  • git lfs install // Set up Git LFS for your user account. You only need to run this once per user account.
  • git lfs pull
  • nvm install
  • yarn
  • yarn build:libs

It's recommended to enable git config --global submodule.recurse true so you don't need to run git submodule update --init --recursive every time when submodules are updated.

> You don't need a Trezor device to get into the app, you can use emulator. There is a Trezor User Env to help you set it up and run emulator for any Trezor model ๐ŸŽ‰

Connect @trezor/connect

This repository is used for development of version 9 of @trezor/connect. For detailed documentation, please refer to this page.

Historically, Trezor Connect had its own repository. This repository is now archived.

Trezor Suite @trezor/suite

Dev environment is primarily supported on macOS or Linux, though development on Windows is possible by following this guide.

Run a dev build:

  • yarn suite:dev (web app)
  • yarn suite:dev:vite (โš ๏ธ EXPERIMENTAL: web app with Vite bundler used for development only, use yarn suite:dev if you want fidelity to production app)
  • yarn suite:dev:desktop (electron app)

Trezor Suite Lite @suite-native/app

> To set up your dev environment for a native platform (iOS/Android) follow these additional steps.

Contribute

Inspired by GitLab Contributing Guide

Using Conventional Commits is required.

Security vulnerability disclosure

Please report suspected security vulnerabilities in private to security@satoshilabs.com, also see the disclosure section on the Trezor.io website. Please do NOT create publicly viewable issues for suspected security vulnerabilities.

IDE specific settings

Find specific settings for Integrated Development Environments (IDE) in IDE.md

Versions
25.5.2
25.4.2
25.3.3
25.2.2
25.1.2
24.12.3
24.11.3
24.11.2
24.11.1
24.10.1
Website