Open-source AI code reviewer for GitHub and GitLab
Quickstart · Self-Hosting · Docs
Reviewate is an AI agent that reviews your pull requests. Built on the Claude Agent SDK, it uses a multi-agent pipeline to analyze code changes, explore your codebase for context, fact-check every finding, and post actionable feedback directly on PRs.
uv tool install reviewate # or: pip install reviewate
# requires python >=3.13
reviewate https://github.com/org/repo/pull/122Uses your gh/glab login. First run prompts for model config.
Run Reviewate on your own infrastructure with a full dashboard, webhooks, and team management.
- Quickstart — Install and run your first review
- Self-Hosting — Dashboard, webhooks, and isolated container execution
- Deployment — Docker Compose, Kubernetes, CI/CD
- Configuration — LLM providers, models, authentication
- Architecture — Multi-agent pipeline, security model
- Contributing — Development setup and conventions
AGPL-3.0

