Download lazygit

Latest release: v0.59.0

🍎

macOS

brew install lazygit
🪟

Windows

scoop install lazygit
🐧

Linux

go install github.com/jesseduffield/lazygit@latest

All installation methods

🍎 macOS

# Homebrew (recommended)
brew install lazygit

# MacPorts
sudo port install lazygit

🪟 Windows

# Scoop (recommended)
scoop install lazygit

# Chocolatey
choco install lazygit

# Winget
winget install -e --id=JesseDuffield.lazygit

🐧 Linux

# Arch Linux
sudo pacman -S lazygit

# Fedora / RHEL
sudo dnf install lazygit

# Ubuntu / Debian (via Go)
go install github.com/jesseduffield/lazygit@latest

# Void Linux
sudo xbps-install -S lazygit

# NixOS
nix-env -iA nixpkgs.lazygit

🐹 Go (any platform)

go install github.com/jesseduffield/lazygit@latest

📦 Pre-built binaries

Download directly from GitHub Releases for Windows, macOS, Linux, FreeBSD — x86_64 and ARM64.

View Releases on GitHub ↗

Verify installation

lazygit --version
# lazygit version v0.59.0 ...

# Launch in any git repo:
cd your-project
lazygit