Skip to Content
Getting Started

Getting Started

Welcome to Intentra! This guide will help you install the CLI, set up hooks, and view your first scans.

Prerequisites

  • Cursor IDE or Claude Code
  • macOS, Linux, or Windows

Step 1: Install the CLI

macOS / Linux

curl -fsSL https://install.intentra.dev | sh

Or with Homebrew:

brew install intentra/tap/intentra

Verify Installation

intentra --version

You should see: intentra version 1.0.0

Step 2: Authenticate

intentra auth login

You’ll see:

Visit: https://intentra.dev/device Enter code: XYZW-ABCD Waiting for authentication...

Once complete:

✓ Authenticated as [email protected]

Step 3: Install Hooks

For Cursor

intentra install cursor

For Claude Code

intentra install claude

Verify Hooks

intentra hooks status

Step 4: View Your Scans

Visit intentra.dev/dashboard  or:

intentra scans list

What’s Next?