Instructions for installing Homebrew are available on the Homebrew website.
brew tap asyncvlsi/tapThis tap offers two options to install ACT:
actflowinstalls the entire suite of toolsact-langinstalls only ACT itself and the standard library
Follow the instructions in the respective sections below to install the desired option.
Once the tap is installed, run:
brew install --HEAD actflowIn your shell profile, set the ACT_HOME environment variable to the installation path:
export ACT_HOME=/opt/homebrew/opt/actflowIf you need to install the latest version of act and it has not yet been merged into the actflow repository, use the with-newest-act option:
brew install --HEAD --with-newest-act actflowOnce the tap is installed, run:
brew install --HEAD act-langIn your shell profile, set the ACT_HOME environment variable to the installation path:
export ACT_HOME=/opt/homebrew/opt/act-langRun the following, replacing <OPTION> with either actflow or act-lang:
brew upgrade --fetch-HEAD <OPTION>