# Installer austin avec Homebrew, apt, scoop, winget

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

## installation

```sh
sudo av install brew:austin
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install austin
```

  Preuve: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install austin
```

  Preuve: Debian stable package indexes: austin from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

### Windows

- Scoop (92%):

```sh
scoop install main/austin
```

  Preuve: Scoop official bucket manifest trees: bucket/austin.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id P403n1x87.austin -e
```

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

## Faits du paquet

- **Clé du paquet:** brew:austin
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/austin>
- **Version:** 4.0.0
- **Résumé source:** Python frame stack sampler for CPython
- **Page d'accueil:** <https://github.com/P403n1x87/austin>
- **Dépôt:** <https://github.com/P403n1x87/austin>
- **Docs amont:** <https://github.com/P403n1x87/austin#readme>
- **Licence:** GPL-3.0-or-later
- **Archive source:** <https://github.com/P403n1x87/austin/archive/refs/tags/v4.0.0.tar.gz>
- **Généré:** 2026-07-08T07:18:31+00:00

## exécutables

- austin (cli)
- austin (alias)

## Dépendances de compilation

- autoconf
- automake

## 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-07-08
- version du gestionnaire: 4.0.0
- données locales: OK
- dépôt amont: https://github.com/P403n1x87/austin
- dernière version détectée: v4.0.0 (à jour)
- info: No package-manager update timestamp was available.
## Historique du projet et usages

Austin is a CPython frame-stack sampler written in C. It sits in the package-manager sweet spot for profilers: a small native command, installable from several ecosystems, that can attach to a Python process without instrumentation and emit data for flame graphs, Speedscope, and other tooling.

### Historique du projet

The public GitHub repository was created in September 2018 and describes Austin as a pure-C sampler that reads the CPython interpreter's memory to recover executing frames and threads. Its own README emphasizes zero instrumentation, low overhead, wall-time and memory profiling, and multiprocess support.

Austin has tracked CPython internals over time. Recent official releases added CPython 3.12, 3.13, and 3.14 support, dropped older interpreter support, improved container and interpreter detection, and moved the default binary output format to MOJO in the 4.0.0 series.

### Historique d'adoption

Austin became more than a GitHub-only tool early in its life: the README notes acceptance into Debian repositories on March 30, 2019, and documents installation through PyPI, Snap, Debian/apt, Homebrew, Chocolatey, Scoop, and Conda Forge. Homebrew's formula currently packages Austin 4.0.0 from the upstream GitHub release tarball.

The repository metadata shows thousands of GitHub stars and ongoing releases, while Homebrew analytics in the formula API show modest but real package-manager use. For a native Python profiler, that breadth of packaging is part of the story: users can install it as a system command instead of treating it as a Python library dependency.

### Modes d'utilisation

Austin is typically used by running `austin` around or against a Python workload, then feeding its collapsed-stack or binary output into visualization tools. The README explicitly calls out use with the Austin VS Code extension, Brendan Gregg's FlameGraph tools, and Speedscope conversion through the related Austin Python tooling.

Its value is operational: no source-code instrumentation, low tracee impact, support for memory mode, and enough portability to cover Linux, macOS, and Windows packaging paths.

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

Package nerds care about Austin because it is a native executable wrapped by language and OS package managers at once. It is distributed as `austin-dist` on PyPI, as a Homebrew formula, as OS packages, and as release binaries, while still depending on CPython implementation details that require active maintenance.

It is also a good example of a CLI whose package identity is not quite the same as its library ecosystem identity: the Homebrew formula is `austin`, the PyPI install is `austin-dist`, and the output is meant to be composed with classic Unix-style profiler visualization tools.

### Chronologie

- 2018: Public GitHub repository created.
- 2019: Austin accepted into the official Debian repositories.
- 2023: Austin 3.6.0 added CPython 3.12 support and dropped Python 2 and older CPython 3 releases.
- 2024: Austin 3.7.0 added CPython 3.13 support and improved container support.
- 2025: Austin 4.0.0 added CPython 3.14 support and made MOJO binary output the default.

### Related projects

- Austin commonly appears alongside FlameGraph, Speedscope, the Austin VS Code extension, and the `austin-python` tooling used for conversion and higher-level profiler workflows.

### Sources

- <https://api.github.com/repos/P403n1x87/austin>
- <https://formulae.brew.sh/api/formula/austin.json>
- <https://github.com/P403n1x87/austin#readme>
- <https://github.com/P403n1x87/austin/releases>
- 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:** austin
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Autres enregistrements de gestionnaires de paquets

- Debian apt - austin - 3.7.0-4: normalized package name match | Debian stable package indexes: austin from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Frame stack sampler for CPython | https://github.com/P403n1x87/austin
- Ubuntu apt - austin - 1.0.1-2: normalized package name match | Ubuntu 24.04 LTS package indexes: austin from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Frame stack sampler for CPython | https://github.com/P403n1x87/austin
- Scoop - main/austin: normalized package name match | Scoop official bucket manifest trees: bucket/austin.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - P403n1x87.austin: normalized package name match | Windows Package Manager source index: P403n1x87.austin from https://cdn.winget.microsoft.com/cache/source.msix


## Liens liés

- [Source-control packages](https://www.automicvault.com/fr/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/fr/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/fr/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [autoconf](https://www.automicvault.com/fr/pkg/brew/autoconf/) - Build dependency declared by Homebrew.
- [automake](https://www.automicvault.com/fr/pkg/brew/automake/) - Build dependency declared by Homebrew.
- [py-spy](https://www.automicvault.com/fr/pkg/brew/py-spy/) - Shares av.db curated category or tags: cli, developer-tools, profiler, python.
- [abi3audit](https://www.automicvault.com/fr/pkg/brew/abi3audit/) - Shares av.db curated category or tags: cli, developer-tools, python.
- [alp](https://www.automicvault.com/fr/pkg/brew/alp/) - Shares av.db curated category or tags: cli, developer-tools, profiler.
- [async-profiler](https://www.automicvault.com/fr/pkg/brew/async-profiler/) - Shares av.db curated category or tags: cli, developer-tools, profiler.
- [auditwheel](https://www.automicvault.com/fr/pkg/brew/auditwheel/) - Shares av.db curated category or tags: cli, developer-tools, python.
- [autopep8](https://www.automicvault.com/fr/pkg/brew/autopep8/) - Shares av.db curated category or tags: cli, developer-tools, python.
- [basedpyright](https://www.automicvault.com/fr/pkg/brew/basedpyright/) - Shares av.db curated category or tags: cli, developer-tools, python.
- [black](https://www.automicvault.com/fr/pkg/brew/black/) - Shares av.db curated category or tags: cli, developer-tools, python.
- [howdoi](https://www.automicvault.com/fr/pkg/brew/howdoi/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, python, stack.

## Combined YAML source

View the package source record on GitHub. [combined/austin.yml](https://github.com/automic-vault/db/blob/main/combined/austin.yml)


## Sources

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