Software and documents for our products.

Download our tools and read the useful documents of each product, in one place.

iCloud Restorer

Restore iCloud Drive trash in bulk.

Version 1.0.0 · released on September 27, 2026

Available for macOS and Linux.

Install with one command

curl -fsSL https://solyzonstatic.com/downloads/icloud-restorer/install.sh | sh

Paste this command into your terminal. It downloads the binary for your machine, checks its signature and installs it in ~/.local/bin.

Download

First launch on a Mac. Open the zip, then double-click icloud-restorer. The first time, macOS blocks it because it does not come from the App Store, so you need to allow it once in System Settings, under Privacy & Security, with "Open Anyway". The user guide included in the zip walks you through each step.

Verify file integrity

Every file is signed by Solyzon. Compare its SHA-256 fingerprint, or check its signature with the public key.

  • icloud-restorer-1.0.0-macos-arm64.zipSHA-256 916639a0ebed2ed0…Signature
  • icloud-restorer-1.0.0-macos-x64.zipSHA-256 3d6b1092b5e5cd2b…Signature
  • icloud-restorer-1.0.0-linux-x64SHA-256 27c1745dd02f4fb2…Signature
echo "[email protected] ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFilp43IDRdWzcKlGo3bFFPcTX/yA5/PH2MY3jSU1AWO" > allowed_signers
ssh-keygen -Y verify -f allowed_signers -I [email protected] -n file -s FILE.sig < FILE

Documents