RcloneMonster is a lightweight, privacy-friendly GUI for mounting Google Drive and any other rclone remote on Windows.
Think of it as a monster mounter: small, simple, but powerful.
- π Mount & unmount any rclone remote (Google Drive, OneDrive, Dropbox, Mega, S3, WebDAVβ¦)
- π₯οΈ Clean Qt-based GUI (Basic + Advanced tabs)
- β‘ Lightweight (single portable
.exe~30MB) - π Privacy-friendly:
- No telemetry
- No analytics
- No background bloat
- π οΈ Custom volume label (appears in Explorer)
- π Autostart option (Run key)
- πΎ Optional Service Mode (Windows service or Task Scheduler fallback)
- π 100% Free and Open Source (FOSS)
- Download the latest release
- Place
rclone.exesomewhere in yourPATH(or in the same folder as RcloneMonster) - Run RcloneMonster.exe
- Enter your remote name (e.g.
gdrive) and choose a drive letter (e.g.G:) - Optionally set a custom Volume Label (e.g. "Work Drive")
- Click Mount β your cloud shows up in Explorer
- Use Unmount to stop it
Requirements:
- Python 3.9+
- PyQt5
- psutil
- pyinstaller (optional, to build .exe)
Clone & run:
git clone https://github.com/yourusername/RcloneMonster.git
cd RcloneMonster
pip install -r requirements.txt
python main.pyBuild a single .exe:
pyinstaller --noconsole --onefile --name RcloneMonster --icon=icon.ico main.pyThe binary will be in the dist/ folder.
Licensed under the MIT License.
You are free to use, modify, and distribute this software.
π‘ RcloneMonster respects your privacy:
- No telemetry
- No analytics
- No data collection
Your cloud, your rules.
