A command-line tool to download all your iCloud photos.
AUR packages can be installed on Arch Linux. Installation can be done manually or with the use of an AUR helper.
The manual process would look like this:
git clone https://aur.archlinux.org/icloudpd-bin.git
cd icloudpd-bin
makepkg -sirc
With the use of the AUR helper e.g. yay the installation process would look like this:
yay -S icloudpd-bin
Synchronization logic can be adjusted with command-line parameters. Run the following to get full list:
icloudpd --help
See Project page for more details.