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-uiScoop
Scoop needs the extras bucket added first, then installs Rclone UI from it:
scoop bucket add extras
scoop install rclone-uiWinGet
WinGet installs Rclone UI by its exact package id:
winget install --id=RcloneUI.RcloneUI -emacOS
Direct Download
Homebrew
Homebrew installs Rclone UI as a cask:
brew install --cask rclone-uiLinux
Direct Download
Direct Download (ARM)
Flatpak
Flatpak installs Rclone UI from Flathub:
flatpak install com.rcloneui.RcloneUIAUR
On Arch Linux, Rclone UI is available from the AUR:
yay -S rclone-ui-binCross-Platform
NPM
With npm, npx runs Rclone UI directly:
npx rclone-uiHow is this guide?