Automic VaultAutomic Vault

brew

llvm@19 mit Homebrew, apt, MacPorts, dnf, zypper, apk, chocolatey, Nix, pacman, scoop, winget installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für llvm@19 in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install llvm@19

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install llvm-19

MacPorts ports tree · lang/llvm-19/Portfile · Quelle: api.github.com

Linux

Debian aptverifiziert · 92%
sudo apt install llvm-19

Debian stable package indexes · llvm-19 · Quelle: deb.debian.org

Fedora dnfverifiziert · 92%
sudo dnf install llvm19

Fedora Rawhide package metadata · llvm19 · Quelle: dl.fedoraproject.org

openSUSE zypperverifiziert · 92%
sudo zypper install llvm19

openSUSE Tumbleweed package metadata · llvm19 · Quelle: download.opensuse.org

Alpine Linux apkverifiziert · 92%
sudo apk add llvm

Alpine Linux edge package indexes · llvm · Quelle: dl-cdn.alpinelinux.org

Nixverifiziert · 92%
nix profile install nixpkgs#llvm

nixpkgs package indexes · llvm · Quelle: raw.githubusercontent.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S llvm

Arch Linux sync databases · llvm · Quelle: geo.mirror.pkgbuild.com

Ubuntu aptverifiziert · 92%
sudo apt install llvm

Ubuntu 24.04 LTS package indexes · llvm · Quelle: archive.ubuntu.com

Windows

Chocolateyverifiziert · 92%
choco install llvm

Chocolatey community package catalog · llvm · Quelle: community.chocolatey.org

Scoopverifiziert · 92%
scoop install main/llvm

Scoop official bucket manifest trees · bucket/llvm.json · Quelle: api.github.com

Windows Package Managerverifiziert · 92%
winget install --id LLVM.LLVM -e

Windows Package Manager source index · LLVM.LLVM · Quelle: cdn.winget.microsoft.com

Überblick

Paketzusammenfassung

Next-gen compiler infrastructure

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

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

Sicherheitslage

Noch keine Protected-Tool-Abdeckung gefunden

Für llvm@19 wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.

Installationsverhalten

  • Homebrew deklariert einen Post-install-Hook für diese Formel.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Installiert mit 1 Laufzeitabhängigkeiten.
  • Build-Metadaten listen 3 Build-Abhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
clang-19cliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-10
Manager-Version19.1.7
Manager aktualisiert2026-06-25
lokale DatenOK
Upstreamnot checked
neueste erkannte Versionnicht erkannt

https://github.com/llvm/llvm-project

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:llvm@19
Version19.1.7
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/llvm@19
Homepagehttps://llvm.org/
Repositoryhttps://github.com/llvm/llvm-project
Upstream-Dokumentationhttps://llvm.org/docs
LizenzApache-2.0 WITH LLVM-exception
Quellarchivhttps://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.7/llvm-project-19.1.7.src.tar.xz
Zuletzt aktualisiert2026-06-25T13:37:49+02:00
Pulseupdated
Abhängigkeitenzstd
Build-Abhängigkeitencmake, ninja, python@3.14
Von macOS bereitgestellte Bibliothekenlibedit, libffi
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installdefiniert
Dienstkeiner deklariert
EinschränkungenCLANG_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.

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namellvm@19
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyyes
URL Keys
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

llvm-19 1:19.1.7-3+b1

Modular compiler and toolchain technologies

https://www.llvm.org/

sudo apt install llvm-19
  • Section: devel
  • Architecture: amd64
  • Source Package: llvm-toolchain-19
  • 11 Abhängigkeiten
  • 2 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Llvm 19
Debian stable package indexes · deb.debian.org · Debian stable package indexes: llvm-19 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
MacPorts95%

llvm-19

sudo port install llvm-19
  • normalized package name match
  • Abgeglichen nach: Llvm 19
MacPorts ports tree · api.github.com · MacPorts ports tree: lang/llvm-19/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Debian apt92%

clang-19 1:19.1.7-3+b1

C, C++ and Objective-C compiler

https://www.llvm.org/

sudo apt install clang-19
  • Section: devel
  • Architecture: amd64
  • Source Package: llvm-toolchain-19
  • 13 Abhängigkeiten
  • 4 stellt bereit
  • 5 optionale Abhängigkeiten
  • installed executable or alias match
  • Abgeglichen nach: Clang 19
Debian stable package indexes · deb.debian.org · Debian stable package indexes: clang-19 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
dnf92%

clang19 19.1.7-18.fc45

A C language family front-end for LLVM

http://llvm.org

sudo dnf install clang19
  • License: Apache-2.0 WITH LLVM-exception OR NCSA
  • Category: Unspecified
  • Architecture: i686
  • Source Package: llvm19
  • 9 Abhängigkeiten
  • 2 stellt bereit
  • package manager index match
  • Abgeglichen nach: Llvm19
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: clang19 from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf92%

clang19-analyzer 19.1.7-18.fc45

A source code analysis framework

http://llvm.org

