🔒 Trezor Firmware Monorepo
  • C 46.2%
  • Python 30.8%
  • Rust 18%
  • HTML 3.5%
  • Mako 0.3%
  • Other 1%
Find a file
Ioan Bizău 699b85dc69 chore(ethereum): drop unused constants
[no changelog]
2026-05-12 16:58:00 +07:00
.clusterfuzzlite Run fuzzer in CI 2023-07-12 10:13:17 +02:00
.github chore(ci): GH action update 2026-05-06 11:15:46 +02:00
ci ci: fix Nix installation in Docker builds 2026-04-15 10:04:22 +02:00
common feat(tests,ethereum): definition request 2026-05-05 11:12:13 +07:00
core chore(ethereum): drop unused constants 2026-05-12 16:58:00 +07:00
crypto fix(core): get rid of CONST weirdness 2026-05-08 08:00:52 +02:00
docs ci(nix): bump rustc to recent nightly 2026-04-20 09:30:49 +02:00
legacy chore: migrate from SDL2 to SDL3 2026-05-07 10:04:25 +02:00
nordic refactor(nordic): make build_sign_flash.sh script take constants from DTS and config files 2026-05-06 17:03:29 +02:00
python chore(python): bump version after release 2026-05-11 13:23:50 +02:00
rust fix(trezor-client): handle button request during eth sign data streaming 2026-05-08 15:50:42 +02:00
storage fix(style): update C-style to be compliant with clang-format 21.1.8 2026-04-09 14:19:03 +02:00
tests Revert "chore(ethereum): drop LiFi definitions" 2026-05-12 16:58:00 +07:00
tools refactor(core): refactor NFC driver to allow easier support for different ST chips 2026-04-21 09:08:34 +02:00
vendor chore(vendor): update ts-tvl to version 2.4 2026-05-04 17:34:27 +02:00
.clang-format fix(style): update C-style to be compliant with clang-format 21.1.8 2026-04-09 14:19:03 +02:00
.editorconfig refactor(core): refactor NFC driver to allow easier support for different ST chips 2026-04-21 09:08:34 +02:00
.gitattributes chore(core): remove unused all_modules.py 2025-04-08 17:48:15 +03:00
.gitignore chore: ignore hypothesis artifacts 2025-04-16 12:30:39 +03:00
.gitmodules feat(core): Use ML-DSA-44 for MCU device attestation key. 2025-09-02 19:12:27 +02:00
.pylintrc chore: tighten pylint 2025-11-19 18:31:26 +02:00
.yamllint.yml refactor(nordic): rename west to nordic 2025-02-10 17:22:57 +01:00
build-docker.sh ci: don't copy pyright/ at Dockerfile 2026-04-13 17:59:18 +02:00
CODEOWNERS chore: update CODEOWNERS 2025-07-17 11:15:40 +02:00
COMMITS.md docs: introduce conventional-commits (#1234) 2020-09-15 16:11:39 +02:00
CONTRIBUTING.md docs: add PR workflow info; move CONTRIBUTING to docs 2020-04-30 14:49:47 +02:00
COPYING docs: clear up licensing information 2021-03-31 18:51:52 +02:00
create_monorepo.py chore: update branch name to main where its used 2023-10-18 10:40:05 +02:00
LICENSE.md docs: clear up licensing information 2021-03-31 18:51:52 +02:00
Makefile refactor: Move HSM keys to common/hsm_keys.json 2026-04-24 14:25:56 +02:00
pyproject.toml chore(deps): bump mako from 1.3.11 to 1.3.12 2026-05-10 15:52:18 +02:00
pyrightconfig.json chore(test): run pyright_tool for common and tools 2025-11-21 11:34:28 +01:00
README.md chore(docs): adjust description of core in readme 2026-04-17 00:45:04 +02:00
setup.cfg ci(core): enable retries only for HW tests 2025-05-23 13:18:11 +03:00
shell.nix fix(core): add prebuilt std/core for thumbv8m target 2026-05-08 08:00:52 +02:00
uv.lock chore: refresh uv.lock 2026-05-11 16:43:01 +02:00

Trezor Firmware

img

Repository Structure

  • ci: Ancillary files, data, and scripts for the CI pipeline
  • 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, a firmware implementation for Trezor T, Trezor Safe 3, Trezor Safe 5, and Trezor Safe 7
  • 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 the 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, as it contains useful assorted knowledge.

Security Vulnerability Disclosure

Please do NOT create publicly viewable issues for suspected security vulnerabilities. See the Security tab for reporting instructions.

Documentation

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