Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 668 Bytes

File metadata and controls

32 lines (20 loc) · 668 Bytes

Installation

Part of Forge Documentation

Forge can be installed via Homebrew, pre-built binary, or manual download on Windows.

macOS (Homebrew)

brew install initializ/tap/forge

Linux / macOS (Script)

Installs or upgrades Forge automatically:

curl -sSL https://raw.githubusercontent.com/initializ/forge/main/install.sh | bash

Windows

Download the latest .zip from GitHub Releases and add to your PATH.

Verify

forge --version

Quick Start | Back to README | Architecture