logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install alibaba/open-code-review. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

alibaba/open-code-review Installation Guide

How to install alibaba/open-code-review. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for alibaba/open-code-review. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i alibaba/open-code-review
or

Install via npx

npx @hexmos/ipm i alibaba/open-code-review

Prerequisites

Git

cli

Version: >= 2.41

Node.js

runtime

Version: >= 18

npm

package manager

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Install via npm

npm install -g @alibaba-group/open-code-review

Download from GitHub Release (macOS amd64)

curl -LO https://github.com/alibaba/open-code-review/releases/download/v1.7.15/opencodereview-darwin-amd64

chmod +x ./opencodereview-darwin-amd64

mv ./opencodereview-darwin-amd64 /usr/local/bin/ocr

Download from GitHub Release (macOS arm64)

curl -LO https://github.com/alibaba/open-code-review/releases/download/v1.7.15/opencodereview-darwin-arm64

chmod +x ./opencodereview-darwin-arm64

mv ./opencodereview-darwin-arm64 /usr/local/bin/ocr

Download from GitHub Release (Linux amd64)

curl -LO https://github.com/alibaba/open-code-review/releases/download/v1.7.15/opencodereview-linux-amd64

chmod +x ./opencodereview-linux-amd64

mv ./opencodereview-linux-amd64 /usr/local/bin/ocr

Download from GitHub Release (Linux arm64)

curl -LO https://github.com/alibaba/open-code-review/releases/download/v1.7.15/opencodereview-linux-arm64

chmod +x ./opencodereview-linux-arm64

mv ./opencodereview-linux-arm64 /usr/local/bin/ocr

Download from GitHub Release (Windows amd64)

curl -LO https://github.com/alibaba/open-code-review/releases/download/v1.7.15/opencodereview-windows-amd64.exe

mv ./opencodereview-windows-amd64.exe C:\Program Files\ocr.exe

Download from GitHub Release (Windows arm64)

curl -LO https://github.com/alibaba/open-code-review/releases/download/v1.7.15/opencodereview-windows-arm64.exe

mv ./opencodereview-windows-arm64.exe C:\Program Files\ocr.exe

Install from Source

git clone https://github.com/alibaba/open-code-review.git

cd open-code-review

npm install

npm run build

npm link