Skip to content

Installation

Xaymar edited this page Sep 5, 2022 · 81 revisions

Please make sure to read the FAQ!

It covers many repeatedly asked questions and can save you some time, especially when there are few people helping voluntarily. Additionally, you should make sure that the build you chose supports the OBS Studio version you are trying to install it on.

Conflicting Software

  • Windows Defender: Due to the binaries not being signed, Windows Defender warns about running them. You can bypass this warning by clicking "More Info" and then "Run anyway".
  • Norton/Avira/Avast AntiVirus: May not like the use of InnoSetup and prevents writing files, resulting in corrupted installations. Please ensure that you temporarily disable your AntiVirus or whitelist the installer file.

Windows Windows

  1. Download the .exe Installer of the latest Production or Testing release of your choice for Windows.
  2. Double-Click the downloaded file to run the Installer.
    • If Microsoft SmartScreen is Enabled, you will encounter a pop-up titled "Windows protected your PC". This pop-up informs you that the executable you just downloaded is unsigned, and running it comes at no warranty from Microsoft. To continue past it, click More info and then Run anyway.
    • If Windows Defender is active, you might encounter another pop-up titled "Open File - Security Warning". This pop-up informs you that the executable you just tried to run is unsigned. To continue click Run.
  3. You will now be asked if you wish to install StreamFX for "all users" (static installation) or "me only" (portable installation).
    • Static: If you installed OBS Studio using the official installer (.exe, .msi, ...) pick "all users", which will present you with the User Account Control dialog. This pop-up informs you that the executable you wanted to run requires Administrator rights to modify the System. The Installer requires Administrator rights due to the default location of plug-ins for OBS Studio being located in a protected directory. In order to continue, click Yes.
    • Portable: If you installed OBS Studio using an archive (.zip, .7z, ...), pick "me only". This will lock away the Static installation method later on.
  4. Follow the remaining steps in the Installer.

MacOS MacOS

  1. Download the .pkg Installer of the latest Production or Testing release of your choice for MacOS.
  2. Option-Click on the .pkg file, then select Open With and then select Installer. Don't double click it.
    • This will cause a window to appear, asking you to confirm that you want to trust this file. To continue with the guide, you have to select Open.
  3. An Installer should now appear, which will guide you through the installation process.

Linux Linux (Debian, Ubuntu, ...)

  1. Download the latest Production or Testing release of your choice for Linux.
  2. Extract the archive to ~/.config/obs-studio/.
  3. Done, you can now launch OBS Studio and StreamFX should load.

If all other options failed, you can always attempt to build the project from source. While this option is much more difficult for beginners, it allows you to mess with many more things. Perhaps it is your entry into a world of wondering why the code doesn't compile despite it looking correct, and parsing cryptic errors and warnings.

Clone this wiki locally