This is the desktop version of ShutApp that allows you to control your PC remotely with an Android device. It will open a WebSocket server on port 7421.
📱 Don't forget to download the Android app too !
ShutApp is available for Windows and Linux only.
Open command prompt and run the following command to install ShutApp Desktop:
curl -s -o %TEMP%\windows.bat "https://raw.githubusercontent.com/S2009-dev/ShutApp-Desktop/refs/heads/main/installers/windows.bat" && %TEMP%\windows.batThis will install ShutApp Desktop in your shell:startup (in order to run it on startup) and open the TCP port 7421 for remote connections.
Open terminal and run the following command to install ShutApp Desktop:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/S2009-dev/ShutApp-Desktop/refs/heads/main/installers/linux.sh)"This will install ShutApp Desktop in /usr/local/bin and create a service to run it on startup.
7421 for remote connections.
This project was made thanks to the basic_websocket project by PenTaist.