macOS
Homebrew
brew install prettymuchbryce/tap/autotidy
brew services start autotidy
Verify
autotidy status
Service management
# Stop
brew services stop autotidy
# Restart
brew services restart autotidy
# View logs
tail -f /tmp/autotidy.out.log
tail -f /tmp/autotidy.err.log
Uninstall
brew services stop autotidy
brew uninstall autotidy