# Install austin with Homebrew, apt, scoop, winget

Python frame stack sampler for CPython. Version 4.0.0 via Homebrew; verified from local package data.

## Install

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

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install austin
```

  Evidence: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install austin
```

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

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

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

## Package facts

- **Package key:** brew:austin
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/austin>
- **Version:** 4.0.0
- **Source summary:** Python frame stack sampler for CPython
- **Homepage:** <https://github.com/P403n1x87/austin>
- **Repository:** <https://github.com/P403n1x87/austin>
- **Upstream docs:** <https://github.com/P403n1x87/austin#readme>
- **License:** GPL-3.0-or-later
- **Source archive:** <https://github.com/P403n1x87/austin/archive/refs/tags/v4.0.0.tar.gz>
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- austin (cli)
- austin (alias)

## Build dependencies

- autoconf
- automake

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 4.0.0
- Local data: ok
- Upstream repository: https://github.com/P403n1x87/austin
- Upstream latest detected: v4.0.0 (current)
- info: No package-manager update timestamp was available.
## Project history and usage

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.

### Project history

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.

### Adoption history

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.

### How it is used

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.

### Why package nerds care

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.

### Timeline

- 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


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals

## Source Database Details

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

## Other Package-Manager Records

- 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


## Related links

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