View on GitHub

RcloneBrowser

Simple cross platform GUI for rclone

WARNING: This project is not longer active or maintaned.

Initially I created it only because rclone mount did not work in the beginning. Now mount on Windows works fine, so this project is not useful for me anymore.

I suggest to try out rclone built-in web based GUI instead

RcloneBrowser

Travis CI Build Status AppVeyor Build Status Downloads Release License

Simple cross platfrom GUI for rclone command line tool. Supports Windows, macOS and GNU/Linux.

Features

Download

Get Windows, macOS and Ubuntu package on releases page.

For Ubuntu you can also install it from Launchpad: Rclone Browser.

ArchLinux users can install latest release from AUR repository: rclone-browser.

Other GNU/Linux users will need to build from source.

Screenshots

Windows

screenshot1.png screenshot2.png screenshot3.png screenshot4.png

Ubuntu

screenshot5.png

macOS

screenshot6.png

Build instructions for Windows

  1. Get Visual Studio 2013
  2. Install CMake
  3. Install or build from source Qt v5 (64-bit) from Qt website
  4. Set QTDIR environment variable to Qt installation, or adjust path to Qt in bootstrap.cmd file
  5. Run bootstrap.cmd, it will generate Visual Studio 2013 solution in build folder

Build instructions for GNU/Linux and macOS

  1. Make sure you have working compiler and cmake installed
  2. Install Qt v5 with package manager or from Qt website
  3. Create new build folder next to src folder
  4. Run cmake .. from build folder to create makefile
    • if cmake doesn’t find Qt, add -DCMAKE_PREFIX_PATH=path/to/Qt to previous command
  5. Run cmake --build . from build folder to create binary

License

This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.