MacOS¶
bazarr requires Python 3.8 or greater and can be run from source.
- Make sure you are logged in to your Mac as an admin user
- Install Python from this link
- Download latest release of Bazarr from this link and expand the downloaded .zip file
- Place the resulting
bazarr
directory in your /Applications directory -
Open Terminal and change directory to
/Applications/bazarr
:cd /Applications/bazarr
-
Install bazarr requirements:
python3.8 -m pip install -r requirements.txt
-
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.