Install
How to install Blaze CLI on your machine.
macOS
Apple Silicon (M1 and later) only. Pick whichever method you prefer.
Install with Homebrew
brew install igness-ai/tap/blazeInstall with npm
npm install -g @igness/blazeRequires Node.js 18 or later.
Install with the script
curl -fsSL https://cli.igness.ai/install.sh | bashVerify
After installation, open a new Terminal window and verify with:
blaze --versionWindows
Run one of the following in PowerShell.
Install with npm
npm install -g @igness/blazeInstall with the script
irm https://cli.igness.ai/install.ps1 | iexVerify
After installation, open a new PowerShell window and verify with:
blaze --versionWhich one should I pick?
-
If you already use Homebrew or npm, install with the same tool — updates stay aligned (
brew upgrade/npm install -g) -
If you do not want a package manager, use the script. You can update with
blaze update
If something goes wrong
-
“command not found” appears → close your terminal completely and reopen it
-
Using an Intel Mac → not currently supported
-
Corporate proxy blocks the download → talk to your network administrator
Uninstall
If you installed with Homebrew:
brew uninstall blazeIf you installed with npm:
npm uninstall -g @igness/blazeIf you installed with the script (macOS / Linux):
rm -rf ~/.blazeOn Windows with the script installer, delete the .blaze folder under your user folder.