> ## Documentation Index
> Fetch the complete documentation index at: https://diffhub.blode.md/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

## Run without installing

```bash
npx diffhub@latest
```

## Global install

```bash
npm install -g diffhub
```

Then run from any git repository:

```bash
diffhub
```

## Requirements

- Node.js 20.11 or later
- A git repository with at least one commit

## Verify installation

```bash
diffhub --version
```