Install
macOS 12+. No prerequisites.
Quickest path
$ brew tap laurenalexander2/tap
$ brew install --cask intracept
$ intracept setup
The setup wizard detects your agents and walks you through configuration.
Or register a specific agent:
Claude Code
Registers a PreToolUse hook. Every Bash command passes through Intracept before execution.
$ brew tap laurenalexander2/tap
$ brew install --cask intracept
$ intracept install --agent claude_code
Cursor
VS Code extension + shell hook. Translations appear in the editor with inline approval.
$ brew tap laurenalexander2/tap
$ brew install --cask intracept
$ intracept install --agent cursor
Codex
Intercepts Codex CLI commands with the same translation and policy engine.
$ brew tap laurenalexander2/tap
$ brew install --cask intracept
$ intracept install --agent codex
Or build from source: github.com/laurenalexander2/intracept →