Skip to content

MacOS

bazarr requires Python 3.8 or greater and can be run from source.

  1. Make sure you are logged in to your Mac as an admin user
  2. Install Python from this link
  3. Download latest release of Bazarr from this link and expand the downloaded .zip file
  4. Place the resulting bazarr directory in your /Applications directory
  5. Open Terminal and change directory to /Applications/bazarr:

    cd /Applications/bazarr
    
  6. Install bazarr requirements:

    python3.8 -m pip install -r requirements.txt
    
  7. Run bazarr:

    python3.8 bazarr.py
    

bazarr will run in this Terminal session. Closing the session will stop bazarr. You can start it up again using steps 5 and 7.

Access bazarr via browser at http://localhost:6767/

Please see the autostart page for launch agents configuration instructions.