> ## Documentation Index
> Fetch the complete documentation index at: https://docs.healops.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Environments

> Choose the right environment to run Tracer for your workflow

Tracer supports a wide array of environments to fit your infrastructure and workflow needs.<br /> Choose the environment that best matches your setup.

## Cloud & Development Environments

<CardGroup cols={2}>
  <Card title="Demo Environment" icon="https://mintcdn.com/healopsai/__WDoESBQdBQGogm/images/other_logos/GitHub-Black.png?fit=max&auto=format&n=__WDoESBQdBQGogm&q=85&s=f5fe1e0d2929bead2a048ffdc508df3f" href="/environments/codespaces" width="200" height="200" data-path="images/other_logos/GitHub-Black.png">
    Try Tracer instantly in a cloud development environment with no local setup required.
  </Card>

  <Card title="Linux" icon="https://mintcdn.com/healopsai/__WDoESBQdBQGogm/images/other_logos/AWS-Black.png?fit=max&auto=format&n=__WDoESBQdBQGogm&q=85&s=d8a9865e410efd39c143166703a113fc" href="/environments/linux-cloud" width="200" height="200" data-path="images/other_logos/AWS-Black.png">
    Deploy Tracer on cloud-based Linux instances (AWS, GCP, Azure).
  </Card>
</CardGroup>

## Local Environments

<CardGroup cols={3}>
  <Card title="Linux" icon="https://mintcdn.com/healopsai/__WDoESBQdBQGogm/images/other_logos/Linux-Black.png?fit=max&auto=format&n=__WDoESBQdBQGogm&q=85&s=2229ad82393346975e7fd34d2cf058df" href="/environments/linux-local" width="200" height="200" data-path="images/other_logos/Linux-Black.png">
    Install Tracer on your local Linux machine for development and testing.
  </Card>

  <Card title="macOS" icon="https://mintcdn.com/healopsai/__WDoESBQdBQGogm/images/other_logos/Apple-Black.png?fit=max&auto=format&n=__WDoESBQdBQGogm&q=85&s=664b2a4475bbe864d2ba71f4ea279ffe" href="/environments/macos" width="200" height="200" data-path="images/other_logos/Apple-Black.png">
    Run Tracer on macOS for local pipeline development and monitoring.
  </Card>

  <Card title="Windows" icon="https://mintcdn.com/healopsai/-Wx-FBGjzoPkZ7-9/images/other_logos/Windows-Black.png?fit=max&auto=format&n=-Wx-FBGjzoPkZ7-9&q=85&s=bfb63f00bc62a8b95f60166e2217d4df" href="/environments/windows-local" width="200" height="200" data-path="images/other_logos/Windows-Black.png">
    Use Tracer on Windows via WSL or GitHub Codespaces.
  </Card>
</CardGroup>

## Container & Batch Environments

<CardGroup cols={3}>
  <Card title="Docker" icon="https://mintcdn.com/healopsai/__WDoESBQdBQGogm/images/other_logos/Docker-Black.png?fit=max&auto=format&n=__WDoESBQdBQGogm&q=85&s=ecf1cc4b4519e2056fae22078b1ab3af" href="/environments/docker" width="200" height="200" data-path="images/other_logos/Docker-Black.png">
    Run Tracer in containerized environments with Docker.
  </Card>

  <Card title="AWS Batch" icon="https://mintcdn.com/healopsai/__WDoESBQdBQGogm/images/other_logos/AWS-Black.png?fit=max&auto=format&n=__WDoESBQdBQGogm&q=85&s=d8a9865e410efd39c143166703a113fc" href="/environments/aws-batch" width="200" height="200" data-path="images/other_logos/AWS-Black.png">
    Deploy Tracer for AWS Batch workloads and large-scale compute jobs.
  </Card>

  <Card title="Google Batch" icon="https://mintcdn.com/healopsai/__WDoESBQdBQGogm/images/other_logos/Google-Cloud-Dark.png?fit=max&auto=format&n=__WDoESBQdBQGogm&q=85&s=b76a398c02bdb42ea2095e80095fd660" href="/environments/google-batch" width="400" height="400" data-path="images/other_logos/Google-Cloud-Dark.png">
    Enable Tracer for Google Batch workloads.
  </Card>
</CardGroup>

<Tip>
  Tracer is also compatible with other cloud providers and on-premises infrastructure. Contact us for more information.
</Tip>

## Common Installation Steps

Regardless of your environment, the Tracer installation process follows these general steps:

<Steps>
  <Step title="Install Tracer">
    Run the installation script or use environment-specific setup
  </Step>

  <Step title="Start the Tracer Agent">
    Start the Tracer agent with your organization token
  </Step>

  <Step title="Launch your own pipeline or a demo">
    Execute your workflow - Tracer automatically monitors it
  </Step>
</Steps>

## View Results

Check the Tracer dashboard for real-time insights

<Card href="https://app.healops.ai/">
  <img className="block dark:hidden" src="https://mintcdn.com/healopsai/__WDoESBQdBQGogm/images/logo/tracer/Tracer%20Full%20Body%20-%20Black.png?fit=max&auto=format&n=__WDoESBQdBQGogm&q=85&s=dd570f04faaacc0dbe2b24800877f954" alt="Tracer Logo" style={{ width: '10%', height: 'auto', marginBottom: '1rem' }} width="311" height="84" data-path="images/logo/tracer/Tracer Full Body - Black.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/healopsai/__WDoESBQdBQGogm/images/logo/tracer/Tracer%20Full%20Body%20-%20White.png?fit=max&auto=format&n=__WDoESBQdBQGogm&q=85&s=1c7e08de45a7918c263b22937af9598a" alt="Tracer Logo" style={{ width: '10%', height: 'auto', marginBottom: '1rem' }} width="311" height="84" data-path="images/logo/tracer/Tracer Full Body - White.png" />

  <div style={{ fontSize: '1.3rem', fontWeight: '700', marginBottom: '1 rem', color: 'inherit' }}>
    Watch your pipeline run in the Tracer dashboard
  </div>

  <div style={{ color: 'inherit' }}>
    View real-time metrics, resource usage, and performance insights for your pipeline runs.
  </div>
</Card>

<Tip>
  Each environment page includes detailed installation instructions and troubleshooting tips specific to that platform.
</Tip>
