Skip to main content
Getting Started

Installation

Install

Choose your operating system:

macOS & Linux

Run this in your terminal:

curl -fsSL https://forg.pro/install | sh

The installer detects your OS and architecture, downloads the correct binary, places forg in /usr/local/bin, and removes any old forg-agent binary if present.

Windows (PowerShell)

Run this in PowerShell:

iwr -UseBasicParsing https://forg.pro/install.ps1 | iex

The installer downloads the correct binary, places forg.exe in Program Files or AppData, and adds it to your PATH.

Verify

forg version
# forg <version> (darwin/arm64)

Activate

Get your license key from forg.pro/dashboard/account?section=license.

forg activate lic_<your-key>

That's it. FORG auto-detects your installed AI coding tools and wires the adapters.

Update

forg update

Uninstall

forg uninstall

System requirements

PlatformSupported
macOS 12+ (arm64 / x86_64)
Linux x86_64 / arm64 (glibc 2.31+)
Windows 10+ x86_64

No runtime required. The binary is self-contained.

Manual download

If you can't run the install script, download the binary directly from forg.pro/download and place it on your PATH.

© 2026 FORG by UpgradIQ, Inc. All rights reserved.Edit this page on GitHub