How to uninstall Screen Studio on Mac
Screen Studio saves recording and editing projects to ~/Screen Studio Projects, separate from its app settings and cache. Export or back up anything you still need from that folder before you remove the app; Mole and Homebrew both leave it alone unless you decide otherwise. These steps cover the official Mac download from screen.studio; the Homebrew cask screen-studio is a separate path with its own risk, described below.
Quit Screen Studio and remove the app
- Finish exporting any recording you are editing, then quit Screen Studio from its Dock icon or menu bar.
- Open Activity Monitor and search for Screen Studio to confirm nothing from it is still running. Screen Studio is built on Electron and runs helper processes next to the main window.
- Find Screen Studio in Finder's Applications folder and move it to the Trash. If macOS says it is in use, go back to the previous step.
- Open System Settings › General › Login Items & Extensions and turn off any Screen Studio entry, in case you had enabled one.
- If you granted Screen Recording access earlier, System Settings › Privacy & Security › Screen Recording still lists Screen Studio after the app is gone. It has no effect once the app is removed, but you can clear the entry there.
Where Screen Studio keeps local data
| Location | What it holds | What to do |
|---|---|---|
~/Screen Studio Projects |
Your recording and editing projects | Back up what you want to keep; neither Mole nor an ordinary Homebrew zap deletes non-empty project folders |
~/Library/Application Support/Screen Studio |
App settings and app data | Listed but not selected by default; check its contents before you tick it |
~/Library/Caches/com.timpler.screenstudio and its ShipIt subfolder |
App and updater cache | Selected by default |
~/Library/Preferences/com.timpler.screenstudio.plist |
App preferences | Selected by default |
~/Library/Saved Application State/com.timpler.screenstudio.savedState |
Saved window state | Selected by default |
~/Library/HTTPStorages/com.timpler.screenstudio |
Local web storage used by the app's UI | Selected by default |
In the recorded test, only the app and its Application Support folder existed on disk, since no recording had been made; the caches, preferences, saved state and HTTP storage rows above come from the Homebrew cask's own zap list rather than from something this run observed.
Check the result
pgrep -il "screen studio"
launchctl list | grep -i timpler
ls -d ~/Library/Application\ Support/"Screen Studio"
ls -d ~/"Screen Studio Projects"
- No output from
pgrepmeans no Screen Studio process is running. A listed process means it is still active; quit it before touching its data. - No output from
launchctl listmeans no background job registered under Screen Studio's identifier remains loaded. ls -dprinting the Application Support path means the folder is still there, expected if you kept it unticked. "No such file or directory" means it is gone.ls -dprinting the Projects path means your recordings are still there. This is expected whether or not you have used Screen Studio; back up its contents first if you plan to delete it.
If you installed it with Homebrew
Mole checks the zap list first: unchecked or shared data, or anything it cannot fully verify, keeps --zap out, and it still cleans whatever you selected.
The screen-studio cask's zap list reaches ~/Library/Application Support/Screen Studio, its caches, preferences, saved window state, HTTP storage, a recent-documents entry, and it only removes ~/Screen Studio Projects when that folder is empty. Since Application Support is unticked by default, Mole leaves out --zap for a Homebrew install of Screen Studio unless you tick it. Running brew uninstall --cask --zap screen-studio yourself does not look at Mole's checkboxes, though it still leaves your project folder alone as long as it holds files. Homebrew Screen Studio cask
To remove only the app and keep everything else:
brew uninstall --cask screen-studio
What Mole lists
~/Library/Application Support/Screen Studiois listed but not selected, since it is named after the app rather than its bundle ID.- The cache, preferences, saved window state and HTTP storage files under
com.timpler.screenstudioare selected by default. ~/Screen Studio Projectsis not listed, so your recordings stay where they are; back them up yourself if you plan to delete that folder.
What this test covered
On September 22, 2026, Screen Studio 3.7.5-4595 was copied from the official download into Applications, opened once without starting a recording or granting Screen Recording access, and removed with a development build of Mole. The 654 MB app and its 1.9 MB Application Support folder were both ticked and went to the Trash with no failures, and a scan by name afterward found nothing left from Screen Studio. While it was open, Mole's Status page showed it as one row using 482 MB. No caches, preferences or saved window state existed to check on this run, no recording was ever made, and the Homebrew cask was not tested.
