Removing rclone from M1 Mac

I'm trying to delete rclone from my system. I'm on an M1 Macbook Pro running macOS 15.4.1, and I honestly do not remember the method I used for putting rclone on my system in the first place.

I tried running the following command, but it said "No such file or directory," and rclone commands are still fully functional:

sudo rm /usr/bin/rclone
sudo rm /usr/local/share/man/man1/rclone.1

I've already deleted the OneDrive configuration that I had been using, and my version is as follows:

rclone v1.68.1

  • os/version: darwin 15.4.1 (64 bit)
  • os/kernel: 24.4.0 (arm64)
  • os/type: darwin
  • os/arch: arm64 (ARMv8 compatible)
  • go/version: go1.23.1
  • go/linking: dynamic
  • go/tags: cmount

Any advice or guidance would be greatly appreciated. Thanks!

There is no official macOS rclone installer. Nor uninstaller.

It means that you copied somewhere rclone binary. Find it and delete it. Where it is only you know:) but you can always use find if you forgot. Or run:

$ which rclone

It is also possible install and uninstall rclone using brew. But it is not your case as you have mount support enabled. Brew version has not.