
I needed to move 500 GB between cloud services. So I built a free tool to do it.
I had 500 GB on OneDrive and needed to move everything to Google Drive. The options were: Download and re-upload — would take days and eat my local storage Paid services (MultCloud, Cloudsfer) — route files through their servers, charge per GB, require an account rclone — powerful but requires command-line knowledge and reading docs for every flag None of these worked for me. So I built CloudHop . What is CloudHop? A free, open-source GUI that transfers files between 70+ cloud storage providers. It wraps rclone in a visual interface anyone can use. Pick source → pick destination → start transfer Live dashboard with speed charts, ETA, and file counts Pause, resume, and schedule transfers Copy, sync, or two-way bisync Files go directly between clouds through your local connection — never through external servers MIT licensed, no accounts, no tracking Dashboard Demo Video Install pip install cloudhop && cloudhop Or download native installers from GitHub Releases (Mac DMG, Windows ZIP). Do
Continue reading on Dev.to
Opens in a new tab



