macOS

Follow these steps to download and run the Raygun Agent on a macOS x64 machine.

The APM Agent for macOS (x64) is offically supported on 10.15 Catalina or newer.

Note: Apple Silicon is currently not supported.

Download the Raygun Agent zip file to a directory and give execute permission to the Agent, CLI, and scripts.

sudo curl -O "https://downloads.raygun.com/APM/latest/RaygunAgent-macOS-(x64).zip"
sudo unzip -d ./raygun "RaygunAgent-macOS-(x64).zip"
sudo rm "RaygunAgent-macOS-(x64).zip"
sudo chmod +x -R ./raygun/*

To run the agent, use the start_agent.sh script in the bin directory

./raygun/bin/start_agent.sh

Once the Agent is installed, you can begin profiling your application. Please refer to the Profiler Setup for instructions on setting up the profiler for your Language/Environment.