Fixed
brew cleanup failing on root-owned .pyc (#86): the CLI wrapper now sets PYTHONDONTWRITEBYTECODE=1, so Python no longer writes __pycache__ into the Homebrew Cellar. Previously, running the CLI as root (e.g. sudo immich-accelerator ...) left root-owned bytecode in the keg that brew cleanup couldn't remove. Reported by @shtefko. After upgrading, clear any existing root-owned files once: sudo chown -R $(whoami):admin /opt/homebrew/Cellar/immich-accelerator.
Upgrade
brew upgrade immich-accelerator
immich-accelerator setup # if first time or new features require it