Files
rclone-ui/cli/README.md
T
FTCHDandGitHub 7a62659323 v3
can’t innovate my ass 

Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
2025-12-07 18:42:44 +01:00

1.1 KiB

Rclone UI
The cross-platform GUI for Rclone

Tnstalls and launches Rclone UI.

Usage

npx rclone-ui

That's it!

If Rclone UI is already installed, it opens the app. If not, it downloads the latest release from GitHub and installs it.

Options

npx rclone-ui              # Open Rclone UI (installs if not found)
npx rclone-ui --install    # Reinstall (or update)
npx rclone-ui --version    # Show version
npx rclone-ui --help       # Show help

How it works

  • macOS: Mounts the .dmg and copies the app to /Applications
  • Windows: Runs the NSIS installer in silent mode
  • Linux: Installs the AppImage to ~/.local/bin