This is a practical cleanup guide for common macOS patterns. Verify each file or process before you remove it.
Start with the obvious app layer first.
Typical macOS cleanup begins with:
ApplicationsMac installs often leave traces in user-library locations.
Common categories to review:
| Category | Common places to check |
|---|---|
| App support | ~/Library/Application Support |
| Caches | ~/Library/Caches |
| Logs | ~/Library/Logs |
| Preferences and state | ~/Library/Preferences, ~/Library/Saved Application State |
| Hidden folders | ~/.config, ~/.local, other dotfolders touched during setup |
If you used a more technical setup, also review any workspace or project folder where OpenClaw stored state.
Review whether uninstall needs to include:
LaunchAgentsLaunchDaemonsIf your Mac keeps trying to start something related after reboot, there is usually still a startup layer left behind.
If setup involved Terminal, check whether OpenClaw touched:
~/.zshrc~/.zprofile~/.bash_profile~/.bashrcThis matters if your terminal started behaving strangely after install or uninstall.
Look for signs that keys or config values were stored locally:
.env filesDeleting the app does not automatically revoke third-party access.
After cleanup: