cold-storage

SeedSigner Review 2026: The DIY Air-Gapped Bitcoin Signing Device

SeedSigner review 2026: open-source DIY air-gapped Bitcoin signing device. Stateless design, full transparency, ~$50 in parts. Who should build one?

seedsignerhardware walletair-gappedcold storagereviewdiy bitcoin walletopen source

What Is SeedSigner?

SeedSigner is an open-source, DIY Bitcoin signing device built from three commodity parts: a Raspberry Pi Zero, a small LCD touchscreen, and a camera module. You assemble it yourself. Total parts cost: around $40-60.

It is one of the most unusual Bitcoin hardware wallets you'll encounter. It has no battery. It has no persistent storage — your seed phrase is never saved on the device. Every time you power it on, it starts fresh. You load your seed by entering it manually or by scanning a QR code, use it to sign a transaction, then power it off. Clean slate every time.

That's not a bug. It's the entire point.

For a certain type of Bitcoiner — someone who runs their own node, uses Sparrow Wallet, cares deeply about privacy and self-sovereignty — SeedSigner is the most elegant signing solution available. For everyone else, it's an unnecessarily complex project.

This review covers exactly who should build one, how it works, and how it compares to purpose-built devices like Coldcard Mk4 and Foundation Passport.


Key Specs

FeatureDetails
Form factorDIY (Raspberry Pi Zero + screen + camera)
ConnectivityNone (fully air-gapped)
StorageNone (stateless by design)
InterfaceQR codes (PSBT scanning)
Compatible softwareSparrow Wallet, Specter Desktop, BlueWallet
Seed input methodsManual entry, dice rolls, QR code
Open sourceYes (fully — hardware specs and firmware)
Multisig supportYes
Price~$40-60 in parts (no purchasing from one company)
Supported coinsBitcoin only

How SeedSigner Works

SeedSigner communicates with your Bitcoin wallet software entirely via QR codes. Here's a standard transaction flow using Sparrow Wallet:

  1. Power on SeedSigner — enter your seed phrase (or scan a QR-encoded version of it)
  2. In Sparrow, create or load a watch-only wallet using your xpub (exported from SeedSigner via QR)
  3. Build a transaction in Sparrow — it creates a PSBT (partially signed bitcoin transaction) and displays it as a QR code
  4. Scan the PSBT QR with SeedSigner's camera — the device signs it offline
  5. SeedSigner displays the signed transaction as a QR code — scan it back into Sparrow
  6. Sparrow broadcasts the signed transaction to the network
  7. Power off SeedSigner — no trace of your seed remains on the device

Your private key never touches an internet-connected device at any point. The only data crossing the air gap is QR codes, which are visually verifiable and contain no network access.


Why "Stateless" Matters

Every other hardware wallet — BitBox02, Ledger, Trezor — stores your encrypted seed on the device. That storage is protected by a PIN and a secure element. But it's still there. If a sophisticated attacker gets physical access to the device and breaks the encryption (possible in theory for highly resourced attackers), they can extract your keys.

SeedSigner stores nothing. There is no encrypted seed to extract. After powering off, the device contains exactly what it shipped with: the SeedSigner firmware on a MicroSD card. That's it.

This also means: if your SeedSigner is seized, stolen, or destroyed, the attacker gets nothing. Your seed phrase remains wherever you stored it — on paper, engraved steel, or in your head.

The tradeoff: you need to keep your seed phrase somewhere else, and you need to enter it every session. For paranoid Bitcoiners, that's a completely acceptable trade.


Building SeedSigner: What You Need

You can source parts from any electronics retailer. The core components:

  • Raspberry Pi Zero 2 W (~$15) — or the original Zero, both work
  • WaveShare 1.3-inch LCD display hat (~$15-20) — the specific model matters, check the SeedSigner docs
  • Raspberry Pi Camera Module v2 (~$10-15) — for QR code scanning
  • MicroSD card (4GB+ is plenty)
  • 3D-printed case (optional but recommended — STL files available on GitHub)

