Uninstalling VibeSec

This guide explains how to uninstall VibeSec.

To uninstall VibeSec on Cursor, Claude Code, and Claude Code VS Code IDE Extension:

  1. From any terminal, run:

Mac

curl -fsSL https://ox-vibesec.s3.eu-west-1.amazonaws.com/vibesec-installation/claude/uninstall_ox_claude_hooks.js | node

Linux

wget -qO- https://ox-vibesec.s3.eu-west-1.amazonaws.com/vibesec-installation/claude/uninstall_ox_claude_hooks.js | node

Windows (PowerShell)

(iwr 'https://ox-vibesec.s3.eu-west-1.amazonaws.com/vibesec-installation/claude/uninstall_ox_claude_hooks.js' -UseBasicParsing).Content | node

If your antivirus blocks the provided command, download the file manually and execute it with NodeJS.

Final confirmation of the uninstall process appears.

  1. Restart your AI coding tool.

Last updated