sudo dnf install clang19-analyzer
  • License: Apache-2.0 WITH LLVM-exception OR NCSA OR MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: llvm19
  • 4 Abhängigkeiten
  • 1 stellt bereit
  • package manager index match
  • Abgeglichen nach: Llvm19
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: clang19-analyzer from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf92%

clang19-devel 19.1.7-18.fc45

Development header files for clang

http://llvm.org

sudo dnf install clang19-devel
  • License: Apache-2.0 WITH LLVM-exception OR NCSA
  • Category: Unspecified
  • Architecture: i686
  • Source Package: llvm19
  • 12 Abhängigkeiten
  • 2 stellt bereit
  • package manager index match
  • Abgeglichen nach: Llvm19
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: clang19-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf92%

clang19-libs 19.1.7-18.fc45

Runtime library for clang

http://llvm.org

sudo dnf install clang19-libs
  • License: Apache-2.0 WITH LLVM-exception OR NCSA
  • Category: Unspecified
  • Architecture: i686
  • Source Package: llvm19
  • 9 Abhängigkeiten
  • 3 stellt bereit
  • package manager index match
  • Abgeglichen nach: Llvm19
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: clang19-libs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf92%

clang19-resource-filesystem 19.1.7-18.fc45

Filesystem package that owns the clang resource directory

http://llvm.org

sudo dnf install clang19-resource-filesystem
  • License: Apache-2.0 WITH LLVM-exception OR NCSA
  • Category: Unspecified
  • Architecture: i686
  • Source Package: llvm19
  • 3 stellt bereit
  • package manager index match
  • Abgeglichen nach: Llvm19
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: clang19-resource-filesystem from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf92%

clang19-tools-extra 19.1.7-18.fc45

Extra tools for clang

http://llvm.org

sudo dnf install clang19-tools-extra
  • License: Apache-2.0 WITH LLVM-exception OR NCSA
  • Category: Unspecified
  • Architecture: i686
  • Source Package: llvm19
  • 13 Abhängigkeiten
  • 1 stellt bereit
  • package manager index match
  • Abgeglichen nach: Llvm19
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: clang19-tools-extra from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf92%

clang19-tools-extra-devel 19.1.7-18.fc45

Development header files for clang tools

http://llvm.org

sudo dnf install clang19-tools-extra-devel
  • License: Apache-2.0 WITH LLVM-exception OR NCSA
  • Category: Unspecified
  • Architecture: i686
  • Source Package: llvm19
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • package manager index match
  • Abgeglichen nach: Llvm19
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: clang19-tools-extra-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf92%

compiler-rt19 19.1.7-18.fc45

LLVM "compiler-rt" runtime libraries

http://llvm.org

sudo dnf install compiler-rt19
  • License: Apache-2.0 WITH LLVM-exception OR NCSA OR MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: llvm19
  • 7 Abhängigkeiten
  • 12 stellt bereit
  • package manager index match
  • Abgeglichen nach: Llvm19
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: compiler-rt19 from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf92%

git-clang-format19 19.1.7-18.fc45

Integration of clang-format for git

http://llvm.org

sudo dnf install git-clang-format19
  • License: Apache-2.0 WITH LLVM-exception OR NCSA
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: llvm19
  • 4 Abhängigkeiten
  • 1 stellt bereit
  • package manager index match
  • Abgeglichen nach: Llvm19
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: git-clang-format19 from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf92%

libomp19 19.1.7-18.fc45

OpenMP runtime for clang

http://openmp.llvm.org

sudo dnf install libomp19
  • License: Apache-2.0 WITH LLVM-exception OR NCSA
  • Category: Unspecified
  • Architecture: i686
  • Source Package: llvm19
  • 7 Abhängigkeiten
  • 5 stellt bereit
  • package manager index match
  • Abgeglichen nach: Llvm19
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: libomp19 from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf92%

libomp19-devel 19.1.7-18.fc45

OpenMP header files

http://openmp.llvm.org

sudo dnf install libomp19-devel
  • License: Apache-2.0 WITH LLVM-exception OR NCSA
  • Category: Unspecified
  • Architecture: i686
  • Source Package: llvm19
  • 2 Abhängigkeiten
  • 2 stellt bereit
  • package manager index match
  • Abgeglichen nach: Llvm19
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: libomp19-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf92%

lld19 19.1.7-18.fc45

The LLVM Linker

http://llvm.org

sudo dnf install lld19
  • License: Apache-2.0 WITH LLVM-exception OR NCSA
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: llvm19
  • 13 Abhängigkeiten
  • 2 stellt bereit
  • package manager index match
  • Abgeglichen nach: Llvm19
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: lld19 from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf92%

lld19-devel 19.1.7-18.fc45

Libraries and header files for LLD

http://llvm.org

sudo dnf install lld19-devel
  • License: Apache-2.0 WITH LLVM-exception OR NCSA
  • Category: Unspecified
  • Architecture: i686
  • Source Package: llvm19
  • 7 Abhängigkeiten
  • 2 stellt bereit
  • package manager index match
  • Abgeglichen nach: Llvm19
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: lld19-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Nucleus package database
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment