A Raycast extension that helps you completely uninstall macOS applications by removing:
- The application itself
- All related support files
- Preferences and settings
- Cached data
- Lists all installed applications from /Applications
- Scans for related files in common locations:
- Application Support
- Preferences
- Caches
- Saved Application State
- Containers
- Receipts
- Shows total size of files to be removed
- Allows selective uninstallation
- Uses administrator privileges when needed
- Open the extension
- Select an application to uninstall
- Review the list of files to be removed
- Confirm the uninstallation
The extension will:
- Remove the application
- Delete all related files
- Clean up preferences and caches
- Debug Mode: Enable debug logging (development only) - shows detailed console output prefixed with [Debug]
- macOS
- Raycast
- Install the extension from the Raycast Store
- Grant necessary permissions when prompted
To build and run the extension locally:
npm install
npm run dev
MIT