Remux

Install desktop Agent

The Agent runs on the machine you want to control. It captures one window, shows a tray QR, and accepts input from the phone.

One-line install

Linux (Ubuntu / X11) & macOS

curl -fsSL https://remux.eds-on.life/install.sh | bash

Installs to ~/.local/share/remux, links ~/.local/bin/remux-agent, and on Linux adds a Remux Agent entry to the app menu (GNOME/KDE via .desktop). macOS: prefer DMG → /Applications; enable Screen Recording and Accessibility.

Windows (PowerShell)

irm https://remux.eds-on.life/install.ps1 | iex

Or download a classic installer when published:

Windows builds appear in Start Menu as Remux Agent after install.

What you get after install

Manual (Linux binary)

curl -fL -o remux-agent https://remux.eds-on.life/downloads/Remux-Agent-linux-x11
chmod +x remux-agent
# or use the repo helper:
# ./scripts/install-ubuntu-agent.sh ./Remux-Agent-linux-x11-vX.Y.Z

Permissions

Next