Automic VaultAutomic Vault

brew

Install llvm@19 with Homebrew, apt, MacPorts, dnf, zypper, apk, chocolatey, Nix, pacman, scoop, winget

Next-gen compiler infrastructure. Version 19.1.7 via Homebrew; verified 2026-06-25.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install llvm@19

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install llvm-19

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

Linux

Debian aptverified · 92%
sudo apt install llvm-19

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

Fedora dnfverified · 92%
sudo dnf install clang19

Fedora Rawhide package metadata · clang19 · source: dl.fedoraproject.org

openSUSE zypperverified · 92%
sudo zypper install clang19

openSUSE Tumbleweed package metadata · clang19 · source: download.opensuse.org

Alpine Linux apkverified · 92%
sudo apk add llvm

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

Nixverified · 92%
nix profile install nixpkgs#llvm

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

Arch Linux pacmanverified · 92%
sudo pacman -S llvm

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

Ubuntu aptverified · 92%
sudo apt install llvm

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

overview

Package summary

Next-gen compiler infrastructure

Commands and aliases

  • clang-19

history

Project history and usage

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.

Project history

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.

Adoption history

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.

How it is used

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.

Why package nerds care

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.

Timeline

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

security posture

No protected-tool coverage found yet

No matching local secret-handling manifest was found for llvm@19. Nucleus package metadata is still published here so future coverage has a stable package URL.

Install behavior

  • Homebrew declares a post-install hook for this formula.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 1 runtime dependencies.
  • Build metadata lists 3 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
clang-19cliglobal executable

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-07-08
manager version19.1.7
manager updated2026-06-25
local dataok
upstreamnot checked
latest detectednot detected

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

install metadata

Package metadata

Package keybrew:llvm@19
Version19.1.7
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/llvm@19
Homepagehttps://llvm.org/
Repositoryhttps://github.com/llvm/llvm-project
Upstream docshttps://llvm.org/docs
LicenseApache-2.0 WITH LLVM-exception
Source archivehttps://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.7/llvm-project-19.1.7.src.tar.xz
Last updated2026-06-25T13:37:49+02:00
Pulseupdated
Dependencieszstd
Build dependenciescmake, ninja, python@3.14
Uses from macOSlibedit, libffi
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installdefined
Servicenone declared
CaveatsCLANG_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 facts

Source database details

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

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

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 dependencies
  • 2 optional deps
  • normalized package name match
  • Matched by: 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
  • Matched by: 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 dependencies
  • 4 provides
  • 5 optional deps
  • installed executable or alias match
  • Matched by: 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 dependencies
  • 2 provides
  • package manager index match
  • Matched by: 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 dependencies
  • 1 provides
  • package manager index match
  • Matched by: 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 dependencies
  • 2 provides
  • package manager index match
  • Matched by: 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 dependencies
  • 3 provides
  • package manager index match
  • Matched by: 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 provides
  • package manager index match
  • Matched by: 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 dependencies
  • 1 provides
  • package manager index match
  • Matched by: 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 dependencies
  • 1 provides
  • package manager index match
  • Matched by: 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 dependencies
  • 12 provides
  • package manager index match
  • Matched by: 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 dependencies
  • 1 provides
  • package manager index match
  • Matched by: 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 dependencies
  • 5 provides
  • package manager index match
  • Matched by: 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 dependencies
  • 2 provides
  • package manager index match
  • Matched by: 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 dependencies
  • 2 provides
  • package manager index match
  • Matched by: 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 dependencies
  • 2 provides
  • package manager index match
  • Matched by: 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

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • 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