Linux Installation

Install Streamer.bot on Linux

Streamer.bot on Linux is experimental and not officially supported.

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

Select an installation method below:

Install Script

Install Streamer.bot and its Wine dependencies using a bash script

Bottles

Install Streamer.bot with Bottles

Lutris

Install Streamer.bot with Lutris

Install the required dependencies for your Linux distribution

  1. Install wine
    Follow the instructions here to install Wine on your version of Ubuntu
  2. Install winetricks
    Terminal
    sudo apt install winetricks
    sudo winetricks --self-update
    
  3. Install remaining dependencies
    Terminal
    sudo apt install git curl
    
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!

Bottles Installation

Install Streamer.bot on Linux with Bottles

Download lutris/streamerbot.yaml from GitHub
  1. Click the + in Lutris and select Install from a local install script
    Lutris Add Game Dialog
  2. Select the streamerbot.yaml file (download link above)
  3. Follow the installer steps to install Streamer.bot to your location of choice.
  4. Launch Streamer.bot from Lutris!