🐙
lazygit
Simple terminal UI for git commands. Stage, commit, branch visually.
★ 50k Stars
MIT License
Self-Host Ready
Features & Overview
lazygit is a powerful solution in the Git TUI landscape. It provides developers with high flexibility, low-latency performance, and the sovereignty of open-source software.
- Deep integration with modern developer stacks.
- High-performance architecture built for 2026 scale.
- Massive community support with over 50k stars.
Self-Hosting lazygit with Docker
Deploying lazygit on the TurboQuant DePIN edge network or your own VPS is simple using Docker Compose.
# docker-compose.yml
version: "3.8"
services:
lazygit:
image: lazygit/latest
ports: ["8080:8080"]
restart: unless-stopped
version: "3.8"
services:
lazygit:
image: lazygit/latest
ports: ["8080:8080"]
restart: unless-stopped