Skip to main content

Intentra CLI

Intentra CLI is an open-source monitoring and auditing tool for AI coding assistants. It captures usage events from tools like Cursor, Claude Code, GitHub Copilot, Antigravity, Windsurf, and Gemini CLI, normalizes them into a unified schema, and aggregates them into actionable scans.

Installation

macOS/Linux:

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

Homebrew:

brew install atbabers/intentra/intentra

Windows (PowerShell):

irm https://install.intentra.sh/install.ps1 | iex

Quick Start

# Login to your account
intentra login

# Install hooks for all your AI tools
intentra install

# View your scans
intentra scan list

Or install for specific tools: intentra install cursor|claude|copilot|antigravity|windsurf|gemini

Features

  • Multi-tool support - Works with Cursor, Claude Code, GitHub Copilot, Antigravity, Windsurf, and Gemini CLI
  • Local-first - All data stored locally in SQLite, works offline
  • Event normalization - Unified schema across different AI tools
  • Scan aggregation - Group events into meaningful sessions
  • Server sync - Sync data to your Intentra account with Auth0 authentication

Enterprise