Skip to main content

Uninstall steps

The process depends on how you originally installed Skaro.
The install script creates a virtual environment and a shim in ~/.skaro/. Removing these two directories is enough.
1

Stop running processes

2

Remove the venv and CLI shim

3

(Optional) Remove the PATH entry

The installer added ~/.skaro/bin to your user PATH. You can remove it manually:

Remove project data

Skaro stores per-project data in a .skaro/ directory inside each project where you ran skaro init. To clean up:
On Windows:
This permanently deletes all Skaro artifacts for the project — constitution, architecture, dev plan, task history, and token usage logs.

Remove global config

Skaro may store a cached update check and global settings in ~/.skaro/. If you want a full cleanup and no longer need any Skaro data:

Verify

Confirm that Skaro is no longer accessible:
You should see a “command not found” error. If the command still resolves, restart your terminal so that PATH changes take effect.