# Installer llvm@19 avec Homebrew, apt, MacPorts, Nix, dnf, zypper, apk, chocolatey, pacman, scoop, winget

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

## installation

```sh
sudo av install brew:llvm@19
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install llvm@19
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install llvm-19
```

  Preuve: MacPorts ports tree: lang/llvm-19/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install llvm-19
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#llvm_19
```

  Preuve: nixpkgs package indexes: llvm_19 from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

- dnf (92%):

```sh
sudo dnf install llvm19
```

  Preuve: Fedora Rawhide package metadata: llvm19 from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- zypper (92%):

```sh
sudo zypper install llvm19
```

  Preuve: openSUSE Tumbleweed package metadata: llvm19 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

- apk (92%):

```sh
sudo apk add llvm
```

  Preuve: Alpine Linux edge package indexes: llvm from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

- pacman (92%):

```sh
sudo pacman -S llvm
```

  Preuve: Arch Linux sync databases: llvm from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- Ubuntu apt (92%):

```sh
sudo apt install llvm
```

  Preuve: Ubuntu 24.04 LTS package indexes: llvm from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

### Windows

- Chocolatey (92%):

```sh
choco install llvm
```

  Preuve: Chocolatey community package catalog: llvm from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','lftp'

- Scoop (92%):

```sh
scoop install main/llvm
```

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

- winget (92%):

```sh
winget install --id LLVM.LLVM -e
```

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

## Faits du paquet

- **Clé du paquet:** brew:llvm@19
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/llvm@19>
- **Version:** 19.1.7
- **Résumé source:** Next-gen compiler infrastructure
- **Page d'accueil:** <https://llvm.org/>
- **Dépôt:** <https://github.com/llvm/llvm-project>
- **Docs amont:** <https://llvm.org/>
- **Licence:** Apache-2.0 WITH LLVM-exception
- **Archive source:** <https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.7/llvm-project-19.1.7.src.tar.xz>
- **Dernière mise à jour:** 2026-08-01T07:56:10+01:00
- **Généré:** 2026-08-04T22:13:35+00:00

## Dépendances

- zstd

## Dépendances de compilation

- cmake
- ninja
- python@3.14

## Bibliothèques fournies par macOS

- libedit
- libffi

## Comportement d'installation

- hook post-installation: non défini
- Précautions: CLANG_CONFIG_FILE_SYSTEM_DIR: $HOMEBREW_PREFIX/etc/clang CLANG_CONFIG_FILE_USER_DIR: ~/.config/clang LLD is now provided in a separate formula: brew install lld@19 Using `clang`, `clang++`, etc., requires a CLT installation at `/Library/Developer/CommandLineTools`. If you don't want to install the CLT, you can write appropriate configuration files pointing to your SDK at ~/.config/clang. To use the bundled libunwind please use the following LDFLAGS: LDFLAGS="-L$HOMEBREW_PREFIX/opt/llvm@19/lib/unwind -lunwind" To use the bundled libc++ please use the following LDFLAGS: LDFLAGS="-L$HOMEBREW_PREFIX/opt/llvm@19/lib/c++ -L$HOMEBREW_PREFIX/opt/llvm@19/lib/unwind -lunwind" NOTE: You probably want to use the libunwind and libc++ provided by macOS unless you know what you're doing.
- 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: 19.1.7
- gestionnaire mis à jour: 2026-08-01
- données locales: OK
- dépôt amont: https://github.com/llvm/llvm-project
- info: No cached GitHub release or tag data was available.
## Historique du projet et usages

LLVM 19 is the Homebrew versioned formula for the LLVM 19.x compiler and toolchain series, packaging the LLVM utilities, Clang family tools, LLD, MLIR tools, and related developer commands.

### Historique du projet

LLVM began as a University of Illinois research project to provide a modern SSA-based compilation strategy for static and dynamic compilation. The project made its 1.0 release in October 2003 and later grew into an umbrella for compiler, debugger, runtime, linker, and analysis subprojects.

The upstream project describes LLVM as a collection of modular and reusable compiler and toolchain technologies rather than a single compiler. Its core libraries provide optimizer and code-generation infrastructure around LLVM IR, while Clang, LLD, LLDB, libc++, compiler-rt, MLIR, OpenMP, and other subprojects build on that base.

### Historique d'adoption

LLVM moved from academic compiler infrastructure into mainstream production use across commercial, open source, and research projects. The project highlights external users spanning language implementations, JITs, static analysis tools, linkers, debuggers, and high-performance computing toolchains.

For package managers, LLVM's release train and large set of CLI tools made it a common versioned dependency. Versioned formulae such as llvm@19 let users pin a major compiler stack while newer major releases continue to land.

### Modes d'utilisation

Package users install LLVM for Clang and clang++, clang-format, clang-tidy, clangd, LLD, llvm-ar, llvm-objdump, llvm-config, opt, llc, FileCheck, MLIR tools, and many other compiler-development utilities. Upstream getting-started documentation centers on cloning llvm-project, configuring with CMake, and selecting enabled subprojects such as clang and lld.

Clang is documented as a C, C++, and Objective-C compiler driver that handles preprocessing, parsing, optimization, code generation, assembly, and linking, while transparently invoking lower-level compiler and linker tools.

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

LLVM is one of the canonical package-manager stress tests: huge source trees, many binaries, CMake builds, multiple runtime libraries, and a steady major-version cadence. Versioned formulae matter because downstream projects often need a specific Clang/LLVM ABI or tool behavior.

LLVM 19 gives package users a newer pinned major after LLVM 18 while avoiding an automatic jump to later LLVM APIs or clang-format behavior. That makes it useful for toolchain migrations, CI reproducibility, and projects whose build logic names versioned clang or llvm-config binaries.

### Chronologie

- 2000: LLVM starts as a University of Illinois research project.
- 2003-10-24: LLVM 1.0 is released.
- 2012: LLVM receives the ACM Software System Award.
- 2024-09-17: LLVM 19.1.0 is released.
- 2024: Homebrew exposes LLVM 19 through the versioned llvm@19 formula.

### Related projects

- Clang, LLD, LLDB, libc++, compiler-rt, MLIR, OpenMP, Flang, BOLT, and the monorepo at github.com/llvm/llvm-project are the main related upstream projects.

### Sources

- <https://clang.llvm.org/docs/CommandGuide/clang.html>
- <https://llvm.org/>
- <https://llvm.org/docs/GettingStarted.html>
- <https://llvm.org/docs/GitHub.html>
- <https://llvm.org/pubs/2010-06-06-Clang-LLVM.pdf>
- <https://releases.llvm.org/>
- source_facts.package-manager-url


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour llvm@19. Les métadonnées de paquet restent publiées ici afin que la couverture future dispose d'une URL stable.


## Détails de la base source

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

## Autres enregistrements de gestionnaires de paquets

- Debian apt - llvm-19 - 1:19.1.7-3+b1: normalized package name match | Debian stable package indexes: llvm-19 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Modular compiler and toolchain technologies | https://www.llvm.org/
- Nix - llvm_19: normalized package name match | nixpkgs package indexes: llvm_19 from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- MacPorts - llvm-19: normalized package name match | MacPorts ports tree: lang/llvm-19/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- dnf - clang19 - 19.1.7-18.fc45: package manager index match | Fedora Rawhide package metadata: clang19 from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | A C language family front-end for LLVM | http://llvm.org
- dnf - clang19-analyzer - 19.1.7-18.fc45: package manager index match | Fedora Rawhide package metadata: clang19-analyzer from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | A source code analysis framework | http://llvm.org
- dnf - clang19-devel - 19.1.7-18.fc45: package manager index match | Fedora Rawhide package metadata: clang19-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Development header files for clang | http://llvm.org
- dnf - clang19-libs - 19.1.7-18.fc45: package manager index match | Fedora Rawhide package metadata: clang19-libs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Runtime library for clang | http://llvm.org
- dnf - clang19-resource-filesystem - 19.1.7-18.fc45: package manager index match | Fedora Rawhide package metadata: clang19-resource-filesystem from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Filesystem package that owns the clang resource directory | http://llvm.org
- dnf - clang19-tools-extra - 19.1.7-18.fc45: package manager index match | Fedora Rawhide package metadata: clang19-tools-extra from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Extra tools for clang | http://llvm.org
- dnf - clang19-tools-extra-devel - 19.1.7-18.fc45: package manager index match | Fedora Rawhide package metadata: clang19-tools-extra-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Development header files for clang tools | http://llvm.org
- dnf - compiler-rt19 - 19.1.7-18.fc45: package manager index match | Fedora Rawhide package metadata: compiler-rt19 from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | LLVM "compiler-rt" runtime libraries | http://llvm.org
- dnf - git-clang-format19 - 19.1.7-18.fc45: package manager index match | Fedora Rawhide package metadata: git-clang-format19 from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Integration of clang-format for git | http://llvm.org
- dnf - libomp19 - 19.1.7-18.fc45: package manager index match | Fedora Rawhide package metadata: libomp19 from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | OpenMP runtime for clang | http://openmp.llvm.org
- dnf - libomp19-devel - 19.1.7-18.fc45: package manager index match | Fedora Rawhide package metadata: libomp19-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | OpenMP header files | http://openmp.llvm.org
- dnf - lld19 - 19.1.7-18.fc45: package manager index match | Fedora Rawhide package metadata: lld19 from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | The LLVM Linker | http://llvm.org
- dnf - lld19-devel - 19.1.7-18.fc45: package manager index match | Fedora Rawhide package metadata: lld19-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Libraries and header files for LLD | http://llvm.org


## 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.
- [Language runtime packages](https://pkg.so/fr/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [zstd](https://pkg.so/fr/brew/zstd/) - Runtime dependency declared by Homebrew.
- [python@3.14](https://pkg.so/fr/brew/python-3-14/) - Build dependency declared by Homebrew.
- [cmake](https://pkg.so/fr/brew/cmake/) - Build dependency declared by Homebrew.
- [ninja](https://pkg.so/fr/brew/ninja/) - Build dependency declared by Homebrew.
- [llgo](https://pkg.so/fr/brew/llgo/) - Popular package that depends on this formula.
- [oclgrind](https://pkg.so/fr/brew/oclgrind/) - Popular package that depends on this formula.
- [llvm](https://pkg.so/fr/brew/llvm/) - Package name indicates the same formula family.
- [llvm@20](https://pkg.so/fr/brew/llvm-20/) - Package name indicates the same formula family.
- [llvm@21](https://pkg.so/fr/brew/llvm-21/) - Package name indicates the same formula family.
- [llvm@18](https://pkg.so/fr/brew/llvm-18/) - Package name indicates the same formula family.
- [llvm@16](https://pkg.so/fr/brew/llvm-16/) - Package name indicates the same formula family.
- [llvm@15](https://pkg.so/fr/brew/llvm-15/) - Package name indicates the same formula family.
- [llvm@14](https://pkg.so/fr/brew/llvm-14/) - Package name indicates the same formula family.
- [lld](https://pkg.so/fr/brew/lld/) - Shares the same upstream source repository.

## Combined YAML source

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


## Sources

- pkg.so package database
- 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
