Setup

Description of the setup process

Rclone UI is installed from a direct download or from a package manager. The sections below list the options for each operating system.

Windows

Direct Download

Chocolatey

Chocolatey installs Rclone UI with:

choco install rclone-ui

Scoop

Scoop needs the extras bucket added first, then installs Rclone UI from it:

scoop bucket add extras
scoop install rclone-ui

WinGet

WinGet installs Rclone UI by its exact package id:

winget install --id=RcloneUI.RcloneUI -e

macOS

Direct Download

Homebrew

Homebrew installs Rclone UI as a cask:

brew install --cask rclone-ui

Linux

Direct Download

Direct Download (ARM)

Flatpak

Flatpak installs Rclone UI from Flathub:

flatpak install com.rcloneui.RcloneUI

AUR

On Arch Linux, Rclone UI is available from the AUR:

yay -S rclone-ui-bin

Cross-Platform

NPM

With npm, npx runs Rclone UI directly:

npx rclone-ui

How is this guide?