Linux Support
Install Streamer.bot on Linux
Streamer.bot on Linux is experimental and not officially supported.
Introduction
Streamer.bot can be installed on Linux using wine
and winetricks
wine
>= 6.19
winetricks
>= 20210206
dotnet48
d3dcompiler_47
dxvk
corefonts
optional- May be needed if you have issues launching Streamer.bot
sapi
optional- Needed for Speaker.bot support
Installation
Select an installation method below:
Install Script
View Streamerbot/sb-linux-installer on GitHub
Prerequisites
- Install
wine
Follow the instructions here to install Wine on your version of Ubuntu
- Install
winetricks
sudo apt install winetricks
sudo winetricks --self-update
- Install remaining dependencies
sudo apt install git curl
- Install
Wine
sudo pacman -S wine
- Install
winetricks
sudo pacman -S winetricks
- Install remaining dependencies
sudo pacman -S git
Install
sb-linux-installer
# Clone the repository
git clone https://github.com/Streamerbot/sb-linux-installer
# Change directory
cd ./sb-linux-installer
# Execute the installer
./install.sh
Update
Streamer.bot Automatic Updates should work as usual.
You can manually update your Streamer.bot installation using the installation script with UPDATE=1
sb-linux-installer
UPDATE=1 ./install.sh
Uninstall
You can remove the Streamer.bot installation by executing the script with UNINSTALL=1
sb-linux-installer
UNINSTALL=1 ./install.sh
Lutris
- Click the
+
in Lutris and selectInstall from a local install script
Lutris Add Game Dialog
- Select the
streamerbot.yaml
file (download link above) - Follow the installer steps to install Streamer.bot to your location of choice.
- Launch Streamer.bot from Lutris!
Known Issues
Groups
Action and Command lists do not render any configured group names or groupings.
All actions and commands are listed in the order they have been added.
Viewer Context Menu
The
This issue has been resolved in Wine 7 and later
The speed with which the context menu appears can be improved by redirecting
stdout
to /dev/null
wine Streamer.bot.exe >/dev/null 2>&1
Streamer.bot Chat
The built-in chat and event feed windows will not work due to missing WebView2
.