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 | bash

Linux

Arch Linux (AUR)
$ yay -S zgit-bin
Homebrew
$ brew install zgit
Go Install
$ go install github.com/zaidejjo/zgit/cmd/zgit@latest
Build 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/zgit
Go Install
$ go install github.com/zaidejjo/zgit/cmd/zgit@latest
Build 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 zgit
Winget
$ winget install zgit
Go Install
$ go install github.com/zaidejjo/zgit/cmd/zgit@latest
Build from source
$ git clone https://github.com/zaidejjo/zgit.git cd zgit make build move zgit.exe %USERPROFILE%\bin\

Next Steps

  • 1.Run zgit to start the TUI.
  • 2.Launch desktop app: zgit desktop.
  • 3.Configure AI providers: zgit config set-ai.
  • 4.Read the full documentation.