How to uninstall Ferdium on Mac
Ferdium keeps the sign-in sessions of every service you added only on this Mac. Its documentation says that session information stays on your local machine, so after a reinstall or on another Mac each service has to be signed in again. Export your Ferdium configuration first if you want your services and workspaces back later. Removing the app does not sign you out of the services themselves or delete a Ferdium account. This guide covers Ferdium downloaded from ferdium.org or its GitHub releases and the Homebrew cask ferdium; both install Ferdium.app with the bundle ID org.ferdium.ferdium-app.
Export your configuration
With Ferdium open, choose Help › Import/Export Configuration Data. It opens a local page in your browser where you can export a .ferdium-data file (Ferdium: internal server). Keep the file somewhere off this Mac. The export restores the service list and settings, not the sessions: Ferdium's migration notes say every service must be signed in by hand again.
If you use a Ferdium account or your own Ferdium Server, services and workspaces sync through that server instead (Ferdium FAQ); the export is still a useful copy.
Quit Ferdium and remove the app
- Quit Ferdium from its menu and check Activity Monitor that no Ferdium process is left.
- Move
Ferdium.appfrom Applications to the Trash. - If Ferdium was set to open at login, open System Settings › General › Login Items & Extensions afterwards. In an earlier test a Ferdium login entry was still registered with macOS after the app was gone; an entry pointing at a removed app starts nothing, and you can turn it off there.
Where Ferdium keeps its data
| Location | What it holds | What to do |
|---|---|---|
~/Library/Application Support/Ferdium |
Ferdium's configuration folder: services, workspaces, settings and every service's local session | Keep it until you have exported what you need; remove it once you no longer use Ferdium on this Mac |
~/Library/Preferences/org.ferdium.ferdium-app.plist |
App preferences | Remove with the app |
~/Library/Application Support/Caches/ferdium-updater, ~/Library/Logs/Ferdium |
The updater's download cache and logs named in the Homebrew zap list | Remove with the app if present |
The configuration folder location comes from the Ferdium FAQ. Files you downloaded from inside a service went wherever you saved them, usually your Downloads folder, and are yours to keep.
Check the result
After the app is in the Trash, run these read-only commands:
pgrep -lf Ferdium.app
ls -d "$HOME/Library/Application Support/Ferdium"
- No output from
pgrepmeans Ferdium is not running. A listed process means it is still open. ls -dprinting the path means the configuration folder is still there, which is what a Mole uninstall with the default selection leaves. "No such file or directory" means it is gone.
For how chat apps split cache from history, see Discord, Slack, and Teams on Mac: Cache vs History vs Downloads.
If you installed it with Homebrew
Mole skips --zap when the zap list reaches data you left unchecked, a path another installed app uses, or anything Mole cannot check, and it still cleans the leftovers you selected.
The ferdium cask's zap list includes ~/Library/Application Support/Ferdium, which holds your services and their sessions, and ~/Library/Application Support/Caches/ferdium-updater, along with caches, ~/Library/Logs/Ferdium, the recent-documents list, and preferences and saved state under both org.ferdium.ferdium-app and the older com.ferdium.ferdium-app and com.electron.ferdium names. Running brew uninstall --cask --zap ferdium yourself moves all of them to the Trash, whatever you ticked in Mole. To remove only the app:
brew uninstall --cask ferdium
What Mole lists
For Ferdium downloaded from ferdium.org:
~/Library/Application Support/Ferdiumis listed but not selected, because it holds your services and sessions.- The rebuildable caches inside it (
Cache,Code Cache,GPUCache,DawnGraphiteCache,DawnWebGPUCache,blob_storage) are listed as their own rows and selected by default. - The
org.ferdium.ferdium-apppreferences file, its recent-documents list and its temporary caches are selected by default. - Files you saved to Downloads are not listed.
What this test covered
On September 26, 2026, Ferdium 7.2.3 was downloaded from Ferdium's GitHub releases, installed, launched once without an account or any service, and uninstalled with a development build of Mole with every listed row ticked. While it ran, Mole's Status page showed Ferdium as one row of seven processes, about 495 MB. The app and all 11 listed rows went to the Trash, including the 2.2 MB configuration folder, and a rescan found none of them left; no login item or background task appeared. An earlier test on September 21, 2026 with the same version from the official download removed the same folders; that time a Ferdium login entry stayed registered with macOS after the app was gone. No service was added, so the export and session behaviour above comes from Ferdium's documentation, not from this test.
