Installation

Choose the package manager that matches your environment.

npm

npm install -g @ghgrab/ghgrab

Cargo

cargo install ghgrab

pipx

pipx is the cleanest way to install the Python wrapper globally:

pipx install ghgrab

Nix

Run the latest commit:

nix run github:abhixdd/ghgrab

Run a tagged release:

nix run "github:abhixdd/ghgrab/<tag>"

Use full semantic version tags for releases, for example v2.0.1.

Arch Linux

yay -S ghgrab-bin

Verify the install

After installation, confirm the binary is available:

ghgrab --help

If you installed with pipx or pip, the launcher will fetch the platform-specific binary on first use when it is not already present.