Skip to content

Rclone GUI. Fork of dimitrov-adrian/RcloneTray.

License

Notifications You must be signed in to change notification settings

ysalitrynskyi/RcloneTray

 
 

Repository files navigation

RcloneTray Icon RcloneTray

GitHub release

RcloneTray is simple cross-platform GUI for Rclone and is intended to provide a free altenative to Mountain Duck

Overview

This is a fork of RcloneTray with the following changes:

2024-03-21 - v1.1.0:

  • Updated npm packages
  • Fixed "WebDAV" and "Restic" on macOS
  • Updated rclone for all systems and added support for ARM64
  • Updated update-rclone-binaries.sh to download binaries for all supported architectures
  • Fixed tray icon size on macOS
  • Fixed uncaughtException() to quit the app on button click
  • Fixed popup focus on macOS
  • Updated app icon
  • Changed About dialog

Known bugs:

  • Settings page is not loading properly

Screenshot

Requirements

Supported operating systems:

  • Windows 7/8/10/11 (x64)
  • macOS 10.10 and later (Intel and Apple Silicon)
  • GNU/Linux (x64), DE with tray icons support

To get mount function working, you need to install extra packages (alternatively you can mount using WebDAV):

FAQ

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".

Downloads

Check latest releases

Contributing

Any help is welcome, just file an issue or pull request.

Building

You'll need Node.js installed on your computer in order to build this app.

$ git clone https://github.com/ysalitrynskyi/RcloneTray
$ cd RcloneTray
$ npm install
$ npm start

or:

$ npm run dist

License

This project is licensed under the MIT License

About

Rclone GUI. Fork of dimitrov-adrian/RcloneTray.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.0%
  • HTML 13.7%
  • CSS 7.5%
  • Shell 1.8%