How to get Syncthing to run as a service on OSX prior to login (not user dependent)...?

How does one get Syncthing to run on a mac workstation when the system starts without requiring a user to login?

I seem to only be able to a) install with homebrew as a user and b) not install it such that I can launch it in the background without actually logging in.

No clue…

You can probably move the launchd files from ~/Library/LaunchAgents into some system launch agent dir, maybe /Library/LaunchAgents or so. Then use launchctl to load and manage it or maybe reboot. But this is just my guess.