Homebrew
Homebrew is a good fit for a local workstation or a small single-host install where containers aren’t part of your normal setup. It installs Scryer as a managed macOS service that starts automatically on login.
Install Scryer and start the service:
brew install scryer-media/scryer/scryerbrew services start scryerOpen http://localhost:8686.
After the service starts, finish the initial setup flow and confirm the UI shows the paths and libraries you intend to manage.
To listen on a different port, edit the Homebrew service config file:
nano "$(brew --prefix)/etc/scryer/config.env"Add or uncomment this line:
SCRYER_BIND=127.0.0.1:8686Then restart the service:
brew services restart scryerUpgrading
Section titled “Upgrading”brew updatebrew upgrade scryerbrew services restart scryerFor all install methods, see Upgrading.
Related Concepts
Section titled “Related Concepts”- Library Scan — run this after confirming media roots are correctly configured
- Upgrading — full upgrade reference for all install methods