Skip to main content
Version: 12.0.0

macOS

The steps outlined below have been successfully tested on macOS 13 and macOS 14.

Homebrew

Using the package manager Homebrew is recommended to install the application requirements.

🛠️ Procedure

  1. Navigate to brew.sh
  2. Follow the installation instructions provided for Homebrew
  3. Open a terminal to proceed with the next steps

📦 Dependencies

Execute the following command to install dependencies and update your path:

brew install gcc curl ffmpeg python@3.10 node@20 pnpm && \
echo 'export PATH="/usr/local/opt/node@20/bin:$PATH" >> ~/.profile'

Xcode Command Line Tools

info

This step is optional. Additional context is needed.

🗑️ Uninstallation

To remove the installed requirements, open a terminal window and execute the following command:

brew uninstall gcc curl ffmpeg python@3.10 node@20 pnpm

⏭️ Next Step

Upon completion, close your terminal and proceed to the installation of SSE.