github.com/10XDev/rclone@v1.52.3-0.20200626220027-16af9ab76b2a/docs/content/downloads.md (about)

     1  ---
     2  title: "Rclone downloads"
     3  description: "Download rclone binaries for your OS."
     4  type: page
     5  ---
     6  
     7  Rclone Download {{< version >}}
     8  =====================
     9  
    10  | Arch-OS | Windows | macOS | Linux | .deb | .rpm | FreeBSD | NetBSD | OpenBSD | Plan9 | Solaris |
    11  |:-------:|:-------:|:-----:|:-----:|:----:|:----:|:-------:|:------:|:-------:|:-----:|:-------:|
    12  | 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 >}} |
    13  | Intel/AMD - 32 Bit | {{< download windows 386 >}} | {{< download osx 386 >}} | {{< download linux 386 >}} | {{< download linux 386 deb >}} | {{< download linux 386 rpm >}} | {{< download freebsd 386 >}} | {{< download netbsd 386 >}} | {{< download openbsd 386 >}} | {{< download plan9 386 >}} | - |
    14  | ARM - 32 Bit | - | - | {{< download linux arm >}} | {{< download linux arm deb >}} | {{< download linux arm rpm >}} | {{< download freebsd arm >}} | {{< download netbsd arm >}} | - | - | - |
    15  | ARM - 64 Bit | - | - | {{< download linux arm64 >}} | {{< download linux arm64 deb >}} | {{< download linux arm64 rpm >}} | - | - | - | - | - |
    16  | MIPS - Big Endian | - | - | {{< download linux mips >}} | {{< download linux mips deb >}} | {{< download linux mips rpm >}} | - | - | - | - | - |
    17  | MIPS - Little Endian | - | - | {{< download linux mipsle >}} | {{< download linux mipsle deb >}} | {{< download linux mipsle rpm >}} | - | - | - | - | - |
    18  
    19  You can also find a [mirror of the downloads on GitHub](https://github.com/rclone/rclone/releases/tag/{{< version >}}).
    20  
    21  ## Script download and install ##
    22  
    23  To install rclone on Linux/macOS/BSD systems, run:
    24  
    25      curl https://rclone.org/install.sh | sudo bash
    26  
    27  For beta installation, run:
    28  
    29      curl https://rclone.org/install.sh | sudo bash -s beta
    30  
    31  Note that this script checks the version of rclone installed first and
    32  won't re-download if not needed.
    33  
    34  Beta releases
    35  =============
    36  
    37  [Beta releases](https://beta.rclone.org) are generated from each commit
    38  to master.  Note these are named like
    39  
    40      {Version Tag}-{Commit Number}-g{Git Commit Hash}
    41  
    42  You can match the `Git Commit Hash` up with the [git
    43  log](https://github.com/rclone/rclone/commits/master).  The most recent
    44  release will have the largest `Version Tag` and `Commit Number` and
    45  will normally be at the end of the list.
    46  
    47  Some beta releases may have a branch name also:
    48  
    49      {Version Tag}-{Commit Number}-g{Git Commit Hash}-{Branch Name}
    50  
    51  The presence of `Branch Name` indicates that this is a feature under
    52  development which will at some point be merged into the normal betas
    53  and then into a normal release.
    54  
    55  The beta releases haven't been through the [full integration test
    56  suite](https://pub.rclone.org/integration-tests/) like the releases.
    57  However it is useful to try the latest beta before reporting an issue.
    58  
    59  Note that [rclone.org](https://rclone.org/) is only updated on
    60  releases - to see the documentation for the latest beta go to
    61  [tip.rclone.org](https://tip.rclone.org/).
    62  
    63  Downloads for scripting
    64  =======================
    65  
    66  If you would like to download the current version (maybe from a
    67  script) from a URL which doesn't change then you can use these links.
    68  
    69  | Arch-OS | Windows | macOS | Linux | .deb | .rpm | FreeBSD | NetBSD | OpenBSD | Plan9 | Solaris |
    70  |:-------:|:-------:|:-----:|:-----:|:----:|:----:|:-------:|:------:|:-------:|:-----:|:-------:|
    71  | 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 >}} |
    72  | Intel/AMD - 32 Bit | {{< cdownload windows 386 >}} | {{< cdownload osx 386 >}} | {{< cdownload linux 386 >}} | {{< cdownload linux 386 deb >}} | {{< cdownload linux 386 rpm >}} | {{< cdownload freebsd 386 >}} | {{< cdownload netbsd 386 >}} | {{< cdownload openbsd 386 >}} | {{< cdownload plan9 386 >}} | - |
    73  | ARM - 32 Bit | - | - | {{< cdownload linux arm >}} | {{< cdownload linux arm deb >}} | {{< cdownload linux arm rpm >}} | {{< cdownload freebsd arm >}} | {{< cdownload netbsd arm >}} | - | - | - |
    74  | ARM - 64 Bit | - | - | {{< cdownload linux arm64 >}} | {{< cdownload linux arm64 deb >}} | {{< cdownload linux arm64 rpm >}} | - | - | - | - | - |
    75  | MIPS - Big Endian | - | - | {{< cdownload linux mips >}} | {{< cdownload linux mips deb >}} | {{< cdownload linux mips rpm >}} | - | - | - | - | - |
    76  | MIPS - Little Endian | - | - | {{< cdownload linux mipsle >}} | {{< cdownload linux mipsle deb >}} | {{< cdownload linux mipsle rpm >}} | - | - | - | - | - |
    77  
    78  Older Downloads
    79  ==============
    80  
    81  Older downloads can be found [here](https://downloads.rclone.org/).