Uninstall
Remove Snapzy, reset permissions, and clean up every trace of app data.
Uninstall Script
The fastest way to fully remove Snapzy is the official uninstall script. It deletes the app, preferences, caches, and resets TCC permissions.
curl -fsSL https://raw.githubusercontent.com/duongductrong/Snapzy/master/uninstall.sh | bash
You may need to log out or reboot for permission changes to fully take effect.
Tip — If you cloned the repo, you can also run ./uninstall.sh directly.
Manual Cleanup
-
Quit Snapzy if it is running.
-
Move
Snapzy.appfrom/Applicationsto Trash. -
Delete preferences and caches:
rm -rf ~/Library/Containers/com.duongductrong.Snapzy\nrm -rf ~/Library/Caches/com.duongductrong.Snapzy\nrm -rf ~/Library/Preferences/com.duongductrong.Snapzy.plist
## Reset TCC Permissions
To fully revoke Screen Recording, Microphone, and Accessibility permissions, reset them for Snapzy in System Settings → Privacy & Security, or use the uninstall script above.
See [Permissions & Privacy](/docs/permissions-and-privacy) for more details.