Update and uninstall
Use this page for guided update/removal workflows. Exact flags live in the CLI reference.
Update
Section titled “Update”gormes updategormes versiongormes doctor --offlineInstaller-managed Unix installs can also rerun the release installer:
curl -fsSL https://gormes.ai/install.sh | bashgormes doctor --offlineWindows installs use the PowerShell installer path from Windows.
Uninstall
Section titled “Uninstall”Review first:
gormes uninstall --dry-runThen remove:
gormes uninstallIf you installed through install.sh, the script can delegate uninstall flags:
sh install.sh --uninstall --dry-runsh install.sh --uninstall --yesState under $GORMES_HOME may include config, secrets, profiles, sessions,
memory, logs, and backups. Review the dry-run before deleting local state.