[BREAKGLASS] SeedSigner OS | Minimal Raspberry Pi image made for SeedSigner
Go to file
Nick Klockenga d138593926
Merge pull request #106 from newtonick/correct-build-bash-loop-ext-chars
[Fix] update for loop around extract_characters_from_babel_mo.py script
2026-03-05 13:48:11 -05:00
.devcontainer removing unnecessary comments from dev container 2023-08-25 20:20:32 +00:00
docs Merge pull request #105 from FractalEncrypt/docs/windows-powershell-build 2026-02-16 11:23:41 -05:00
images pi0 and pi02w working 2022-11-08 15:40:38 -05:00
opt in the event of failure of the extract_characters_from_babel_mo.py script. Log the error and move on 2026-03-04 23:39:43 -05:00
.gitignore add .buildroot-ccache and .ccache to gitignore 2025-04-20 20:48:51 -04:00
.gitmodules - Update buildroot submodule to pull from seedsigner controlled fork 2023-07-11 16:30:15 -04:00
docker-compose.yml Remove obsolete docker compose version 2025-04-15 20:29:25 -04:00
Dockerfile add build.sh steps to compile mo translations files from po files 2025-06-22 14:50:27 -04:00
LICENSE.md License added 2022-05-31 20:39:19 +00:00
README.md Update README.md 2023-12-18 08:40:41 +02:00

Gitea

SeedSigner OS


JUMP STRAIGHT TO: 🔥🔥🔥🛠 Quickstart: SeedSigner Reproducible Build! 🛠🔥🔥🔥



Overview

A custom linux based operating system built to manage software running on airgapped Bitcoin signing device. SeedSigner is both the project name and application running on airgapped hardware. This custom operating system, like all operating systems, manages the hardware resources and provides them to the application code. It's currently designed to run on common Raspberry Pi hardware with accessories. The goal of SeedSigner OS is to provide an easy, fast, and secure way to build microSD card image to securely run SeedSigner code.

⚙️ Under the Hood

SeedSigner OS is built using Buildroot. Buildroot is a simple, efficient and easy-to-use tool to generate embedded Linux systems through cross-compilation. SeedSigner OS does not fork Buildroot, but uses Buildroot with custom configurations to build microSD card images tailor made for running SeedSigner.

🛂 Security

SeedSigner OS is built to reduce the attack surface area and enable additional application functionality. The OS is an order of magnitude smaller in size than Raspberry Pi OS (which is what typically is used to run software on a Pi device). Here are a list of some security and functional advantages of using SeedSigner OS.

  • Boots 100% from RAM. This means, once you see the SeedSigner splash screen, you can remove the microSD card because no disk I/O is needed after boot!
  • One FAT32 partition on the microSD card
  • Removes these standard Raspberry Pi OS Kernel modules:
    • Networking and Bluetooth
    • SWAP
    • I2C
    • Serial
    • USB
    • Pulse-Width Modulation (PWM)
  • NO HDMI support
  • NO Serial connection TTL support
  • NO Software supporting any wireless or networking chips
  • A single read only zImage file on the boot partition containing the entire Linux kernel and filesystem