← Back

Downloads

Multi-platform – use in the browser, on desktop (Windows, Mac, Linux), or on Android.

by Color Dev

🌐 Use in browser

No install. Works on any device with a modern browser.

Open Remote Control

β˜• Desktop (Windows, macOS, Linux)

Run Remote Control in a native window. Requires Java 17+.

Install Java (Adoptium Temurin) if you don’t have it.

  • Java app (all platforms) – Build from source: desktop-java/ (Maven, Java 17+). Run with mvn javafx:run. One JAR runs on Windows, Mac, and Linux.
  • Windows (C#) – Build from source: desktop/ (.NET 8, WebView2). Run with dotnet run.

Set REMOTE_CONTROL_URL to your server (e.g. https://yoursite.com/) when running the desktop app.

πŸ“± Android (APK)

Install the app on your phone or tablet. Build the APK from source or download if your host provides it.

  • Build APK: See android/README.md. Set your server URL in gradle.properties (remoteControlBaseUrl), then ./gradlew assembleRelease.
  • Download APK: If the site host provides a pre-built APK, it may be available here:
Download APK

If the link does not work, the APK was not uploaded. Build it from the android/ folder.

Legendary multi-platform

  • Web – any browser, any device
  • Desktop – Java (Windows, macOS, Linux) or C# (Windows)
  • Android – APK from android/

← Back to Remote Control