← More Guides

Fully Remove Positron from Mac (Clean Reinstall Guide)

Video Notes

This guide explains how to completely remove Positron and all associated settings and configuration files from a Mac.

Steps

  1. Quit Positron
  2. Open Terminal
  3. Run the following commands. You may be prompted to enter your administrator password.
sudo rm -rf \
  /Applications/Positron.app \
  ~/Library/Application\ Support/Positron \
  ~/Library/Caches/Positron \
  ~/Library/Logs/Positron \
  ~/.positron

sudo find ~/Library/Saved\ Application\ State -maxdepth 1 -name 'com.positron*.savedState' -exec rm -rf {} + 2>/dev/null
sudo find ~/Library/Preferences -maxdepth 1 -name 'com.positron*.plist' -exec rm -f {} + 2>/dev/null

Notes

Results

After completing these steps, Positron should be fully removed from your computer. If you reinstall Positron later, it will behave like a fresh installation with no previous settings or preferences retained.

Unlock all the notes for $4

No subscriptions, no auto-renewals.

Just a simple one-time payment that helps support my free, to-the-point videos without sponsered ads.

Unlocking gets you access to the notes for this video plus all 200+ guides on this site.

Your support is appreciated. Thank you!

Payment Info

/
$4 6 months
$25 forever
Please check the form for errors
Questions? help@codewithsusan.com
← More Guides