Install Script

Install Streamer.bot and its Wine dependencies with the official install script

Whipstickgostop
Streamer.bot on Linux is considered experimental and not officially supported.
If you are using Streamer.bot v1.0.5 or later and experiencing crashes due to UIAutomationCore.dll, please follow the instructions in the UIAutomationCore Fix guide.

Install the required dependencies for your Linux distribution

Install Wine

Follow the instructions here to install Wine on your version of Ubuntu

Install winetricks

Terminal
sudo apt install winetricks
sudo winetricks --self-update

Install remaining dependencies

Terminal
sudo apt install git curl

Clone the repository and run the installation script

Terminal
# Clone the repository
git clone https://github.com/Streamerbot/sb-linux-installer

# Change directory
cd ./sb-linux-installer

# Execute the installer
./install.sh
You can now launch Streamer.bot using the created desktop shortcut!