Installation
Quick Install
Section titled “Quick Install”curl -fsSL https://zgit.pages.dev/install | bashArch Linux (AUR)
Section titled “Arch Linux (AUR)”Desktop app bundle (recommended):
yay -S zgit-desktop-binCLI-only (no desktop frontend):
yay -S zgit-binHomebrew (Linux)
Section titled “Homebrew (Linux)”brew install zaidejjo/tap/zgitBuild from Source
Section titled “Build from Source”git clone https://github.com/zaidejjo/zgit.gitcd zgitmake buildsudo mv zgit /usr/local/bin/Desktop dependencies:
# Ubuntu/Debiansudo apt install libgtk-3-dev libwebkit2gtk-4.0-dev
# Archsudo pacman -S gtk3 webkit2gtk
# Fedorasudo dnf install gtk3-devel webkit2gtk3-develHomebrew
Section titled “Homebrew”brew install zaidejjo/tap/zgitGo Install
Section titled “Go Install”go install github.com/zaidejjo/zgit/cmd/zgit@latestWindows
Section titled “Windows”scoop bucket add zgit https://github.com/zaidejjo/scoop-zgitscoop install zgitWinget
Section titled “Winget”winget install zgitGo Install
Section titled “Go Install”go install github.com/zaidejjo/zgit/cmd/zgit@latestVerify
Section titled “Verify”zgit versionExpected output: zgit v0.2.0 (commit abc1234)