Client integrations
Install your agent first, then choose an integration according to its actual enforcement capability. Claude Code supports the mandatory pre-request reference gate. Kimi Code supports a PreToolUse integration, but its host may fail open on hook errors. Codex currently provides advisory active queries only. The OpenClaw adapter will be released after its real web_fetch payload passes integration testing. Every installation command below comes from the project's official distribution channel.
| Client | AI Rec Immunity integration | Guarantee | Current status |
|---|---|---|---|
| Claude Code | PreToolUse / WebFetch + PostToolUse | Mandatory pre-request gate; untrusted verdict failures close | Closed-beta reference client |
| Kimi Code | PreToolUse / FetchURL | Pre-request interception; host errors and timeouts may fail open | Not a sole security boundary |
| OpenClaw | Plugin before_tool_call | Host lifecycle supports blocking | Adapter withheld until real web_fetch payload validation |
| Codex | Authenticated MCP check_url | Advisory active query, not mandatory pre-request enforcement | Weak-guarantee closed-beta integration |
The commands below install each agent only. They do not copy a Claude Code hook into other clients. The console provides a client-specific AI Rec Immunity setup after admission.
OpenClaw
macOS / Linux:
curl -fsSL https://openclaw.ai/install.sh | bashWindows PowerShell:
iwr -useb https://openclaw.ai/install.ps1 | iexIf you already manage Node.js:
npm install -g openclaw@latest
openclaw onboard --install-daemonVerify:
openclaw --version
openclaw doctorOfficial OpenClaw installation guide
Codex CLI
Official standalone installer for macOS / Linux:
curl -fsSL https://chatgpt.com/codex/install.sh | shWith Node.js on macOS, Linux, or Windows:
npm install -g @openai/codex
codexFollow the sign-in prompt on the first run.
Kimi Code
macOS / Linux:
curl -fsSL https://code.kimi.com/kimi-code/install.sh | bashWindows PowerShell:
irm https://code.kimi.com/kimi-code/install.ps1 | iexWith Node.js 22.19.0 or newer:
npm install -g @moonshot-ai/kimi-code
kimiEnter /login after the first launch. Windows also requires Git for Windows to provide Git Bash.
Official Kimi Code installation guide
Integrate AI Rec Immunity
The AI Rec Immunity client remains in closed beta. After your console account is admitted, the console will show a pull command scoped to your account and client type. Short-lived credentials are injected into the current process only; they are never placed in project files, browser storage, or command URLs.
Public bundles never contain operational IOCs. Do not install third-party mirrors claiming to include the full blocklist or an older list package.