-
Tracer is a system-level observability platform purpose-built for scientific computing. It combines cutting-edge technological advances with the deep understanding of scientific industries to give insights into their speed and costs. Its one-line install Linux agent and instant dashboards allow for real-time insights into scientific computing environments.
-
Unlike industry agnostic monitoring agents, Tracer structures DevOps data for scientific pipelines, providing clear visibility into pipeline stages and execution runs. In environments like AWS Batch, where processes and containers are loosely connected, users struggle to understand which processes belong to which pipeline run, and frequently lose logs from failed containers, making debugging difficult.
-
Tracer solves this by intelligently organizing and labeling pipelines, execution runs, and steps. Because it runs directly on Linux, it requires no code changes and supports any programming language, unlike point solutions that work only with one framework. This makes integration effortless even across multi-workload IT environments, including AlphaFold, Slurm, Airflow, Nextflow and also local Bash scripts.
-
Architected for regulated industries, it ensures enterprise-grade security, with data never leaving your infrastructure, which is not the case with solutions such as DataDog.
New metrics that help you speed up your pipelines and maximize your budget:
- Time and cost per dataset processed
- Execution duration and bottleneck identification for each pipeline step
- Cost attribution across pipelines, teams, and environments (dev, CI/CD, prod) Overall, making sense of scientific toolchains with poor/no observability.
We recommend using the Sandbox Environment for an easy ans quick onboarding experience: https://sandbox.tracer.cloud/
Click the ‘Get started’ button and follow the guided steps—no AWS credentials or setup required.
Install Tracer with this single command:
curl -sSL https://install.tracer.cloud/ | sudo bash && source ~/.bashrc && source ~/.zshrccurl -sSL https://install.tracer.cloud/installation-script-development.sh | sudo bash && source ~/.bashrc && source ~/.zshrcTo get the binary corresponding to the dev branch you just have to put -s dev after the bash command like in the following example
curl -sSL https://install.tracer.cloud/installation-script-development.sh | sudo bash -s dev && source ~/.bashrcTo get your pr binary use bash -s <branch-name> like in the following example
curl -sSL https://install.tracer.cloud/installation-script-development.sh | sudo bash -s feature/my-branch && source ~/.bashrcClick the 'Open In Github Codespaces' button to use GitHub Codespaces.
Once in Codespaces, the environment comes with: Tracer pre-installed and Docker running a minimal Nextflow example. Here, you need to run the tracer init command showcased in the next step.
Set up your RNA-seq pipeline by running the following command and run Tracer:
tracer init --pipeline-name demo_username --environment demo --pipeline-type rnaseq --user-operator user_email --is-dev false Then you need to run a Nextflow command example.
Watch your pipeline in action via the Tracer monitoring dashboard, which you access by clicking the ‘Open Grafana Dashboard’ button. You’ll see real-time execution metrics, stages, and status updates.
- 🔍 Examples – Explore real-world use cases
- 🤝 Contributing – Join the community and contribute
"The goal of Tracer's Rust agent is to equip scientists and engineers with DevOps intelligence to efficiently harness massive computational power for humanity's most critical challenges."

