Skip to main content
To remove the CodeCrafters CLI from your machine, follow the OS-specific instructions below.

Mac

Remove the CLI binary:
sudo rm -f /usr/local/bin/codecrafters

Linux

Remove the CLI binary:
sudo rm -f /usr/local/bin/codecrafters

Windows

Remove the CLI directory:
Remove-Item -Recurse -Force "$env:LOCALAPPDATA\Programs\codecrafters" -ErrorAction SilentlyContinue
The installer also added the CLI directory to your user PATH. To remove it:
  1. Open Settings → System → About → Advanced system settings → Environment Variables.
  2. Under User variables, select Path and click Edit.
  3. Delete the entry for %LOCALAPPDATA%\Programs\codecrafters.