# Install ``` $ brew install syncthing ``` # WebGUI `http://127.0.0.1:8384/` # Start automatically ``` $ cp /usr/local/Cellar/syncthing/0.11.26/homebrew.mxcl.syncthing.plist ~/Library/LaunchAgents/syncthing.plist $ launchctl load ~/Library/LaunchAgents/syncthing.plist ```