Rclone UI is the cross-platform desktop GUI for Rclone & S3, providing a light transparent layer on top of rclone to manage remotes and tasks in more user-friendly way. Designed for Docker/homelab/server usage controlling remote rclone instances with easiest solution. Docker Compose setup runs rclone container with 'rcd --rc-addr=0.0.0.0:5572 --rc-no-auth' exposing port 5572. Docker CLI alternative uses 'docker run' with port mapping and volume mounts. Without Docker, start rcd daemon directly with 'rclone rcd --rc-addr=0.0.0.0:5572 --rc-no-auth'. After starting rclone, open Rclone UI and navigate to Settings > Hosts. Ensure firewall/reverse proxy (nginx/caddy/traefik) allows port 5572 traffic. Rclone UI connects to any RCD port; customize default 5572 port. Use --rc-user and --rc-pass instead of --rc-no-auth in production.
Package managers: Flathub (flatpak install com.rcloneui.RcloneUI or from store), Brew (brew install --cask rclone-ui), Scoop (scoop bucket add extras && scoop install rclone-ui), Chocolatey (choco install rclone-ui), WinGet (winget install --id=RcloneUI.RcloneUI -e), NPM (npx rclone-ui). Downloads: Windows (Arm, x64), macOS (Apple Silicon, Intel), Linux (AppImage, deb, rpm for both x64 and Arm). Roadmap finalized items moved to Features section; V3 discussion available. Contributing welcome with good problems to tackle: fix open Issues, upgrade to Vite 7 & React 19, introduce React Compiler, move Cron logic to Rust. Merged PRs receive Lifetime License. Built with NextUI/Vuetify/HeroUI. Topics include rclone, rclone-gui, rsync, s3, tauri, ftp, fuse, Google Cloud Storage, Google Drive, SFTP, hero-ui, heroui, gui-frontend, tray, tray-menu, cyberduck, dropbox. Apache 2.0 license.
Use Cases:
The cross-platform GUI for Rclone
A light, transparent layer on top of rclone to manage your remotes & tasks in a more user-friendly way.
Control your server, homelab, or mom's PC with the easiest solution to manage remote rclone instances.
services:
rclone:
image: rclone/rclone
container_name: rclone
command: rcd --rc-addr=0.0.0.0:5572 --rc-no-auth
ports:
- 5572:5572
volumes:
- ./config:/config/rclone
- /path/to/data:/data
docker run -d \
--name rclone \
-p 5572:5572 \
-v ./config:/config/rclone \
-v /path/to/data:/data \
rclone/rclone rcd --rc-addr=0.0.0.0:5572 --rc-no-auth
Just start the rcd daemon directly:
rclone rcd --rc-addr=0.0.0.0:5572 --rc-no-auth
rclone using your preferred method, simply open Rclone UI and navigate to Settings > Hosts.5572 in your firewall and/or reverse proxy (nginx/caddy/traefik).5572 port.--rc-user and --rc-pass instead of --rc-no-auth in production.flatpak install com.rcloneui.RcloneUI or from the store (https://flathub.org/en/apps/com.rcloneui.RcloneUI)brew install --cask rclone-uiscoop bucket add extras & scoop install rclone-uichoco install rclone-uiwinget install --id=RcloneUI.RcloneUI -enpx rclone-uiArm (AppImage (https://get.rcloneui.com/linux-arm), deb (https://get.rcloneui.com/linux-deb-arm), rpm (https://get.rcloneui.com/linux-rpm-arm))Finalized items have been moved to the "Features" section.
Welcome, anon. We’ve been expecting you.
Here are some good problems to tackle:
🎁 Merged PRs receive a Lifetime License!
AI assistant for tmux that reads terminal panes for context. Features Observe, Prepare and Watch modes with command execution, safety scoring and knowledge base support. Works with OpenRouter, OpenAI and Azure.
Desktop app to manage MCP servers on Windows and macOS. Organize servers into Projects and Workspaces. Connects with Claude, Cline, Windsurf and Cursor. All data stored locally for privacy.
Raycast-compatible launcher for Linux with command palette, Raycast Store extensions, smart calculator, clipboard history and snippets. Built with Tauri and Rust. Available as AppImage.
Android app for running Stable Diffusion with Snapdragon NPU acceleration. Supports text-to-image, image-to-image and inpainting with custom models, LoRA and upscaling. Works on Android 5.0 and newer.
Fast SQL client for PostgreSQL, MySQL and SQL Server with AI assistant that converts natural language to queries. Features Monaco editor, ERD diagrams, query plans and inline editing. Built with Electron and React.
Convert websites into desktop apps with Electron. Features multi-account support, global hotkey switching, custom JavaScript injection and portable packaging for Windows, macOS and Linux.