Desktop app for Remote mouse used to control your Desktop/Laptop mouse from mobile. Currently only for MacOS.
- Download the latest release of remote-mouse-server.
- Download the Expo go Android / Expo go IOS on your mobile.
- Unzip the downloaded file
- Move it to applications(only for macOS).
- Run this file by double-clicking on it.
- Provide necessary permissions to run the app.
- You will see the remote mouse icon on the menu bar.
- Click on it to see the QR-code.
- Go to https://expo.dev/@hellstellar/remote-mouse and scan the QR code using the Expo Go app.
- Remote mouse mobile will run on your mobile.
- Scan the QR code on the desktop app with the remote mouse mobile app.
- You will be connected, and you can start controlling your mouse from the trackpad visible on your phone.
- Yarn
- Remote mouse
- Run
yarn install
to install dependencies. - The react ui runs on port
3000
which should be free before running the application. - Run
yarn remote-mouse:dev
to run the application in development environment. - The application will be up and running.
- Run
yarn install
- Run
yarn make
to package the app and create an executable for the host OS.