Prerequisites
Key requirements for self-hosting the AI Code Review Agent.
Minimum System Requirements
A machine with the following minimum specifications is recommended for Docker image deployment and for obtaining optimal performance of the AI Code Review Agent.
CPU Cores
4
RAM
8 GB
Hard Disk Drive
80 GB
Supported Operating Systems
Windows
Linux
macOS
OS Prerequisites
Linux
You will need:
Bash (minimum version 4.x)
For Debian and Ubuntu systems
sudo apt-get install bash
For CentOS and other RPM-based systems
sudo yum install bash
Docker (minimum version 20.x)
macOS
You will need:
Bash (minimum version 4.x)
brew install bash
Docker (minimum version 20.x)
Windows
You will need:
PowerShell (minimum version 5.x)
Note: In PowerShell version 7.x, run
Set-ExecutionPolicy Unrestricted
command. It allows the execution of scripts without any constraints, which is essential for running scripts that are otherwise blocked by default security settings.
Docker (minimum version 20.x)
Required Access Tokens
Bito Access Key: Obtain your Bito Access Key. View Guide
GitHub Personal Access Token (Classic): For GitHub PR code reviews, ensure you have a CLASSIC personal access token with repo access. We do not support fine-grained tokens currently. View Guide
GitLab Personal Access Token: For GitLab PR code reviews, a token with API access is required. View Guide
Snyk API Token (Auth Token): For Snyk vulnerability reports, obtain a Snyk API Token. View Guide
Last updated