Skip to content

🔒 Trezor Firmware Monorepo

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE.md
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

trezor/trezor-firmware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

101d584 Â· Apr 1, 2025
Jul 12, 2023
Mar 26, 2025
Nov 18, 2024
Mar 27, 2025
Apr 1, 2025
Feb 26, 2025
Mar 4, 2025
Mar 4, 2025
Mar 20, 2025
Mar 26, 2025
Feb 28, 2025
Jan 13, 2025
Mar 26, 2025
Mar 24, 2025
Mar 27, 2025
Feb 25, 2025
Feb 25, 2025
Feb 6, 2025
Mar 4, 2025
Nov 18, 2024
Mar 13, 2025
Feb 10, 2025
Feb 10, 2025
Oct 17, 2021
Sep 15, 2020
Apr 30, 2020
Mar 31, 2021
Mar 31, 2021
Feb 25, 2025
Jan 9, 2023
Aug 16, 2019
Feb 19, 2025
Oct 18, 2023
Mar 26, 2025
Nov 8, 2022
Mar 26, 2025
Mar 26, 2025
Feb 5, 2025

Repository files navigation

Trezor Firmware

img

Repository Structure

  • ci: Gitlab CI configuration files
  • common/defs: JSON coin definitions and support tables
  • common/protob: Common protobuf definitions for the Trezor protocol
  • common/tools: Tools for managing coin definitions and related data
  • core: Trezor Core, firmware implementation for Trezor T
  • crypto: Stand-alone cryptography library used by both Trezor Core and the Trezor One firmware
  • docs: Assorted documentation
  • legacy: Trezor One firmware implementation
  • python: Python client library and the trezorctl command
  • storage: NORCOW storage implementation used by both Trezor Core and the Trezor One firmware
  • tests: Firmware unit test suite
  • tools: Miscellaneous build and helper scripts
  • vendor: Submodules for external dependencies

Contribute

See CONTRIBUTING.md.

Using Conventional Commits is strongly recommended and might be enforced in future.

Also please have a look at the docs, either in the docs folder or at docs.trezor.io before contributing. The misc chapter should be read in particular because it contains some useful assorted knowledge.

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.

Documentation

See the docs folder or visit docs.trezor.io.