Skip to content

Update and uninstall

Use this page for guided update/removal workflows. Exact flags live in the CLI reference.

Terminal window
gormes update
gormes version
gormes doctor --offline

Installer-managed Unix installs can also rerun the release installer:

Terminal window
curl -fsSL https://gormes.ai/install.sh | bash
gormes doctor --offline

Windows installs use the PowerShell installer path from Windows.

Review first:

Terminal window
gormes uninstall --dry-run

Then remove:

Terminal window
gormes uninstall

If you installed through install.sh, the script can delegate uninstall flags:

Terminal window
sh install.sh --uninstall --dry-run
sh install.sh --uninstall --yes

State under $GORMES_HOME may include config, secrets, profiles, sessions, memory, logs, and backups. Review the dry-run before deleting local state.