RoboSats desktop app serves the RoboSats frontend app directly and redirects all API requests to RoboSats P2P market coordinator through your TOR proxy.
First, clone the repository to your local machine:
git clone https://github.com/RoboSats/robosats.git
cd robosats
cd desktopApp
npm install
npm run start
To package the app for different platforms (Linux, Windows, macOS), use the corresponding npm commands:
npm run package-linux
npm run package-win
npm run package-mac
This desktop app ensures all API requests are redirected through a TOR proxy to maintain privacy and anonymity while accessing the RoboSats P2P market coordinator.