github.com/ncw/rclone@v1.48.1-0.20190724201158-a35aa1360e3e/docs/content/downloads.md (about)

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