A chat client for Twitch
A chat client for Twitch
You can always download the latest version right here. Currently there are Windows 64-bit and macOS builds.
You can build the client from source with a few easy steps. (Node being installed is assumed)
npm install
cd app
npm install
Optionally, you can install electron globally:
npm install -g electron
After that, you only need to run the following (in the root directory) to launch the client:
# if you installed electron globally, use this
electron app
# if you didn't, use this instead
node_modules/.bin/electron app
Feature requests, bug reports or even pull requests are always appreciated! :)