This repository was archived by the owner on Jul 19, 2026. It is now read-only.
DiskImager v3.0
Pre-release
Pre-release
DiskImager v3.0 — cross-platform (beta)
The first cross-platform DiskImager: one app, a standalone single-file binary per OS. No installer, no .NET to install — download, make executable, run elevated.
Downloads
| OS | File | How to run |
|---|---|---|
| Windows x64 | DiskImager-windows-x64.exe |
right-click → Run as administrator |
| macOS (Apple Silicon) | DiskImager-macos-arm64 |
chmod +x DiskImager-macos-arm64 then sudo ./DiskImager-macos-arm64 |
| macOS (Intel) | DiskImager-macos-x64 |
chmod +x … then sudo ./… |
| Linux x64 | DiskImager-linux-x64 |
chmod +x DiskImager-linux-x64 then sudo ./DiskImager-linux-x64 |
Verify your download against SHA256SUMS.txt.
Modes
Backup · Restore · Verify · Format (FAT32) · Mount. The disk that runs your OS is auto-detected, tagged [SYSTEM], and can only be erased after you type ERASE.
Status
- Windows raw read/write is validated end-to-end (byte-for-byte backup→restore→verify against a physical drive).
- macOS & Linux backends are beta — not yet validated on real hardware. Please try them on a spare USB stick / SD card first and report any issues before trusting them with important data.