Metadata-Version: 2.4
Name: gitaiflow
Version: 3.0.0
Summary: Gitaiflow AOT native executable installer.
Author: DjangoPlay
Project-URL: Homepage, https://djangoplay.org
Keywords: gitaiflow,git,ai,developer-tools,git-analysis
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Version Control :: Git
Classifier: Topic :: Utilities
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# gitaiflow

> **Notice: Distribution Update**  
> gitaiflow is no longer distributed as a Python package on PyPI. It has migrated to an **Ahead-of-Time (AOT) compiled, standalone native binary** with zero external runtime dependencies (no Python interpreter or virtual environment required).

For documentation, releases, and guides, visit https://djangoplay.org.

---

## Installation

### macOS & Linux

Install the precompiled executable directly into /usr/local/bin:

```bash
curl -fsSL https://install.djangoplay.org/gitaiflow | sudo bash
```

* Supported architectures:
* **macOS**: Apple Silicon (darwin-arm64)
* **Linux**: Intel/AMD 64-bit (linux-amd64), ARM 64-bit (linux-arm64)


### Windows

Install the native Windows executable into %LOCALAPPDATA%\Programs\gitaiflow and register to your user PATH:

```powershell
irm https://install.djangoplay.org/gitaiflow.ps1 | iex
```

* Supported architecture: 
* **Windows 10/11 / Server x86_64** (windows-amd64)

---

## Verification

Once installed, open a fresh terminal and verify the installation:

```bash
gitaiflow --version
gitaiflow --help
```

---

## Upgrading

To upgrade an existing installation to the latest release, re-run the installation command for your platform. The existing binary will be overwritten in-place atomically.
