rclone/docs/content/downloads.md

4.9 KiB

title description type date
Rclone downloads Download rclone binaries for your OS. page 2017-07-22

Rclone Download {{< version >}}

Arch-OS Windows macOS Linux .deb .rpm FreeBSD NetBSD OpenBSD Plan9 Solaris
AMD64 - 64 Bit {{< download windows amd64 >}} {{< download osx amd64 >}} {{< download linux amd64 >}} {{< download linux amd64 deb >}} {{< download linux amd64 rpm >}} {{< download freebsd amd64 >}} {{< download netbsd amd64 >}} {{< download openbsd amd64 >}} {{< download plan9 amd64 >}} {{< download solaris amd64 >}}
386 - 32 Bit {{< download windows 386 >}} {{< download osx 386 >}} {{< download linux 386 >}} {{< download linux amd64 deb >}} {{< download linux amd64 rpm >}} {{< download freebsd 386 >}} {{< download netbsd 386 >}} {{< download openbsd 386 >}} {{< download plan9 386 >}} -
ARM - 32 Bit - - {{< download linux arm >}} {{< download linux amd64 deb >}} {{< download linux amd64 rpm >}} {{< download freebsd arm >}} {{< download netbsd arm >}} - - -
ARM - 64 Bit - - {{< download linux arm64 >}} {{< download linux amd64 deb >}} {{< download linux amd64 rpm >}} - - - - -
MIPS - Big Endian - - {{< download linux mips >}} {{< download linux amd64 deb >}} {{< download linux amd64 rpm >}} - - - - -
MIPS - Little Endian - - {{< download linux mipsle >}} {{< download linux amd64 deb >}} {{< download linux amd64 rpm >}} - - - - -

You can also find a [mirror of the downloads on github](https://github.com/ncw/rclone/releases/tag/{{< version >}}).

Script download and install

To install rclone on Linux/macOS/BSD systems, run:

curl https://rclone.org/install.sh | sudo bash

For beta installation, run:

curl https://rclone.org/install.sh | sudo bash -s beta

Note that this script checks the version of rclone installed first and won't re-download if not needed.

Beta releases

Beta releases are generated from each commit to master. Note these are named like

{Version Tag}-{Commit Number}-g{Git Commit Hash}

You can match the Git Commit Hash up with the git log. The most recent release will have the largest Version Tag and Commit Number and will normally be at the end of the list.

Some beta releases may have a branch name also:

{Version Tag}-{Commit Number}-g{Git Commit Hash}-{Branch Name}

The presence of Branch Name indicates that this is a feature under development which will at some point be merged into the normal betas and then into a normal release.

The beta releases haven't been through the full integration test suite like the releases. However it is useful to try the latest beta before reporting an issue.

Note that rclone.org is only updated on releases - to see the documentation for the latest beta go to tip.rclone.org.

Downloads for scripting

If you would like to download the current version (maybe from a script) from a URL which doesn't change then you can use these links.

Arch-OS Windows macOS Linux .deb .rpm FreeBSD NetBSD OpenBSD Plan9 Solaris
AMD64 - 64 Bit {{< cdownload windows amd64 >}} {{< cdownload osx amd64 >}} {{< cdownload linux amd64 >}} {{< cdownload linux amd64 deb >}} {{< cdownload linux amd64 rpm >}} {{< cdownload freebsd amd64 >}} {{< cdownload netbsd amd64 >}} {{< cdownload openbsd amd64 >}} {{< cdownload plan9 amd64 >}} {{< cdownload solaris amd64 >}}
386 - 32 Bit {{< cdownload windows 386 >}} {{< cdownload osx 386 >}} {{< cdownload linux 386 >}} {{< cdownload linux amd64 deb >}} {{< cdownload linux amd64 rpm >}} {{< cdownload freebsd 386 >}} {{< cdownload netbsd 386 >}} {{< cdownload openbsd 386 >}} {{< cdownload plan9 386 >}} -
ARM - 32 Bit - - {{< cdownload linux arm >}} {{< cdownload linux amd64 deb >}} {{< cdownload linux amd64 rpm >}} {{< cdownload freebsd arm >}} {{< cdownload netbsd arm >}} - - -
ARM - 64 Bit - - {{< cdownload linux arm64 >}} {{< cdownload linux amd64 deb >}} {{< cdownload linux amd64 rpm >}} - - - - -
MIPS - Big Endian - - {{< cdownload linux mips >}} {{< cdownload linux amd64 deb >}} {{< cdownload linux amd64 rpm >}} - - - - -
MIPS - Little Endian - - {{< cdownload linux mipsle >}} {{< cdownload linux amd64 deb >}} {{< cdownload linux amd64 rpm >}} - - - - -

Older Downloads

Older downloads can be found here