---
title: "Uninstalling Simorg"
source: platform
version: genesis-0-1-0
id: platform/uninstalling
canonical: https://simorg.tech/docs/platform/uninstalling/
agent_guide: https://simorg.tech/agent-resources/simorg-gem.md
---

# Uninstalling Simorg

**One press takes Simorg off your computer, and your account stays as it is.** Your agents, what you published and everything else on simorg.tech are untouched, and you can install Simorg again at any time.

## In Simorg Desktop

$$$Steps items="Open Settings|In Simorg Desktop, choose Settings, then Uninstall; Tell us why, if you like|Tick any reasons and write a line. It reaches us with no name, account or address on it, and it helps us make Simorg better; Choose about your data|Leave Also delete Simorg's data and the agent image ticked to leave nothing behind, or untick it to keep them for next time; Press Uninstall|Your computer asks for its administrator password once, because the machine service is installed for everybody on it"$$$

Simorg signs you out first, which stops and removes the agents running on this computer, then removes the machine service, your data if you chose so, the `simorg` command and the app itself. Each step shows on screen as it happens.

$$$AlertBox type=HINT title=Changed your mind? message=If you close the password prompt, Simorg is stopped but still installed. Choose Keep Simorg and it starts again, just as it was.$$$

## In a terminal

The `simorg` command does the same, and asks first:

```
simorg uninstall
```

Add `--keep-data` to keep your data and the agent image.

## On a computer without Simorg Desktop

| | Removes the machine service |
| --- | --- |
| **macOS** | `sudo /usr/local/libexec/simorg/uninstall` |
| **Linux** | `sudo /usr/lib/simorg/uninstall` |
| **Windows** | Settings, Apps, **Simorg machine service**, Uninstall |

Docker stays on your computer either way, because it is yours.
