Installing VibeSec

This guide explains how to install and connect VibeSec to AI-powered coding environments using hooks and OAuth authentication.

Once the connection is established, VibeSec activates automatically in your development environment and applies security controls during coding, without interrupting your workflow.

After the installation:

  • You can continue coding immediately; no restart is required.

  • Your admin can view developer usage and risk-prevention metrics within VibeSec Usage Report in the OX dashboard.

The following installation procedures are covered:

Install VibeSec on Cursor

This procedure explains how to connect Cursor to VibeSec using hooks and OAuth authentication.

Step 1: Install hooks [Cursor]

  1. From any terminal, run:

Mac

curl -fsSL https://ox-vibesec.s3.eu-west-1.amazonaws.com/vibesec-installation/cursor/install.sh | bash

Linux

wget -qO- https://ox-vibesec.s3.eu-west-1.amazonaws.com/vibesec-installation/cursor/install.sh | bash

The authentication process starts.

  1. Log in to OX.

Note If your organization requires SSO, sign in using your enterprise email address.

  1. Select your organization.

Authorization completion message appears.

Authentication completion message appears.

Final completion of the installation process appears.

  1. Restart Cursor and start secure vibe coding.

Install VibeSec on Claude Code and Claude Code VS Code IDE Extension

  1. From any terminal, run:

Mac

Linux

Windows (PowerShell)

If your antivirus blocks the provided command, use the following (requires NodeJS; in case you do not have NodeJS installed, OX prompts you to confirm the installation):

The authentication process starts.

  1. Log in to OX.

Note If your organization requires SSO, sign in using your enterprise email address.

  1. Select your organization.

Authorization completion message appears.

Authentication completion message appears.

Final completion of the installation process appears.

  1. Restart Claude and start secure vibe coding.

Last updated