How to Uninstall Hermes Desktop from macOS A developer has published a four-step command-line process to fully uninstall Hermes Desktop from macOS. The procedure includes stopping the Hermes gateway, killing related processes, removing binaries and configuration directories, and unloading launch agents. I installed Hermes Desktop on macOS but it was different from what I expected lol I thought it would work as a client application for my Hermes agent I set up . Here are 4 steps to uninstall Hermes Desktop from macOS. hermes gateway stop pkill -f "hermes"\n rm -f ~/.local/bin/hermes\n rm -rf ~/.hermes\n launchctl unload ~/Library/LaunchAgents/ai.hermes.gateway.plist launchctl remove ai.hermes.gateway rm -f ~/Library/LaunchAgents/ai.hermes.gateway.plist