Steps To Install chakra on Mac

Package Information:

Name: chakra
Use: ChakraCore is the core part of the Chakra JavaScript engine that powers Microsoft Edge
URL: https://github.com/Microsoft/ChakraCore

Installation Steps:

  1. Open Terminal using Spotlight search by pressing <command+space>. Type terminal and hit Enter key.
  2. Now, Execute
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install chakra using brew
    brew install chakra

chakra is ready to use now!