github.com/rclone/rclone@v1.66.1-0.20240517100346-7b89735ae726/docs/content/downloads.md (about)

     1  ---
     2  title: "Rclone downloads"
     3  description: "Download rclone binaries for your OS."
     4  type: page
     5  ---
     6  
     7  # Downloads
     8  
     9  Rclone is single executable (`rclone`, or `rclone.exe` on Windows) that you can
    10  simply download as a zip archive and extract into a location of your choosing.
    11  See the [install](https://rclone.org/install/) documentation for more details.
    12  
    13  ## Release {{% version %}} OS requirements {#osrequirements}
    14  
    15  | OS | Minimum Version | 
    16  |:-------:|:-------:|
    17  | Linux | Kernel 2.6.32 (or later depending on architecture, e.g. 3.1 on ARMv5) |
    18  | macOS (Intel) | 10.15 (Catalina) |
    19  | macOS (ARM64) | 11 (Big Sur) |
    20  | Windows | 10, Server 2016 |
    21  | FreeBSD | 12.2 |
    22  | OpenBSD | 6.9 |
    23  
    24  See [minimum requirements](https://go.dev/wiki/MinimumRequirements) and other [platform specific information](https://go.dev/wiki/#platform-specific-information) in Go Wiki for more details.
    25  
    26  ## Release {{% version %}} {#release}
    27  
    28  | Arch-OS | Windows | macOS | Linux | .deb | .rpm | FreeBSD | NetBSD | OpenBSD | Plan9 | Solaris |
    29  |:-------:|:-------:|:-----:|:-----:|:----:|:----:|:-------:|:------:|:-------:|:-----:|:-------:|
    30  | Intel/AMD - 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 >}} |
    31  | Intel/AMD - 32 Bit | {{< download windows 386 >}} | - | {{< download linux 386 >}} | {{< download linux 386 deb >}} | {{< download linux 386 rpm >}} | {{< download freebsd 386 >}} | {{< download netbsd 386 >}} | {{< download openbsd 386 >}} | {{< download plan9 386 >}} | - |
    32  | ARMv5 - 32 Bit NOHF | - | - | {{< download linux arm >}} | {{< download linux arm deb >}} | {{< download linux arm rpm >}} | {{< download freebsd arm >}} | {{< download netbsd arm >}} | - | - | - |
    33  | ARMv6 - 32 Bit | - | - | {{< download linux arm-v6 >}} | {{< download linux arm-v6 deb >}} | {{< download linux arm-v6 rpm >}} | {{< download freebsd arm-v6 >}} | {{< download netbsd arm-v6 >}} | - | - | - |
    34  | ARMv7 - 32 Bit | - | - | {{< download linux arm-v7 >}} | {{< download linux arm-v7 deb >}} | {{< download linux arm-v7 rpm >}} | {{< download freebsd arm-v7 >}} | {{< download netbsd arm-v7 >}} | - | - | - |
    35  | ARM - 64 Bit | {{< download windows arm64 >}} | {{< download osx arm64 >}} | {{< download linux arm64 >}} | {{< download linux arm64 deb >}} | {{< download linux arm64 rpm >}} | - | - | - | - | - |
    36  | MIPS - Big Endian | - | - | {{< download linux mips >}} | {{< download linux mips deb >}} | {{< download linux mips rpm >}} | - | - | - | - | - |
    37  | MIPS - Little Endian | - | - | {{< download linux mipsle >}} | {{< download linux mipsle deb >}} | {{< download linux mipsle rpm >}} | - | - | - | - | - |
    38  
    39  You can also find a [mirror of the downloads on GitHub](https://github.com/rclone/rclone/releases/tag/{{< version >}}).
    40  
    41  See also [Android builds](https://beta.rclone.org/{{% version %}}/testbuilds/).
    42  These are built as part of the official release, but haven't been
    43  adopted as first class builds yet.
    44  
    45  See [the release signing docs](/release_signing/) for how to verify
    46  signatures on the release.
    47  
    48  ## Script download and install ##
    49  
    50  To install rclone on Linux/macOS/BSD systems, run:
    51  
    52      sudo -v ; curl https://rclone.org/install.sh | sudo bash
    53  
    54  For beta installation, run:
    55  
    56      sudo -v ; curl https://rclone.org/install.sh | sudo bash -s beta
    57  
    58  Note that this script checks the version of rclone installed first and
    59  won't re-download if not needed.
    60  
    61  ## Beta releases
    62  
    63  [Beta releases](https://beta.rclone.org) are generated from each commit
    64  to master.  Note these are named like
    65  
    66      {Version Tag}.beta.{Commit Number}.{Git Commit Hash}
    67  
    68  e.g.
    69  
    70      v1.53.0-beta.4677.b657a2204
    71  
    72  The `Version Tag` is the version that the beta release will become
    73  when it is released. You can match the `Git Commit Hash` up with the
    74  [git log](https://github.com/rclone/rclone/commits/master).  The most
    75  recent release will have the largest `Version Tag` and `Commit Number`
    76  and will normally be at the end of the list.
    77  
    78  Some beta releases may have a branch name also:
    79  
    80      {Version Tag}-beta.{Commit Number}.{Git Commit Hash}.{Branch Name}
    81  
    82  e.g.
    83  
    84      v1.53.0-beta.4677.b657a2204.semver
    85  
    86  The presence of `Branch Name` indicates that this is a feature under
    87  development which will at some point be merged into the normal betas
    88  and then into a normal release.
    89  
    90  The beta releases haven't been through the [full integration test
    91  suite](https://pub.rclone.org/integration-tests/) like the releases.
    92  However it is useful to try the latest beta before reporting an issue.
    93  
    94  Note that [rclone.org](https://rclone.org/) is only updated on
    95  releases - to see the documentation for the latest beta go to
    96  [tip.rclone.org](https://tip.rclone.org/).
    97  
    98  ## Downloads for scripting
    99  
   100  If you would like to download the current version (maybe from a
   101  script) from a URL which doesn't change then you can use these links.
   102  
   103  | Arch-OS | Windows | macOS | Linux | .deb | .rpm | FreeBSD | NetBSD | OpenBSD | Plan9 | Solaris |
   104  |:-------:|:-------:|:-----:|:-----:|:----:|:----:|:-------:|:------:|:-------:|:-----:|:-------:|
   105  | Intel/AMD - 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 >}} |
   106  | Intel/AMD - 32 Bit | {{< cdownload windows 386 >}} | - | {{< cdownload linux 386 >}} | {{< cdownload linux 386 deb >}} | {{< cdownload linux 386 rpm >}} | {{< cdownload freebsd 386 >}} | {{< cdownload netbsd 386 >}} | {{< cdownload openbsd 386 >}} | {{< cdownload plan9 386 >}} | - |
   107  | ARMv5 - 32 Bit NOHF | - | - | {{< cdownload linux arm >}} | {{< cdownload linux arm deb >}} | {{< cdownload linux arm rpm >}} | {{< cdownload freebsd arm >}} | {{< cdownload netbsd arm >}} | - | - | - |
   108  | ARMv6 - 32 Bit | - | - | {{< cdownload linux arm-v6 >}} | {{< cdownload linux arm-v6 deb >}} | {{< cdownload linux arm-v6 rpm >}} | {{< cdownload freebsd arm-v6 >}} | {{< cdownload netbsd arm-v6 >}} | - | - | - |
   109  | ARMv7 - 32 Bit | - | - | {{< cdownload linux arm-v7 >}} | {{< cdownload linux arm-v7 deb >}} | {{< cdownload linux arm-v7 rpm >}} | {{< cdownload freebsd arm-v7 >}} | {{< cdownload netbsd arm-v7 >}} | - | - | - |
   110  | ARM - 64 Bit | {{< cdownload windows arm64 >}} | {{< cdownload osx arm64 >}} | {{< cdownload linux arm64 >}} | {{< cdownload linux arm64 deb >}} | {{< cdownload linux arm64 rpm >}} | - | - | - | - | - |
   111  | MIPS - Big Endian | - | - | {{< cdownload linux mips >}} | {{< cdownload linux mips deb >}} | {{< cdownload linux mips rpm >}} | - | - | - | - | - |
   112  | MIPS - Little Endian | - | - | {{< cdownload linux mipsle >}} | {{< cdownload linux mipsle deb >}} | {{< cdownload linux mipsle rpm >}} | - | - | - | - | - |
   113  
   114  ## Older Downloads
   115  
   116  Older downloads can be found [here](https://downloads.rclone.org/).
   117  
   118  The latest `rclone` version working for:
   119  | OS | Maximum rclone version | 
   120  |:-------:|:-------:|
   121  | Windows 7 | v1.63.1 |
   122  | Windows Server 2008 | v1.63.1 |
   123  | Windows Server 2012 | v1.63.1 |
   124  | Windows XP | v1.42 |
   125  | Windows Vista | v1.42 |
   126  | macOS 10.14 (Mojave) | v1.63.1 |
   127  | macOS 10.13 (High Sierra) | v1.63.1 |
   128  | macOS 10.12 (Sierra) | v1.56.0 |
   129  | macOS 10.11 (El Capitan) | v1.52.0 |
   130  | macOS 10.10 (Yosemite) | v1.49.0 |
   131  | OS X 10.9 (Mavericks) | v1.42 |
   132  | OS X 10.8 (Mountain Lion) | v1.42 |