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, and Gemini CLI, normalizes them into a unified schema, and aggregates them into actionable scans.
Quick Start
# Install the CLI
brew install intentra/tap/intentra
# Or download directly
curl -fsSL https://install.intentra.sh | sh
# Install hooks for your AI tool
intentra hooks install cursor
intentra hooks install claude
intentra hooks install gemini
# View your scans
intentra scan listFeatures
- Multi-tool support - Works with Cursor, Claude Code, 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
- Flexible sync - Optional server sync with HMAC, API key, or mTLS auth
- Cost estimation - Track token usage and estimated costs
Navigation
- Getting Started - Install and configure Intentra CLI
- CLI Reference - Full command documentation
- Configuration - Config file options
- Guides - Core concepts and troubleshooting
- Architecture - How it works under the hood