Download the SeedSigner OS image from the official GitHub repository, flash it to the MicroSD, assemble the hardware, boot up. Total time: 30-60 minutes for someone comfortable with basic electronics.

If assembling from parts feels daunting, Specter DIY is another open-source DIY option with a more polished assembly experience. But SeedSigner has a larger community and more documentation.


What's Good About SeedSigner

1. Maximum Transparency

Every line of code is open source and auditable on GitHub. Every hardware component is commodity. There are no proprietary chips, no company-controlled secure elements, no firmware you can't inspect. If you have the technical skill, you can verify exactly what this device does.

This is the polar opposite of Tangem's closed-source approach. For Bitcoiners who believe "don't trust, verify" applies to their hardware wallet, SeedSigner is the logical conclusion.

2. Genuine Air-Gap

SeedSigner's air-gap is real. There are no wireless radios in the Raspberry Pi Zero (though the Zero 2 W has WiFi/Bluetooth — the SeedSigner firmware disables them). Unlike USB-connected wallets that can theoretically communicate in unexpected ways, SeedSigner's only data channel is the camera (inbound) and screen (outbound). QR codes can't execute code. They're just data.

3. Excellent Multisig Support

SeedSigner was designed with multisig in mind. Setting up a 2-of-3 multisig where each key is stored on a separate SeedSigner (or across SeedSigner, Coldcard, and Passport) is a common advanced security setup. The QR-based PSBT workflow makes this straightforward in Sparrow Wallet.

If you're building a serious Bitcoin multisig setup, SeedSigner as one of three signers is a compelling choice.

4. No Single Point of Failure in the Supply Chain

When you buy a Coldcard, you're trusting Coinkite's supply chain. When you buy a Ledger, you're trusting Ledger's. With SeedSigner, you're buying generic Raspberry Pi components from multiple distributors. There's no single manufacturer who could compromise every device.

5. It's Cheap

Spending $50 in parts to secure any amount of Bitcoin is one of the best returns on investment in personal finance. SeedSigner achieves genuine security at a price that removes any excuse not to use cold storage.


What's Not Good About SeedSigner

1. It's Not for Beginners

Assembling SeedSigner requires basic comfort with electronics and following technical instructions. Using it requires understanding PSBTs, QR codes, and watch-only wallets in Sparrow. This is not a product you hand to your parents.

For beginners, our hardware wallet guide for beginners recommends starting with something purpose-built.

2. You Must Secure Your Seed Elsewhere

Since SeedSigner stores nothing, your seed phrase storage is entirely on you. You need to engrave it on steel, store copies in separate locations, and protect it carefully. This isn't unique to SeedSigner — it applies to all hardware wallets — but the stateless design makes it absolutely critical. Lose your seed phrase, lose your Bitcoin.

3. Slower Transaction Workflow

The QR code scanning workflow is more steps than plugging in a USB hardware wallet. For regular transactions, this friction matters. Most users sign transactions infrequently, so it's acceptable — but if you need to move Bitcoin quickly, counting on QR scans in a hurry isn't ideal.

4. No Phone Support

SeedSigner works with desktop wallet software (Sparrow, Specter, Electrum). Mobile wallet support is limited. If you primarily use your smartphone to manage Bitcoin, this isn't the right tool.


SeedSigner vs. The Alternatives

SeedSignerColdcard Mk4Foundation PassportBitBox02
Price~$50 (parts)$157$199$148
Open sourceYes (fully)Yes (firmware)Yes (fully)Yes (firmware)
Air-gappedYes (QR only)Optional (QR or USB)Yes (QR + microSD)No (USB)
StatelessYesNoNoNo
Beginner-friendlyNoNoYesYes
MultisigYesYesYesYes
Bitcoin-onlyYesYesYesYes

Foundation Passport is probably the most direct comparison: open source, air-gapped, Bitcoin-only, built for serious HODLers — but pre-assembled, polished, and significantly more expensive. SeedSigner trades convenience for maximum transparency and zero supply chain trust.

