Skip to main content
CodeRabbit CLI runs natively on Windows x64. The installer adds both coderabbit and cr for the current user, without requiring WSL or administrator rights.

Before you start

  • Windows on an x64 machine
  • Windows PowerShell 5.1 or PowerShell 7
  • Git installed and available on PATH
  • Outbound HTTPS access to cli.coderabbit.ai

Install from PowerShell

1

Open PowerShell

Open Windows PowerShell or PowerShell 7 as your normal user. Administrator access is not required.
2

Run the installer

Run the stable installer:
The installer downloads the native Windows x64 release, verifies its Authenticode signature and approved signer identity, and installs it under %LOCALAPPDATA%\Programs\coderabbit.
3

Verify the installation

Open a new PowerShell window, then check both command names:
4

Authenticate

Sign in with your CodeRabbit account:
For an EU-hosted account, run coderabbit auth login --region eu instead.

What the installer configures

  • Installs coderabbit.exe and the cr.exe alias in %LOCALAPPDATA%\Programs\coderabbit
  • Adds that directory to the current user’s PATH
  • Verifies Authenticode validity, the approved signer subject and issuer, and the Code Signing EKU before installing the executable
  • Keeps the installation scoped to the current user, without administrator rights
If coderabbit is not recognized immediately, close PowerShell and open a new window so it reloads the updated user PATH.

Install an exact version

Set CODERABBIT_VERSION in the current PowerShell session before running the installer:
Use an exact published version such as 0.7.5 without a leading v.

Update CodeRabbit CLI

For a standard per-user installation, run:
The update handoff waits for the running CLI to exit, verifies the new executable, and replaces coderabbit.exe and cr.exe together. If replacement or verification fails, the installer restores the previous pair. Manually copied executables are outside this update flow; rerun the PowerShell installer to move them to the supported location.

Troubleshooting

What’s next

Command-Line Review Tool

Authenticate and run your first local CodeRabbit review

CLI Command Reference

Review available CLI commands and options

CLI network requirements

Configure outbound access for restricted networks and proxies