Ignition 8.3.9 is now available through our Homebrew tap and Scoop bucket. You can install it on Linux, macOS, or Windows using the instructions below.

Linux and macOS

If you do not already have Homebrew, follow its installation instructions. Then tap our repository and install Ignition:

brew tap coatl-dev/coatl-dev
brew install ignition

To start Ignition, run:

ignition start

Alternatively, you can have Homebrew start Ignition automatically when you log in:

brew services start coatl-dev/coatl-dev/ignition

Windows

First, add our Scoop bucket:

scoop bucket add coatl-dev https://github.com/coatl-dev/scoop-coatl-dev

Because the Ignition archive is hosted by Inductive Automation, add the following entry to Scoop’s configuration file at %USERPROFILE%\.config\scoop\config.json:

{
  "private_hosts": [
    {
      "match": "https://files.inductiveautomation.com/*",
      "headers": "Referer=https://inductiveautomation.com/"
    }
  ]
}

Then install Ignition:

scoop install coatl-dev/ignition

The installer registers and starts the Ignition Gateway service. You can manage it from the command line with start-ignition and stop-ignition.

For more information, see the Ignition installation documentation.

Thanks for reading, and happy engineering!