IndexRaccoon Installer macOS / Linux: curl -fsSL https://get.indexraccoon.com/sh | bash Windows PowerShell: irm https://get.indexraccoon.com/ps1 | iex Install a specific channel: curl -fsSL https://get.indexraccoon.com/sh | bash -s -- --channel staging irm https://get.indexraccoon.com/ps1 -OutFile install.ps1; .\install.ps1 -Channel staging