# 使用 Homebrew, Nix, scoop, winget 安装 tracy

查看 tracy 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:tracy
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install tracy
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#tracy
```

  证据: nixpkgs package indexes: pkgs/by-name/tr/tracy/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install extras/tracy
```

  证据: Scoop official bucket manifest trees: bucket/tracy.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id wolfpld.tracy -e
```

  证据: Windows Package Manager source index: wolfpld.tracy from https://cdn.winget.microsoft.com/cache/source.msix

## 软件包事实

- **软件包键:** brew:tracy
- **软件包管理器:** Homebrew
- **版本:** 0.13.1
- **来源摘要:** Real-time, nanosecond resolution frame profiler
- **主页:** <https://tracy.nereid.pl/>
- **仓库:** <https://github.com/wolfpld/tracy>
- **最后更新:** 2026-06-15T10:21:22-04:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- tracy (别名)
- tracy-capture (别名)
- tracy-csvexport (别名)
- tracy-import-chrome (别名)
- tracy-import-fuchsia (别名)
- tracy-profiler (别名)
- tracy-update (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.13.1
## 项目历史与用法

Tracy Profiler is a real-time, remote telemetry, hybrid frame and sampling profiler with nanosecond-resolution positioning. It is especially associated with games and other performance-sensitive native applications.

### 项目历史

The public GitHub repository for Tracy was created in March 2020, and official release metadata includes v0.6.3 in April 2020. The repository has since grown into a large C++ codebase with profiler, capture, import, export, update, server, examples, documentation, and manual components.

The README describes Tracy as supporting CPU profiling with direct C, C++, Lua, Python, and Fortran integration, plus third-party language bindings, GPU profiling across major graphics and compute APIs, memory allocation tracking, locks, context switches, and frame-linked screenshots.

Release metadata shows sustained development through the 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, and 0.13 lines, with v0.13.1 published in December 2025. The official releases include the PDF documentation and compiled Windows x64 binaries as assets, while package managers such as Homebrew, Nix, Scoop, and winget provide system-package routes.

### 采用历史

Tracy's adoption is visible in both its official integration surface and its packaging footprint. The README calls out third-party bindings for languages such as Rust, Zig, C#, OCaml, and Odin, which indicates use beyond the directly supported C/C++-centered workflow.

The project page emphasizes games but explicitly includes other applications, and lists GPU APIs including OpenGL, Vulkan, Direct3D 11/12, Metal, OpenCL, CUDA, and WebGPU. That breadth made Tracy attractive to developers who want one profiler spanning CPU zones, GPU work, frame timing, memory, and synchronization behavior.

For package managers, Tracy is larger than a single executable: the Homebrew package exposes the GUI profiler plus capture, CSV export, import, and update tools. That makes the package useful both for interactive analysis and for scripted capture/export workflows.

### 使用方式

A typical Tracy workflow instruments an application with the client library, runs the profiler to connect to or open captures, and inspects frame timing, zones, samples, memory, locks, GPU events, and other telemetry in real time or from saved traces. Companion tools such as capture and csvexport support non-interactive and post-processing workflows.

The README directs users to the bundled documentation for usage and build instructions, to releases for the `tracy.pdf` manual and Windows binaries, and to an interactive demo. Video links on the README also show a release-by-release introduction path from older 0.x versions.

### 为什么软件包爱好者会关心

Tracy is a major package-nerd profiler because it packages a sophisticated native performance tool as reproducible command-line and desktop artifacts. It sits at the intersection of game-development tooling, systems performance analysis, and cross-platform package distribution.

Its Homebrew formula is notable for shipping multiple executables, while other package ecosystems expose it to Linux, Windows, and developer-shell workflows. For people who collect and compare developer tools, Tracy is the modern example of a high-end profiler that can still be installed with a package-manager command.

### 时间线

- 2020-03: GitHub repository created.
- 2020-04: v0.6.3 release metadata published.
- 2020-06: v0.7 released.
- 2022-03: v0.8 released.
- 2023-10: v0.10 released.
- 2024-07: v0.11 released.
- 2025-05: v0.12 released.
- 2025-12: v0.13.1 released.

### Related projects

- OpenGL, Vulkan, Direct3D, Metal, OpenCL, CUDA, WebGPU, Rust bindings, Zig bindings, C# bindings, OCaml bindings, Odin bindings, game-development profilers.

### 来源

- <https://api.github.com/repos/wolfpld/tracy>
- <https://github.com/wolfpld/tracy#readme>
- <https://github.com/wolfpld/tracy/releases>
- <https://github.com/wolfpld/tracy/releases/latest/download/tracy.pdf>
- <https://tracy.nereid.pl/>
- source_facts.executables
- source_facts.package-manager


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

## 其他软件包管理器记录

- Nix - tracy: normalized package name match | nixpkgs package indexes: pkgs/by-name/tr/tracy/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Scoop - extras/tracy: normalized package name match | Scoop official bucket manifest trees: bucket/tracy.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1
- winget - wolfpld.tracy: normalized package name match | Windows Package Manager source index: wolfpld.tracy from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

View the package source record on GitHub. [combined/tracy.yml](https://github.com/mxcl/pkgdb/blob/main/combined/tracy.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
