Ghost chat is a standalone Twitch.tv chat as overlay on windowed/windowed full screen applications written in Electron and Vue.
It lets you connect to a channel without the need of opening twitch in your browser which comes in handy if you happen to have only one monitor, or you just want to have your chat on your main screen.
- Download the latest release (installer or standalone) from https://github.com/Enubia/ghost-chat/releases.
- The first time you launch it on Windows,
Windows protected your PC
will appear. This is due to the fact that Windows Defender Smart Screen can't find the code signing certificate. Just clickMore info
and thenRun anyway
. You'll only have to do this once. - After launching the application, enter the channel you want to receive chat messages from and click go / press enter.
- You can move the window around by clicking and dragging the top section where minimize and close buttons are.
- If you want to resize it, just click and drag the borders to whatever size you want.
- Settings can be reached through the context menu.
- Chat window
- With a click on the ghost, you'll set the window to transparent, remove the borders and make it click through. This can be reverted by clicking
Revert Click through
in the tray icon menu.
- result
- Download the chatlog for a twitch stream in text format.
- Download the video for that twitch stream.
- Run
mpv.exe --input-ipc-server=\\.\pipe\MPVControllPipe video.mp4
- Run
Ghost-Chat.1.4.0.exe --chatlog="C:\chatlog.txt"
Note: Currently does not support emotes, badges or name colours.
If you have any suggestions for features, or you've found a bug, feel free to go to https://github.com/Enubia/ghost-chat/issues/new/choose or join the Discord server and post a bug or feature report/request into one of the channels.
Please refer to our contributing guidlines.