{"id":15108869,"url":"https://github.com/mmozeiko/rclonebrowser","last_synced_at":"2025-09-27T10:30:31.874Z","repository":{"id":46326518,"uuid":"80326656","full_name":"mmozeiko/RcloneBrowser","owner":"mmozeiko","description":"Simple cross platform GUI for rclone","archived":true,"fork":false,"pushed_at":"2019-08-31T19:33:15.000Z","size":531,"stargazers_count":1315,"open_issues_count":93,"forks_count":415,"subscribers_count":69,"default_branch":"master","last_synced_at":"2024-10-31T02:33:37.693Z","etag":null,"topics":["rclone"],"latest_commit_sha":null,"homepage":"https://mmozeiko.github.io/RcloneBrowser","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mmozeiko.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-29T03:27:23.000Z","updated_at":"2024-10-30T16:52:41.000Z","dependencies_parsed_at":"2022-07-25T04:16:56.571Z","dependency_job_id":null,"html_url":"https://github.com/mmozeiko/RcloneBrowser","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmozeiko%2FRcloneBrowser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmozeiko%2FRcloneBrowser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmozeiko%2FRcloneBrowser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmozeiko%2FRcloneBrowser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mmozeiko","download_url":"https://codeload.github.com/mmozeiko/RcloneBrowser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234425993,"owners_count":18830828,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["rclone"],"created_at":"2024-09-25T22:41:50.723Z","updated_at":"2025-09-27T10:30:31.523Z","avatar_url":"https://github.com/mmozeiko.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"**WARNING: This project is not longer active or maintaned.**\n\n**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.**\n\n**I suggest to try out rclone built-in [web based GUI](https://rclone.org/gui/) instead**\n\nRcloneBrowser\n=============\n\n[![Travis CI Build Status][img1]][1] [![AppVeyor Build Status][img2]][2] [![Downloads][img3]][3] [![Release][img4]][4] [![License][img5]][5]\n\nSimple cross platfrom GUI for rclone command line tool.\nSupports Windows, macOS and GNU/Linux.\n\nFeatures\n--------\n\n* Allows to browse and modify any rclone remote, including encrypted ones\n* Uses same configuration file as rclone, no extra configuration required\n* Supports custom location and encryption for `.rclone.conf` configuration file\n* Simultaneously navigate multiple repositories in separate tabs\n* Lists files hierarchically with file name, size and modify date\n* All rclone commands are executed asynchronously, no freezing GUI\n* File hierarchy is lazily cached in memory, for faster traversal of folders\n* Allows to upload, download, create new folders, rename or delete files and folders\n* Allows to calculate size of folder, export list of files and copy rclone copmmand to clipboard\n* Can process multiple upload or download jobs in background\n* Drag \u0026 drop support for dragging files from local file explorer for uploading\n* Streaming media files for playback in player like [mpv][6] or similar\n* Mount and unmount folders on macOS and GNU/Linux\n* Optionally minimizes to tray, with notifications when upload/download finishes\n* Supports portable mode (create .ini file next to executable with same name), rclone and .rclone.conf path now can be relative to executable\n\nDownload\n--------\n\nGet Windows, macOS and Ubuntu package on [releases][3] page.\n\nFor Ubuntu you can also install it from Launchpad: [Rclone Browser][launchpad].\n\nArchLinux users can install latest release from AUR repository: [rclone-browser][7].\n\nOther GNU/Linux users will need to build from source.\n\nScreenshots\n-----------\n\n### Windows\n\n![screenshot1.png][screenshot1]\n![screenshot2.png][screenshot2]\n![screenshot3.png][screenshot3]\n![screenshot4.png][screenshot4]\n\n### Ubuntu\n\n![screenshot5.png][screenshot5]\n\n### macOS\n\n![screenshot6.png][screenshot6]\n\nBuild instructions for Windows\n------------------------------\n\n1. Get [Visual Studio 2013][8]\n2. Install [CMake][9]\n3. Install or build from source Qt v5 (64-bit) from [Qt website][10]\n4. Set `QTDIR` environment variable to Qt installation, or adjust path to Qt in `bootstrap.cmd` file\n5. Run `bootstrap.cmd`, it will generate Visual Studio 2013 solution in `build` folder\n\nBuild instructions for GNU/Linux and macOS\n------------------------------------------\n\n1. Make sure you have working compiler and [cmake][9] installed\n2. Install Qt v5 with package manager or from [Qt website][10]\n3. Create new `build` folder next to `src` folder\n4. Run `cmake ..` from `build` folder to create makefile\n   - if cmake doesn't find Qt, add `-DCMAKE_PREFIX_PATH=path/to/Qt` to previous command\n5. Run `cmake --build .` from `build` folder to create binary\n\nLicense\n-------\n\nThis is free and unencumbered software released into the public domain.\n\nAnyone 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.\n\n[1]: https://travis-ci.org/mmozeiko/RcloneBrowser/\n[2]: https://ci.appveyor.com/project/mmozeiko/RcloneBrowser\n[3]: https://github.com/mmozeiko/RcloneBrowser/releases\n[4]: https://github.com/mmozeiko/RcloneBrowser/releases/latest\n[5]: https://github.com/mmozeiko/RcloneBrowser/blob/master/LICENSE\n[6]: https://mpv.io/\n[7]: https://aur.archlinux.org/packages/rclone-browser\n[8]: https://www.visualstudio.com/en-us/news/releasenotes/vs2013-community-vs\n[9]: http://www.cmake.org/\n[10]: https://www.qt.io/download-open-source/\n[img1]: https://api.travis-ci.org/mmozeiko/RcloneBrowser.svg?branch=master\n[img2]: https://ci.appveyor.com/api/projects/status/7s24ixolrk3ueggm/branch/master?svg=true\n[img3]: https://img.shields.io/github/downloads/mmozeiko/RcloneBrowser/total.svg?maxAge=3600\n[img4]: https://img.shields.io/github/release/mmozeiko/RcloneBrowser.svg?maxAge=3600\n[img5]: https://img.shields.io/github/license/mmozeiko/RcloneBrowser.svg?maxAge=2592000\n[screenshot1]: https://raw.githubusercontent.com/wiki/mmozeiko/RcloneBrowser/screenshot1.png\n[screenshot2]: https://raw.githubusercontent.com/wiki/mmozeiko/RcloneBrowser/screenshot2.png\n[screenshot3]: https://raw.githubusercontent.com/wiki/mmozeiko/RcloneBrowser/screenshot3.png\n[screenshot4]: https://raw.githubusercontent.com/wiki/mmozeiko/RcloneBrowser/screenshot4.png\n[screenshot5]: https://raw.githubusercontent.com/wiki/mmozeiko/RcloneBrowser/screenshot5.png\n[screenshot6]: https://raw.githubusercontent.com/wiki/mmozeiko/RcloneBrowser/screenshot6.png\n[launchpad]: https://launchpad.net/~mmozeiko/+archive/ubuntu/rclone-browser\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmozeiko%2Frclonebrowser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmozeiko%2Frclonebrowser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmozeiko%2Frclonebrowser/lists"}