A simple cross-platform installer for remote support applications. Quickly install AnyDesk or RustDesk with one command for easy remote PC support and troubleshooting.
- 🚀 Single-command installation
- ⏱️ Fully automated Windows installation
- 🖥️ Supports Windows, macOS and Linux
- 🔒 Secure downloads from official sources
- 🔄 Always installs latest stable versions
- 🧹 Automatic cleanup after installation and an uninstall option
Platform | AnyDesk | RustDesk |
---|---|---|
Windows | ✅ | ✅ |
macOS (but not tested yet) | ✅ | ✅ |
Linux (Debian / Ubuntu) | ✅ | ✅ |
- Run as Administrator:
- Click on the Windows button then the R button (Win+R) then type powershell
- OR press the Windows key + X, then select PowerShell or Terminal.
- Copy the command below and paste it inside the Windows Powershell Window with Ctrl+V
irm https://is.gd/rsedwin | iex
or
Invoke-WebRequest -Uri "https://github.com/fredystar200/Remote-Support-Easy-Install/raw/main/win.bat" -OutFile "$env:TEMP\win.bat"; & "$env:TEMP\win.bat"
- Execute this command:
or click here and download Remote.Support.Easy.Install.exe then launch.
- Open Terminal
- Run this command:
bash <(curl -fsSL https://is.gd/rsedbash)
or
bash <(curl -fsSL https://github.com/fredystar200/Remote-Support-Easy-Install/raw/main/bash.sh)
- Follow prompts to select your application and complete installation
Q: Is an internet connection required? A: Yes, the installer downloads applications from official sources
Q: Can I use this for enterprise deployment? A: Absolutely! The Windows version supports silent installations
Q: How do I uninstall applications? A: Use standard system uninstall methods:
Windows: Control Panel > Programs
macOS: Drag to Trash
Linux: sudo apt remove anydesk or sudo apt remove rustdesk
Q: Why does macOS installation show security warnings? A: macOS requires manual approval for apps from unidentified developers. Go to: System Preferences > Security & Privacy > General > Click "Open Anyway"
Q: Can I install both applications? A: Yes, but you need to run the installer twice and select different apps each time
🔐 All downloads use HTTPS from official sources
🔍 Scripts are open-source and can be audited
🧩 No persistent components installed
⚠️ Windows requires admin rights due to system installation
Windows:
- PowerShell 5.1+
- Administrator privileges
- .NET Framework 4.5+
macOS:
- macOS 10.13+
- Terminal access
- May require security exceptions
Linux:
- Debian/Ubuntu-based distributions
- sudo privileges
- Standard build tools
Pull requests are welcome! For major changes, please open an issue first to discuss proposed changes.