Metadata-Version: 2.4
Name: branchdiff
Version: 1.5.1
Summary: Visual git & file diff in your browser, with AI review support
Project-URL: Homepage, https://encryptioner.github.io/branchdiff-releases/
Project-URL: Source, https://github.com/encryptioner/branchdiff-releases
Project-URL: Changelog, https://encryptioner.github.io/branchdiff-releases/changelog.html
Author-email: Mir Mursalin Ankur <mir.ankur.ruet13@gmail.com>
License: MIT
Keywords: branch,cli,code-review,diff,git,viewer
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Software Development :: Version Control :: Git
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# branchdiff

Visual git & file diff in your browser, with AI-supported code review,
GitHub & Bitbucket sync, and persistent sessions. 100% local, no cloud,
no telemetry.

## Install

```bash
pip install branchdiff       # or
uv tool install branchdiff   # or
pipx install branchdiff
```

The right pre-compiled binary for your OS+arch is selected automatically:

- macOS (Apple Silicon and Intel)
- Linux (x86_64 and aarch64)
- Windows (x86_64)

No Node.js required.

## Use

```bash
branchdiff main feature-branch
```

Opens a browser-based diff viewer. See `branchdiff --help` for options.

## Project

- npm package (Node 18+ users): https://www.npmjs.com/package/@encryptioner/branchdiff
- Releases: https://github.com/encryptioner/branchdiff-releases/releases
- Documentation: https://encryptioner.github.io/branchdiff-releases/
