# Installer tracy avec Homebrew, Nix, scoop, winget

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de tracy pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install tracy
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

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

  Preuve: 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
```

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:tracy
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/tracy>
- **Version:** 0.13.1
- **Résumé source:** Real-time, nanosecond resolution frame profiler
- **Page d'accueil:** <https://tracy.nereid.pl/>
- **Dépôt:** <https://github.com/wolfpld/tracy>
- **Docs amont:** <https://tracy.nereid.pl/>
- **Licence:** BSD-3-Clause
- **Archive source:** <https://github.com/wolfpld/tracy/archive/refs/tags/v0.13.1.tar.gz>
- **Dernière mise à jour:** 2026-06-15T10:21:22-04:00
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- tracy (cli)
- tracy-capture (cli)
- tracy-csvexport (cli)
- tracy-import-chrome (cli)
- tracy-import-fuchsia (cli)
- tracy-profiler (cli)
- tracy-update (cli)
- tracy (alias)
- tracy-capture (alias)
- tracy-csvexport (alias)
- tracy-import-chrome (alias)
- tracy-import-fuchsia (alias)
- tracy-profiler (alias)
- tracy-update (alias)

## Dépendances

- aklomp-base64
- freetype
- glfw
- md4c
- nativefiledialog-extended
- pugixml
- tidy-html5
- zstd

## Dépendances de compilation

- cmake
- nlohmann-json
- pkgconf

## Bibliothèques fournies par macOS

- curl

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 0.13.1
- gestionnaire mis à jour: 2026-06-15
- données locales: OK
- dépôt amont: https://github.com/wolfpld/tracy
- dernière version détectée: v0.13.1 (à jour)
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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.

### Sources

- <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


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** tracy
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Autres enregistrements de gestionnaires de paquets

- 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


## Liens liés

- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/fr/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [zstd](https://pkg.so/fr/brew/zstd/) - Runtime dependency declared by Homebrew.
- [freetype](https://pkg.so/fr/brew/freetype/) - Runtime dependency declared by Homebrew.
- [md4c](https://pkg.so/fr/brew/md4c/) - Runtime dependency declared by Homebrew.
- [tidy-html5](https://pkg.so/fr/brew/tidy-html5/) - Runtime dependency declared by Homebrew.
- [aklomp-base64](https://pkg.so/fr/brew/aklomp-base64/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/fr/brew/pkgconf/) - Build dependency declared by Homebrew.
- [cmake](https://pkg.so/fr/brew/cmake/) - Build dependency declared by Homebrew.
- [py-spy](https://pkg.so/fr/brew/py-spy/) - Shares pkgdb curated category or tags: cli, developer-tools, performance, profiler.
- [sysprof](https://pkg.so/fr/brew/sysprof/) - Shares pkgdb curated category or tags: cli, developer-tools, performance, profiler.
- [samply](https://pkg.so/fr/brew/samply/) - Shares pkgdb curated category or tags: cli, developer-tools, performance, profiler.
- [async-profiler](https://pkg.so/fr/brew/async-profiler/) - Shares pkgdb curated category or tags: cli, developer-tools, performance, profiler.
- [uftrace](https://pkg.so/fr/brew/uftrace/) - Shares pkgdb curated category or tags: cli, cpp, developer-tools, tracing.
- [ada-url](https://pkg.so/fr/brew/ada-url/) - Shares pkgdb curated category or tags: cli, cpp, developer-tools.
- [fbthrift](https://pkg.so/fr/brew/fbthrift/) - Shares pkgdb curated category or tags: cli, cpp, developer-tools.
- [pybind11](https://pkg.so/fr/brew/pybind11/) - Shares pkgdb curated category or tags: cli, cpp, developer-tools.
- [metashell](https://pkg.so/fr/brew/metashell/) - Local package facts share a topical domain. Shared terms: cli, cpp, developer, developer-tools, zstd.
- [physfs](https://pkg.so/fr/brew/physfs/) - Local package facts share a topical domain. Shared terms: cli, developer, developer-tools, development, game.

## Combined YAML source

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


## Sources

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