OpenSource-Hub
G

Gerrit Code Review

1.2k stars·Developer Tools·SHA-256 checksum verified

Gerrit is a code review and project management tool for Git based projects. It shows changes side-by-side and allows inline comments.

Smart Download

Visit Project Homepage

No installer available yet — head to the source repository

Simplify team code review with side-by-side diffs and inline comments.

Core Features

  • Side-by-side diff display for clear change comparison
  • Inline comments by any reviewer for targeted feedback
  • Authorized users can submit changes directly to master repository
  • Fine-grained access control for projects and branches
  • Docker support for quick local testing

What It Can't Do

  • ⚠️ Gerrit's workflow differs from GitHub Pull Requests; learn the concepts of 'change' and 'submit'. Start with Docker for a trial before production deployment. Also, some features require extra plugins.

Use Cases

  • Collaborative code review in software development teams
  • Maintaining open source Git projects
  • Standardizing enterprise Git workflows

Detailed Introduction

Gerrit makes code reviews easier by showing changes in a side-by-side display and allowing inline comments by any reviewer. It simplifies Git project maintainership by letting authorized users submit changes directly to the master repository, instead of requiring manual merges. Gerrit provides fine-grained access control, integrates with continuous integration systems, and supports multiple workflows. Install via Docker, binary packages, or build from source with Bazel. The project is open source under Apache 2.0.

Tags

code-reviewgitproject-managementcollaborationopen-source

Getting Started

1

Download installer

Click the button above to download the installer for your system

2

Install the software

Double-click the downloaded installer and follow the prompts

3

Step 1: Run Docker: docker run -p 8080:8080 gerritcodereview/gerrit

4

Step 2: Open http://localhost:8080 in browser

5

Step 3: Follow the setup wizard to create admin account and first project

Install Guide
  1. Step 1: Run Docker: docker run -p 8080:8080 gerritcodereview/gerrit
  2. Step 2: Open http://localhost:8080 in browser
  3. Step 3: Follow the setup wizard to create admin account and first project
File Integrity

Checksum not available

This project has not published a SHA-256 checksum on its GitHub Release page

SHA256 Checksum

No checksum available

Download directly from GitHub Releases and verify file integrity yourself

All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.

Open Source Transparency

View GitHub Source
Environment Guide

Uninstall Info

Stop the container: docker stop gerrit; remove it: docker rm gerrit. For package installations, use your system package manager to uninstall.

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseApache-2.0
Last Updated2026-05-13 16:57:04
GitHub RepositoryOfficial Website

Similar Projects