RcloneTray is simple cross-platform GUI for Rclone and is intended to provide a free altenative to Mountain Duck
Only 64bit binaries are provided in distributions.
Supported operation systems:
- Windows 7/8/10 (x64)
- macOS 10.10 and later
- GNU/Linux (x64), DE with tray icons support
To get mount function working, you need to install extra packages:
- Windows - http://www.secfs.net/winfsp/download/
- macOS - https://osxfuse.github.io/
- Linux - fuse
The application bundle comes with Rclone version XXX, but I want to use version YYY installed on my system
Go "Preferences" and from "Rclone" tab, uncheck the option "Use bundled Rclone".
Any help is welcome, just file an issue or pull request.
You'll need Node.js installed on your computer in order to build this app.
$ git clone https://github.com/dimitrov-adrian/RcloneTray
$ cd RcloneTray
$ npm install
$ npm start
This project is licensed under the MIT License