iCloudSync is a lightweight Windows tool that automatically syncs your iCloud to a specified local folder. It is designed to give you a local copy of your iCloud storage.
- Sync files from iCloud to a local folder
- Auto-sync with customizable schedule
- Can start with windows and run in the background
- Windows 10 or later
- iCloud installed and running on your PC
- .NET 9 Runtime (only if using framework-dependent build)
- Go to the Releases page
- Download the latest
iCloudSync.exe - Run the EXE (no .NET installation needed if using self-contained build)
- Make sure iCloud is running on your PC
- Select both iCloud folders and their destinations
- Enjoy!
- Clone the repository:
git clone https://github.com/NotNecrotic/iCloudSync.git
- Navigate to the project folder:
cd iCloudSync - Build the project (Release):
dotnet build -c Release
- Run the app:
dotnet run --project iCloudSync