Coldcard Mk4 is the professional-grade option for serious Bitcoin security. It has features SeedSigner lacks (PIN-protected secure element, encrypted storage, advanced anti-tamper). For a primary long-term storage device holding significant funds, Coldcard has more robust protections. SeedSigner is often used alongside Coldcard in multisig setups.

See the full hardware wallet comparison for a complete breakdown across all major devices.


Who Should Build a SeedSigner

Build one if:

  • You run your own Bitcoin node and use Sparrow Wallet
  • You're setting up a multisig and want one key stored on an open-source device
  • You want maximum supply chain security and trust minimization
  • You're comfortable with basic electronics assembly
  • You want a secondary signing device to complement a primary hardware wallet
  • You believe in verifying rather than trusting

Skip SeedSigner if:

  • You're new to self-custody — start with something simpler
  • You want a plug-and-play device you can set up in 10 minutes
  • You need mobile wallet support
  • You're not comfortable entering your seed phrase on a device every session

SeedSigner and Bitcoin Privacy

Because SeedSigner has no persistent storage and no unique identifiers, it's particularly well-suited for privacy-focused Bitcoin use. There's nothing on the device to correlate with your identity. Combined with proper Bitcoin privacy practices — coin control, avoiding address reuse, running your own node — SeedSigner fits into a serious privacy setup cleanly.

For a full picture of what it takes to take self-custody of your Bitcoin, SeedSigner represents one of the most principled approaches available.


The Bottom Line

SeedSigner is remarkable for what it is: a genuinely secure, fully open-source, air-gapped Bitcoin signing device that costs less than a nice dinner.

Its limitations are real. It's not beginner-friendly. The stateless design means your seed phrase security is entirely your problem. The QR workflow takes more steps than USB alternatives.

But for technically comfortable Bitcoiners who want maximum transparency, no supply chain trust, and a device that leaves zero forensic trace — SeedSigner is one of the most thoughtfully designed pieces of Bitcoin security kit available. Build one. Use it alongside a Coldcard or Passport in a multisig. Sleep better.


Frequently Asked Questions

Is SeedSigner safe? For users who understand how it works, yes. The stateless design and full air-gap eliminate many attack vectors. The main risk is seed phrase storage — since SeedSigner doesn't store your seed, you must store it securely elsewhere.

Can SeedSigner be hacked remotely? No. It has no internet connection, no Bluetooth, no USB data channel. The only way to interact with SeedSigner is physically — through the screen and camera. Remote hacks are impossible.

Does SeedSigner work with Ledger Live or Trezor Suite? No. SeedSigner works with Sparrow Wallet, Specter Desktop, and BlueWallet. It uses the PSBT standard, which these wallets support.

What happens if my SeedSigner breaks? Buy $50 in parts and build another one. Your seed phrase (stored securely elsewhere) restores your wallet on any new device — SeedSigner, Sparrow, or any BIP39-compatible wallet.

Is SeedSigner better than Coldcard? Different, not better or worse. Coldcard has encrypted persistent storage and more advanced PIN features. SeedSigner has zero persistent storage and full open-source hardware. Many serious Bitcoiners use both in a multisig configuration.

Stay Up to Date on Bitcoin

Get our free Beginners Guide to Buying Bitcoin plus weekly insights for long-term holders.

Related Posts

cold-storage
BitBox02 Review 2026: The Swiss-Made Bitcoin Hardware Wallet

BitBox02 is a Swiss-made, fully open-source Bitcoin hardware wallet with a clean decade-long security record. This 2026 review covers its security architecture, microSD backup, software compatibility, and how it compares to Coldcard, Ledger, and Foundation Passport.

cold-storage
How to Move Bitcoin to Cold Storage: Step-by-Step Guide (2026)

Moving Bitcoin from an exchange to cold storage is the most important step in Bitcoin security. This step-by-step guide covers choosing a hardware wallet, setting up your seed phrase backup, withdrawing from an exchange, and verifying your cold storage works.