Getting Started

Installation

System requirements, package manager installation, and global binary configuration.

AnchorGit is built with zero runtime dependencies and runs locally across macOS, Linux, and Windows (WSL2/PowerShell). It interfaces directly with your workstation's local Git binary.

💻 Terminal Output

Install via npm (Global)Terminal
$npm install -g anchorgit
✔ Installed anchorgit@1.0.4 globally
Install via pnpm or yarnTerminal
$pnpm add -g anchorgit
Packages: +1
Progress: resolved 1, reused 1, downloaded 0, added 1
Verify Local Binary InstallationTerminal
$anchor --version
anchorgit/1.0.4 darwin-arm64 node-v20.11.0