Skip to content

Install Froggit

Before installing Froggit, ensure your system meets the following requirements:

  • git installed and available in your terminal
  • Nerd Fonts installed (recommended for full UI support)
  • Go ≥ 1.20 only if building from source
  • Optional: GitHub CLI (gh) for GitHub integration

If GitHub CLI is installed and authenticated (gh auth login), Froggit will detect and use it automatically for repository management.


Section titled “Option 1: Install via Script (Recommended)”
Terminal window
curl -s https://raw.githubusercontent.com/thewizardshell/froggit/master/scripts/install.sh | bash

This script will download the latest Froggit binary and install it into /usr/local/bin or another appropriate location.

Run PowerShell as Administrator and execute:

Terminal window
iwr https://raw.githubusercontent.com/thewizardshell/froggit/master/scripts/install.ps1 -UseBasicParsing | iex

The script handles download, installation, and optionally adds Froggit to your system PATH.


  1. Visit the Releases page.

  2. Download the latest binary for your platform.

  3. Move the executable to a directory in your system’s PATH, such as:

    • /usr/local/bin (Linux/macOS)
    • A folder like C:\Program Files\tools\ (Windows)

If you prefer building manually:

Terminal window
git clone https://github.com/thewizardshell/froggit.git
cd froggit
go mod tidy
go build

Copy the resulting binary to a location in your PATH.


Once installed, verify by running:

Terminal window
froggit -help

You should see a list of supported commands and options.


Froggit’s UI is optimized for terminals with Unicode and Nerd Font support. Recommended terminals include:

If using VSCode:

  1. Open settings (Ctrl+, or Cmd+,)
  2. Search for terminal.integrated.fontFamily
  3. Set it to a Nerd Font you’ve installed, for example:
"CaskaydiaCove Nerd Font", "MesloLGS NF", monospace