Code GenerationOpen_source
Open Code Review logo

Open Code Review

AI code review validated on millions of real-world tasks

Overview

About Open Code Review

Open Code Review is the code review agent Alibaba runs internally, released as an Apache-2.0 CLI you install with npm or Homebrew and point at your own model endpoint. It reviews a working tree or a pull request and returns comments pinned to exact line numbers, with the same tool available as a step in GitHub Actions, GitLab CI, GitFlic and Gerrit. The distinction the project draws, and the reason to look at it instead of just asking a coding agent to review a diff, is architectural: it splits the job into a deterministic part (splitting the task, filtering files, positioning comments on lines, routing rules, scheduling asynchronous work) and an agent part (finding risk, exploring context, classifying issues). The engineering handles what can be made certain, the model handles what needs judgement, and the vendor argues this is why it costs a fraction of the tokens a general agent burns on the same review.

Everything runs where you run it. Requests go to the provider you configure through the Anthropic Messages API, the OpenAI Chat Completions API or the OpenAI Responses API; preset providers include Anthropic, OpenAI, DashScope, DeepSeek and Z.AI, and custom endpoints are supported for private deployments. There is no hosted service and no paid tier anywhere on the site or in the README. The project ships review rules covering more than 40 languages and file types, with built-in checks for null pointer exceptions, thread safety, cross-site scripting and SQL injection, and it publishes a benchmark of 200 real pull requests from 50 open-source repositories across 10 languages, scored by more than 80 senior engineers. That benchmark table ranks Open Code Review above Claude Code on every model tested; it is Alibaba's own benchmark, so read it as the vendor's claim rather than an independent result. The repository was created in May 2026 and reached 36,000 stars in four months.

Pricing

Free tier
  • Free$0/mo

From the vendor pricing page, 2026-09-18

Details

GitHub Stars 36,500
Forks 2,604
Data from: GitHubUpdated: Sep 18, 2026
reviewdebuggingbugfixopen-source