--- title: "macOS" description: "Install Tracer locally on your macOS under two minutes" --- ## 1. Install Tracer Run the following command to install Tracer: ```bash curl -sSL https://install.tracer.cloud | sh ``` While Tracer can run on macOS, certain features are limited due to system restrictions.
**– eBPF features:** Disabled due to macOS kernel restrictions
**– Process recognition:** Less precise than on Linux due to limited access to low-level system data For full functionality, including accurate process visibility and eBPF support, we recommend running Tracer directly on a Linux machine.
## 2. Start Tracer agent To start tracking a pipeline, run the following command: ```bash sudo tracer login ``` This will open up a browser window to log in to your Tracer account. To start tracking a pipeline, run the following command: ```bash sudo tracer init ``` You will be prompted to configure the pipeline name. Filling this out ensures that each pipeline is uniquely identifiable, customizable, and easy to search later on. **Tracer is now tracking your pipeline.** Every run you launch for this pipeline will be automatically monitored. **Note:** You will only need to run `tracer init` again for a new pipeline, not per pipeline run. ## 3. Launch pipeline You can now choose to run any pipeline you want or use `tracer demo` to launch a prepared pipeline. Run your own pipeline by following your usual workflow or **run this line in your terminal**: ```bash sudo tracer demo ``` `tracer demo` will run an nf-core fastquorum pipeline. This pipeline requires minimum 2GB RAM, 1 core vCPU, and 30GB storage to run efficiently. ## 4. Monitor and Optimize Your Pipeline Tracer Logo Tracer Logo
Watch your pipeline run in the Tracer dashboard
View real-time metrics, resource usage, and performance insights for your pipeline runs.