Install Zgit
Choose your operating system and preferred method to get started.
Quick Install
One command for any OS:
$ curl -fsSL https://zgit.pages.dev/install | bashLinux
Arch Linux (AUR)
$ yay -S zgit-binHomebrew
$ brew install zgitGo Install
$ go install github.com/zaidejjo/zgit/cmd/zgit@latestBuild from source
$ git clone https://github.com/zaidejjo/zgit.git
cd zgit
make build
sudo mv zgit /usr/local/bin/macOS
Homebrew
$ brew install zaid-commits/tap/zgitGo Install
$ go install github.com/zaidejjo/zgit/cmd/zgit@latestBuild from source
$ git clone https://github.com/zaidejjo/zgit.git
cd zgit
make build
sudo mv zgit /usr/local/bin/Windows
Scoop
$ scoop bucket add zgit https://github.com/zaid-commits/scoop-zgit
scoop install zgitWinget
$ winget install zgitGo Install
$ go install github.com/zaidejjo/zgit/cmd/zgit@latestBuild from source
$ git clone https://github.com/zaidejjo/zgit.git
cd zgit
make build
move zgit.exe %USERPROFILE%\bin\Next Steps
- 1.Run
zgitto start the TUI. - 2.Launch desktop app:
zgit desktop. - 3.Configure AI providers:
zgit config set-ai. - 4.Read the full documentation.