Open-source Twitch desktop application using Electron.js.
- For windows, download the ZIP file and run
/Twitch_Desktop.exe
.
For other platforms, follow the instructions below.
- Download this repository from source
- Open the directory and run the command
npm run install
- Whenever you want to execute the Twitch desktop application, just run
npm run start
.