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.View Streamerbot/sb-linux-installer on GitHub
Prerequisites
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
Terminal
# Install wine
sudo pacman -S wine
# Install winetricks
sudo pacman -S winetricks
# Install remaining dependencies
sudo pacman -S git curl
Install Streamer.bot
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
Launch Streamer.bot
You can now launch Streamer.bot using the created desktop shortcut!