Trezor Suite is the official desktop & web app for managing Trezor hardware wallets. This presentation focuses on security model, advanced workflows (air-gapped signing, multisig, automation), developer integration, and best practices for high-value operations.
Use ← → or PageUp/PageDown to navigate
Private keys never leave the device. Treat the host as untrusted: validate firmware, verify downloads, and prefer view-only modes and air-gapped signing for high-risk operations.
Air-gapped signing: create unsigned PSBT in Suite → sign with offline device → broadcast from an online uploader.
Multisig: coordinate cosigners via PSBT; use Suite for key management and signing steps.
Integrate Suite with CI and self-hosted nodes. Use the monorepo and docs to run local builds. Pin versions and verify reproducible builds for production deployments.
Minimize telemetry, prefer view-only wallets, and route broadcasts through your own node or privacy-preserving relays to reduce on-chain linkage and metadata leakage.
Consult official docs, community forum, and GitHub issues. For developer-level problems, reproduce locally and attach logs when filing issues.