Skip to main content
Version: 11.9.0

Installing on macOS

Compatible with macOS 13, and 14.

Installation procedure

  1. Go to brew.sh and follow the instructions to install Homebrew
  2. Open a terminal
  3. Install external libraries:
brew install gcc curl ffmpeg python@3.10 node@16 pnpm
  1. Update your $PATH:
echo 'export PATH="/usr/local/opt/node@16/bin:$PATH" >> ~/.profile'
  1. You can now install SSE

Xcode command line tools

If you encounter problems installing Homebrew, you need to install Xcode command line tools.

Note

To check if Xcode command line tools are installed, run:

xcode-select -p
  1. Open a terminal
  2. Run xcode-select --install
  3. Continue to Installing