Status: final assembly The DD-32 image is in final testing — coming soon. Get notified at launch
Digital field image // DD-32

Download today.
Flash tonight.
Ready forever.

The complete DD-32 system as a downloadable drive image. Flash it to any 32GB+ USB drive with free tools, verify it byte-for-byte against our published signatures, and stash it in your kit.

Coming soon — notify me   Verify a download
Doomsday-Prep.AI emblem
DD-32 Image
$25 / one-time. free updates.
  • Full bootable image — OS, AI model, reference vault
  • Lifetime re-download of the latest release
  • License key for the update checker
  • SHA-256 checksums + PGP-signed releases
  • Flashing guides for Windows, macOS & Linux
FILE: dd32-v1.0.img.xz  [~14 GB]
SHA-256: published below // SIG: release.sig
Deployment procedure

Three steps to a drive you can trust

Every step below has a full walkthrough on this page. Total time: about 30 minutes, most of it waiting for the flash.

[01]

Download

Grab the compressed image and the checksum + signature files from your purchase library.

[02]

Verify

Check the SHA-256 sum and the PGP signature. If a single byte is off, you'll know — don't flash it.

[03]

Flash

Write the image to a 32GB+ USB 3 drive with Rufus, Etcher, or dd. Label it. Bag it. Done.

Integrity check

Verify every byte

A survival tool you can't trust is dead weight. Every release is published with a SHA-256 checksum and a PGP signature. Verify before you flash — especially if the image reached you on physical media or from a mirror.

Checksum compare

Computed a hash with your own tools? Paste both values — we'll compare them character-by-character. Nothing leaves your browser.

Hash a file in-browser

Drop a file to compute its SHA-256 locally in your browser. Fine for checksum files and docs; for the full multi-GB image, the command-line tools below are much faster.

▸ Drop file here or click to choose

Runs entirely offline in your browser — this page makes zero network requests with your file.

PowerShell — built in, no install
# In the folder containing the image:
Get-FileHash .\dd32-v1.0.img.xz -Algorithm SHA256

# Or with certutil (Command Prompt):
certutil -hashfile dd32-v1.0.img.xz SHA256

Copy the hash it prints into the compare tool above, next to the official value from your purchase page.

PGP signature — proof it came from us

A checksum proves the file wasn't corrupted. The signature proves the checksum itself was published by Doomsday-Prep.AI and not swapped by someone in between. Our signing key fingerprint is printed on every purchase receipt:

KEY: ops@doomsday-prep.ai  //  FINGERPRINT: XXXX XXXX XXXX XXXX XXXX  XXXX XXXX XXXX XXXX XXXX

# 1. Import our public signing key (also included in your download):
gpg --import doomsday-prep-signing-key.asc

# 2. Confirm the fingerprint matches the one on your receipt:
gpg --fingerprint ops@doomsday-prep.ai

# 3. Verify the signed checksum file:
gpg --verify SHA256SUMS.sig SHA256SUMS
# → Good signature from "Doomsday-Prep.AI Release Signing"

# 4. Then verify the image against the now-trusted checksums:
sha256sum -c SHA256SUMS

Windows users: install Gpg4win and use the same commands in PowerShell, or right-click → "Verify" with Kleopatra. A "Good signature" from our key + a matching checksum = a byte-perfect, authentic image.

Write procedure

Flash the drive

Three tools, same result. Rufus is the easiest on Windows, Etcher is the easiest everywhere, dd is for people who alphabetize their go-bags. Use a quality 32GB+ USB 3 drive — flashing takes 10–25 minutes depending on the drive.

⚠ Read before flashing Flashing permanently erases everything on the target drive, and picking the wrong target can wipe the wrong disk. Unplug every USB drive you don't intend to erase before you start. Verify your download first — never flash an unverified image.
Difficulty: easy // Windows only // ~15 min
  1. Get Rufus

    Download the latest Rufus from rufus.ie. The portable version needs no install — fitting, for this product. Run it (allow the admin prompt).

  2. Insert and select your USB drive

    Plug in the target drive. Rufus lists it under Device. Confirm the size (~32GB) and drive letter match the drive you intend to erase.

  3. Select the image

    Click SELECT and choose dd32-v1.0.img.xz — Rufus reads compressed images directly, no need to extract. Boot selection will show the image name.

  4. Leave the defaults alone

    Partition scheme and target system are read from the image. Don't change them — the image already boots both BIOS and UEFI machines.

  5. Start, confirm, wait

    Click START, acknowledge the "all data will be destroyed" warning, and wait for the green READY bar. Don't unplug mid-write.

  6. Eject and label

    Safely eject the drive, physically label it (paint pen > sticker), and it's ready to boot. Windows may offer to "format" the drive's Linux partitions — always decline.

First boot

Booting from the drive

Plug the drive in, power the machine on, and immediately tap the boot-menu key for your manufacturer. Pick the USB entry (choose the "UEFI:" entry if you see both). If Secure Boot blocks it, disable Secure Boot in the firmware settings — the manual on your purchase page walks through it per vendor.

ManufacturerBoot menuFirmware setup
DellF12F2
HPF9 (or Esc)F10
LenovoF12F1 / F2
ASUSF8 / EscF2 / Del
AcerF12F2
MSI / custom buildsF11Del
Intel-era MacHold Option (⌥) at chime

Tip: test-boot the drive on your own machine the day you flash it. A drive verified once and stored dry will boot years later — but verify it before you need it.