macOS
brew install llvm@15local Homebrew formula metadata
sudo port install llvm-15MacPorts ports tree · lang/llvm-15/Portfile · source: api.github.com
brew
Next-gen compiler infrastructure. Version 15.0.7 via Homebrew; verified 2026-07-03.
install
brew install llvm@15local Homebrew formula metadata
sudo port install llvm-15MacPorts ports tree · lang/llvm-15/Portfile · source: api.github.com
sudo apt install llvm-15Ubuntu 24.04 LTS package indexes · llvm-15 · source: archive.ubuntu.com
sudo apk add llvm15Alpine Linux edge package indexes · llvm15 · source: dl-cdn.alpinelinux.org
sudo dnf install llvm15Fedora Rawhide package metadata · llvm15 · source: dl.fedoraproject.org
sudo zypper install clang15openSUSE Tumbleweed package metadata · clang15 · source: download.opensuse.org
sudo apt install llvmDebian stable package indexes · llvm · source: deb.debian.org
nix profile install nixpkgs#llvmnixpkgs package indexes · llvm · source: raw.githubusercontent.com
sudo pacman -S llvmArch Linux sync databases · llvm · source: geo.mirror.pkgbuild.com
choco install llvmChocolatey community package catalog · llvm · source: community.chocolatey.org
scoop install main/llvmScoop official bucket manifest trees · bucket/llvm.json · source: api.github.com
winget install --id LLVM.LLVM -eWindows Package Manager source index · LLVM.LLVM · source: cdn.winget.microsoft.com
overview
Next-gen compiler infrastructure
history
llvm@15 is Homebrew's versioned formula for the LLVM 15 release line. It packages a stable 15.x generation of the LLVM compiler infrastructure for users and downstream builds that cannot simply follow the current llvm formula.
LLVM 15 continued the LLVM project's evolution from reusable optimizer and code-generation libraries into a broad compiler-toolchain platform. Like other major LLVM releases, it shipped coordinated updates across LLVM core, Clang, LLDB, LLD, libc++, compiler-rt, MLIR, and related developer tools.
A defining migration point for LLVM 15 was opaque pointers. The official opaque-pointer documentation states that LLVM 15 enabled opaque pointers by default while typed pointers were still supported, making this release a compatibility hinge between older typed-pointer IR users and the LLVM 17 world where typed pointers were no longer supported.
The formula's versioned shape reflects how package ecosystems adopt LLVM: compiler stacks move quickly, but language runtimes, static analyzers, code generators, and editor tools often need one major line pinned until their LLVM API usage catches up. llvm@15 offered that stable target after the 15.0.0 release.
The input metadata shows llvm@15 packaged under names such as llvm15, llvm-15, clangd, clang15, and Homebrew llvm@15 across Linux, macOS, Windows-oriented, and Nix-style ecosystems. That spread is typical for LLVM major releases because both command-line users and build dependencies need predictable versioned tools.
Users install llvm@15 to get clang-15, LLVM 15 libraries and headers, LLVM binary utilities, LLDB/LLD tools where packaged, and helper tools such as clang-tidy, clang-format, clangd, llvm-config, opt, llc, and FileCheck.
It is most useful when a build explicitly requires LLVM 15 or when maintainers need to test code against the opaque-pointer default before moving to later LLVM releases.
llvm@15 is significant because it packaged one of LLVM's biggest IR model transitions as a selectable toolchain rather than forcing every downstream package to migrate at once. That is exactly why package managers keep versioned compiler stacks around.
For maintainers, llvm@15 often marks the point where old typed-pointer assumptions become visible in build logs and tests, while still leaving escape hatches unavailable in later releases.
security posture
No matching local secret-handling manifest was found for llvm@15. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
clang-15 | cli | global executable | |
clang-pseudo | cli | global executable | |
llvm-remark-size-diff | cli | global executable |
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.
https://github.com/llvm/llvm-project
install metadata
| Package key | brew:llvm@15 |
|---|---|
| Version | 15.0.7 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/llvm@15 |
| Homepage | https://llvm.org/ |
| Repository | https://github.com/llvm/llvm-project |
| Upstream docs | https://llvm.org/docs |
| License | Apache-2.0 WITH LLVM-exception |
| Source archive | https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.7/llvm-project-15.0.7.src.tar.xz |
| Last updated | 2026-07-03T15:55:22-04:00 |
| Pulse | updated |
| Dependencies | zstd |
| Build dependencies | cmake, python@3.12 |
| Uses from macOS | libedit, libffi, ncurses |
| Bottle | available (on arm64_linux, arm64_monterey, arm64_sonoma, arm64_ventura, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
| Caveats | To use the bundled libc++ please add the following LDFLAGS: LDFLAGS="-L$HOMEBREW_PREFIX/opt/llvm@15/lib/c++ -Wl,-rpath,$HOMEBREW_PREFIX/opt/llvm@15/lib/c++" |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | llvm@15 |
| Version Scheme | 0 |
| Revision | 0 |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | yes |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
llvm-15 1:15.0.7-14build3
Modular compiler and toolchain technologies
sudo apt install llvm-15llvm-15
sudo port install llvm-15clang-15 1:15.0.7-14build3
C, C++ and Objective-C compiler
sudo apt install clang-15llvm15 15.0.7-r20
Low Level Virtual Machine compiler system, version 15
sudo apk add llvm15llvm15-dev 15.0.7-r20
Low Level Virtual Machine compiler system, version 15 (development files)
sudo apk add llvm15-devllvm15-libs 15.0.7-r20
LLVM 15 runtime library
sudo apk add llvm15-libsllvm15-static 15.0.7-r20
LLVM 15 static libraries
sudo apk add llvm15-staticllvm15-test-utils 15.0.7-r20
LLVM 15 utilities for executing LLVM and Clang style test suites
sudo apk add llvm15-test-utilsllvm15 15.0.7-15.fc44
The Low Level Virtual Machine
sudo dnf install llvm15llvm15-devel 15.0.7-15.fc44
Libraries and header files for LLVM
sudo dnf install llvm15-develllvm15-doc 15.0.7-15.fc44
Documentation for LLVM
sudo dnf install llvm15-docllvm15-libs 15.0.7-15.fc44
LLVM shared libraries
sudo dnf install llvm15-libsllvm15-static 15.0.7-15.fc44
LLVM static libraries
sudo dnf install llvm15-staticclang15 15.0.7-17.1
CLANG frontend for LLVM
sudo zypper install clang15clang15-devel 15.0.7-17.1
CLANG frontend for LLVM (devel package)
sudo zypper install clang15-develclang15-doc 15.0.7-17.1
Documentation for Clang
sudo zypper install clang15-docsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.