Skip to content

ADR-0014 -- Windows irm-piped-to-iex Install Hero

Status

Accepted

Context

Windows users needed a one-command install path that did not require pipx or Python. The install.ps1 hosted at apothem.ahmedgad.com/install.ps1 provides this path.

Decision

The Windows hero install command is: irm https://apothem.ahmedgad.com/install.ps1 | iex This is the recommended Windows install path, surfaced first in all Windows install-command matrices across the docs site. winget and scoop are documented as alternatives.

Consequences

This decision is captured as D-LAUNCH-17 in the launch suite spec.

See also