₿ Bitcoin-only focus
Earn, staking, yield and the entire buy / sell / swap surface are hidden. No altcoin clutter pulling at your attention.
Unofficial build · Bitcoin-only · Privacy-first
The same trusted Trezor Suite codebase — with the altcoins, the upsells and the telemetry removed, and privacy turned on by default. No shitcoins. No tracking. No compromise.
Pinned to Trezor Suite develop @ 860f96c (suite 26.9.0) · 10 commits ·
desktop only
Trezor Suite is excellent software buried under features you never asked for — altcoins, staking, yield, exchange integrations, anonymous analytics. Suite Dark is that same software with the noise cut out and privacy switched on. It is not a rewrite and it is not a closed fork: it is a short, ordered set of commits applied on top of official Trezor Suite source, pinned to an exact commit. Nothing more, nothing hidden.
Earn, staking, yield and the entire buy / sell / swap surface are hidden. No altcoin clutter pulling at your attention.
Analytics and Sentry crash reporting are disabled at build time. The app talks to your node and your coordinator — plus, on Windows/Linux, an update check against this project's own GitHub releases (opt-out in Settings).
Windows and Linux builds update themselves from this repo's releases — no re-downloading. macOS too, via a self-signed build (experimental; first launch still shows the usual unsigned-app warning).
The desktop app routes through Tor from the very first launch, instead of asking you to remember to turn it on.
CoinJoin is re-enabled and pointed at a live community coordinator
(coinjoin.kruw.io) — and the "discontinued" banner is gone.
No remote "message system." The app does not fetch banners, promos or remote feature flags. What ships is what runs.
Every difference from upstream is a plain, readable commit. Build it yourself and check it matches.
The Trezor-backed password manager is promoted out of experimental into a full "Passwords" item in the left menu.
The whole flavour is 10 commits on top of develop @ 860f96c. That's
the complete diff — read every line in the
repo.
Suite Dark is a fork of Trezor Suite pinned at a specific upstream commit, with
the changes above as a small set of commits on top. The whole delta is
git log <snapshot>..HEAD — a handful of readable commits,
nothing hidden. When upstream moves, we re-pin the snapshot and rebase, so you
always know exactly what you're running and how far it sits from the original.
The point of an open build is that you don't have to take our word for it. With git, Node 24 and Yarn installed, you can produce the desktop app from official source on your own machine:
# 1. Clone the fork (full source + Suite Dark's commits)
git clone --recurse-submodules https://forge.suite-dark.com/suite-dark/suite-dark
cd suite-dark
# 2. Install + build the shared libs and the signed message-system config
yarn install
yarn build:libs
yarn build:essential
# 3. Build the desktop app (mac | linux | win)
yarn workspace @trezor/suite-desktop build:mac
# → packages/suite-desktop/build-electron/SuiteDark-mac-*.dmg
The community builds are unsigned, so macOS Gatekeeper and Windows SmartScreen will warn on first launch — that is expected for a build you verify yourself rather than one signed by a vendor. Want a signed build? You'll need your own certificates.
Pre-built, unsigned desktop binaries from the latest continuous build. Your OS will warn on first launch (that's expected — see below) — or build from source and trust your own machine.
Verify your download against SHA256SUMS, browse all releases, or reproduce the build yourself.