Gerrit Code Review
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
Getting Started
Download installer
Click the button above to download the installer for your system
Install the software
Double-click the downloaded installer and follow the prompts
Step 1: Run Docker: docker run -p 8080:8080 gerritcodereview/gerrit
Step 2: Open http://localhost:8080 in browser
Step 3: Follow the setup wizard to create admin account and first project
- Step 1: Run Docker: docker run -p 8080:8080 gerritcodereview/gerrit
- Step 2: Open http://localhost:8080 in browser
- Step 3: Follow the setup wizard to create admin account and first project
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 SourceUninstall 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.
Similar Projects
Git
Fast, scalable, distributed revision control system with a rich command set for version control and collaboration.
lazygit
A simple terminal UI for git commands
godot
Godot Engine is a free, open-source, cross-platform 2D and 3D game engine with a unified editor. Unlike Unity or Unreal, it's entirely MIT-licensed and community-driven, offering a lightweight yet powerful node-based workflow that runs on a single executable.