Blaze

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/blaze

Install with npm

npm install -g @igness/blaze

Requires Node.js 18 or later.

Install with the script

curl -fsSL https://cli.igness.ai/install.sh | bash

Verify

After installation, open a new Terminal window and verify with:

blaze --version

Windows

Run one of the following in PowerShell.

Install with npm

npm install -g @igness/blaze

Install with the script

irm https://cli.igness.ai/install.ps1 | iex

Verify

After installation, open a new PowerShell window and verify with:

blaze --version

Which 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 blaze

If you installed with npm:

npm uninstall -g @igness/blaze

If you installed with the script (macOS / Linux):

rm -rf ~/.blaze

On Windows with the script installer, delete the .blaze folder under your user folder.