A native macOS disk utility for physical and virtual disks, partitions, images and health — with hard guardrails so it can never touch your startup disk.
Everything a disk needs — read, inspect, repair, image and reshape — in one native window.
Real captures from the app on macOS — driving a USB stick. Scroll sideways; click to enlarge.



Whole-disk and partition operations, all native through diskutil, hdiutil and asr. Destructive ones are shown in red.
A disk tool that can reshape hardware has to be careful. DiskSalv treats your data as the thing worth protecting.
Every destructive operation resolves the target's whole disk from live diskutil facts and refuses if it is the boot disk. Fail-closed: if it can't verify, it won't run.
Format, delete, resize, clone, restore and secure erase each require you to type the action word before the button unlocks. No one-click destruction.
Image restore verifies the source integrity first and reports a checksum mismatch rather than writing a corrupt image to your disk.
The ext4 reader and hex viewer default to read-only. NTFS and ext4 are never written blindly — the browser refuses to follow a symlink out of its volume.
Every command is written to a rotating, private audit log under ~/Library/Logs/DiskSalv/ so you can always see exactly what ran.
Arguments are passed as an array, never a shell string; device identifiers are regex-validated and binary paths are hardcoded to the system.
Keyboard-first, the way a disk utility should be.
Distributed with Developer ID signing and notarization — not the Mac App Store, because partition management needs an unsandboxed helper.
Move DiskSalv.app into your /Applications folder.
Right-click → Open, or allow it under System Settings → Privacy & Security → Open Anyway.
For raw operations, enable Full Disk Access for DiskSalv in Privacy & Security.