Uninstall Neo Zed
This guide covers how to uninstall Neo Zed on different operating systems.
macOS
Standard Installation
If you installed Neo Zed by downloading it from the website:
- Quit Neo Zed if it's running
- Open Finder and go to your Applications folder
- Drag Neo Zed to the Trash (or right-click and select "Move to Trash")
- Empty the Trash
Homebrew Installation
If you installed Neo Zed using Homebrew, use the following command:
brew uninstall --cask neozed
Or for the preview version:
brew uninstall --cask neozed@preview
Removing User Data (Optional)
To completely remove all Neo Zed configuration files and data:
- Open Finder
- Press
Cmd + Shift + Gto open "Go to Folder" - Delete the following directories if they exist:
~/Library/Application Support/Neo Zed~/Library/Saved Application State/dev.neozed.savedState~/Library/Logs/Neo Zed~/Library/Caches/dev.neozed~/Library/Caches/Neo Zed~/.config/neozed~/.local/state/Neo Zed
Linux
Standard Uninstall
If Neo Zed was installed using the default installation script, run:
neozed --uninstall
You'll be prompted whether to keep or delete your preferences. After making a choice, you should see a message that Neo Zed was successfully uninstalled.
If the neozed command is not found in your PATH, try:
$HOME/.local/bin/neozed --uninstall
or:
$HOME/.local/neozed.app/bin/neozed --uninstall
Package Manager
If you installed Neo Zed using a package manager (such as Flatpak, Snap, or a distribution-specific package manager), consult that package manager's documentation for uninstallation instructions.
Manual Removal
If the uninstall command fails or Neo Zed was installed to a custom location, you can manually remove:
- Installation directory:
~/.local/neozed.app(or your custom installation path) - Binary symlink:
~/.local/bin/neozed - Configuration and data:
~/.config/neozed
Windows
Standard Installation
- Quit Neo Zed if it's running
- Open Settings (Windows key + I)
- Go to "Apps" > "Installed apps" (or "Apps & features" on Windows 10)
- Search for "Neo Zed"
- Click the three dots menu next to Neo Zed and select "Uninstall"
- Follow the prompts to complete the uninstallation
Alternatively, you can:
- Open the Start menu
- Right-click on Neo Zed
- Select "Uninstall"
Removing User Data (Optional)
To completely remove all Neo Zed configuration files and data:
- Press
Windows key + Rto open Run - Type
%APPDATA%and press Enter - Delete the
Neo Zedfolder if it exists - Press
Windows key + Ragain, type%LOCALAPPDATA%and press Enter - Delete the
Neo Zedfolder if it exists
Troubleshooting
If you encounter issues during uninstallation:
- macOS/Windows: Ensure Neo Zed is completely quit before attempting to uninstall. Check Activity Monitor (macOS) or Task Manager (Windows) for any running Neo Zed processes.
- Linux: If the uninstall script fails, check the error message and consider manual removal of the directories listed above.
- All platforms: If you want to start fresh while keeping Neo Zed installed, you can delete the configuration directories instead of uninstalling the application entirely.
For additional help, see our Linux-specific documentation or visit the Neo Zed community.