Skip to content

🛠️ Gitzy CLI Installation Guide

Gitzy is a cross-platform CLI tool for switching between multiple Git credentials easily. This guide will help you download and install the latest release on Windows, Linux, or macOS.


📥 Step 1: Visit the GitHub Releases Page

  1. Go to the Gitzy GitHub Releases page.
  2. Find the latest release at the top of the page.
  3. Download the appropriate ZIP file for your OS and architecture:
Platform File to Download
Windows gitzy-windows-amd64.zip
Linux gitzy-linux-amd64.zip
macOS gitzy-darwin-amd64.zip

🪟 Windows Installation

  1. Download & Extract:
  2. Download gitzy-windows-amd64.zip from the Releases page.
  3. Right-click the ZIP file and choose Extract All.

  4. Run the Installer:

  5. Inside the extracted folder, double-click install_windows.bat.
  6. This will copy gitzy.exe to a directory in your system PATH.

  7. Verify Installation: Open Command Prompt and run: cmd gitzy --help

🐧 Linux Installation

✅ Manual Installation

  1. Download & Extract bash wget https://github.com/yourusername/gitzy/releases/latest/download/gitzy-linux-amd64.zip unzip gitzy-linux-amd64.zip -d gitzy cd gitzy

  2. Run the installer bash chmod +x install_linux.sh ./install_linux.sh

  3. Verify installation bash gitzy --help