# mesa を Homebrew, apk, MacPorts, Nix, pacman, apt, dnf, zypper でインストール

mesa のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:mesa
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install mesa
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install mesa
```

  証拠: MacPorts ports tree: x11/mesa/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add mesa
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#mesa
```

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

- pacman (92%):

```sh
sudo pacman -S mesa
```

  証拠: Arch Linux sync databases: mesa from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- Debian apt (92%):

```sh
sudo apt install libd3dadapter9-mesa
```

  証拠: Debian stable package indexes: libd3dadapter9-mesa from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install mesa-dri-drivers
```

  証拠: Fedora Rawhide package metadata: mesa-dri-drivers from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- zypper (92%):

```sh
sudo zypper install Mesa
```

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

## パッケージ情報

- **パッケージキー:** brew:mesa
- **パッケージマネージャ:** Homebrew
- **バージョン:** 26.1.4
- **ソース概要:** Graphics Library
- **ホームページ:** <https://www.mesa3d.org/>
- **最終更新:** 2026-07-03T08:48:36Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- aubinator (エイリアス)
- aubinator_error_decode (エイリアス)
- brw_asm (エイリアス)
- brw_disasm (エイリアス)
- computerator (エイリアス)
- elk_asm (エイリアス)
- elk_disasm (エイリアス)
- glsl_compiler (エイリアス)
- intel_dev_info (エイリアス)
- intel_dump_gpu (エイリアス)
- intel_error2aub (エイリアス)
- intel_error2hangdump (エイリアス)
- intel_hang_replay (エイリアス)
- intel_measure.py (エイリアス)
- intel_monitor (エイリアス)
- intel_sanitize_gpu (エイリアス)
- intel_stub_gpu (エイリアス)
- lima_disasm (エイリアス)
- mda (エイリアス)
- mesa-overlay-control.py (エイリアス)
- mesa-screenshot-control.py (エイリアス)
- nv_push_dump (エイリアス)
- panfrost_texfeatures (エイリアス)
- panfrostdump (エイリアス)
- qrisc-asm (エイリアス)
- qrisc-disasm (エイリアス)
- spirv2nir (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 26.1.4
## プロジェクトの歴史と使われ方

Mesa is one of the foundational open-source graphics libraries in Unix and Linux graphics stacks. Brian Paul began the project in August 1993 as a spare-time implementation of a simple 3D graphics library using the then-new OpenGL API, inspired partly by VOGL. After negotiating with SGI over distribution of an OpenGL-like library, Mesa 1.0 was released on the internet in February 1995. The project history notes that Mesa soon received patches, features, and daily user feedback, and that it helped many users encounter OpenGL on systems where vendor OpenGL support was limited.

### プロジェクトの歴史

Mesa's technical milestones track the rise of open graphics acceleration. Mesa 2.0 implemented OpenGL 1.1 in 1996; Mesa 2.2 added support for 3dfx Voodoo through Glide in 1997; Mesa 3.0 was the first public implementation of the OpenGL 1.2 API in 1998. In 1999 Mesa became a key component of Direct Rendering Infrastructure work for XFree86, with drivers following for 3dfx, 3dLabs, Intel, Matrox, and ATI hardware. Tungsten Graphics, cofounded by Paul and other graphics developers in 2001 and later acquired by VMware, became another major chapter in Mesa's development. Gallium, developed by Keith Whitwell and other Tungsten Graphics employees, introduced a GPU abstraction layer that shaped later Mesa drivers.

### 採用の歴史

The modern package is not merely a developer library; it is part of the operating-system graphics substrate. Mesa implements APIs including OpenGL, OpenGL ES, Vulkan, EGL, OpenCL, and VA-API, and provides hardware, layered, virtual-GPU, and software drivers. Its documented driver set includes Intel, AMD Radeon, NVIDIA NVK/Nouveau-related support, Qualcomm Adreno/Freedreno, Broadcom VC4/V3D, ARM Mali drivers, Vivante, VMware SVGA3D, VirGL, Zink, LLVMpipe, and Softpipe.

### 使われ方

In Homebrew and other package managers, Mesa fills the graphics-runtime and development-library niche: applications, toolkits, games, emulators, CI environments, and headless renderers depend on it for standardized graphics APIs without bundling vendor-specific stacks. Its history explains why the package is both a library and an infrastructure project, maintained through freedesktop.org with an upstream GitLab workflow and broad hardware-driver participation.

### ソース

- <https://docs.mesa3d.org/history.html>
- <https://docs.mesa3d.org/repository.html>
- <https://docs.mesa3d.org/systems.html>
- <https://formulae.brew.sh/formula/mesa>
- <https://www.mesa3d.org/>


## セキュリティノート

generalized runtime or code generation signal.

- **Geiger リスク:** yellow / 中
- generalized runtime or code generation signal

## 他のパッケージマネージャ記録

- Debian apt - libd3dadapter9-mesa - 25.0.7-2+deb13u1: normalized package name match | Debian stable package indexes: libd3dadapter9-mesa from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | state-tracker for Direct3D9 | https://mesa3d.org/
- Debian apt - libd3dadapter9-mesa-dev - 25.0.7-2+deb13u1: normalized package name match | Debian stable package indexes: libd3dadapter9-mesa-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | state-tracker for Direct3D9 -- development files | https://mesa3d.org/
- Debian apt - libegl-mesa0 - 25.0.7-2+deb13u1: normalized package name match | Debian stable package indexes: libegl-mesa0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | free implementation of the EGL API -- Mesa vendor library | https://mesa3d.org/
- Debian apt - libegl1-mesa-dev - 25.0.7-2+deb13u1: normalized package name match | Debian stable package indexes: libegl1-mesa-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | free implementation of the EGL API -- development files | https://mesa3d.org/
- Debian apt - libgbm-dev - 25.0.7-2+deb13u1: normalized package name match | Debian stable package indexes: libgbm-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | generic buffer management API -- development files | https://mesa3d.org/
- Debian apt - libgbm1 - 25.0.7-2+deb13u1: normalized package name match | Debian stable package indexes: libgbm1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | generic buffer management API -- runtime | https://mesa3d.org/
- Debian apt - libgl1-mesa-dev - 25.0.7-2+deb13u1: normalized package name match | Debian stable package indexes: libgl1-mesa-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | transitional dummy package | https://mesa3d.org/
- Debian apt - libgl1-mesa-dri - 25.0.7-2+deb13u1: normalized package name match | Debian stable package indexes: libgl1-mesa-dri from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | free implementation of the OpenGL API -- DRI modules | https://mesa3d.org/
- Debian apt - libgles2-mesa-dev - 25.0.7-2+deb13u1: normalized package name match | Debian stable package indexes: libgles2-mesa-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | transitional dummy package | https://mesa3d.org/
- Debian apt - libglx-mesa0 - 25.0.7-2+deb13u1: normalized package name match | Debian stable package indexes: libglx-mesa0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | free implementation of the OpenGL API -- GLX vendor library | https://mesa3d.org/
- Debian apt - libosmesa6 - 25.0.7-2+deb13u1: normalized package name match | Debian stable package indexes: libosmesa6 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Mesa Off-screen rendering extension | https://mesa3d.org/
- Debian apt - libosmesa6-dev - 25.0.7-2+deb13u1: normalized package name match | Debian stable package indexes: libosmesa6-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Mesa Off-screen rendering extension -- development files | https://mesa3d.org/
- Debian apt - libxatracker-dev - 25.0.7-2+deb13u1: normalized package name match | Debian stable package indexes: libxatracker-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | X acceleration library -- development files | https://mesa3d.org/
- Debian apt - libxatracker2 - 25.0.7-2+deb13u1: normalized package name match | Debian stable package indexes: libxatracker2 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | X acceleration library -- runtime | https://mesa3d.org/
- Debian apt - mesa-common-dev - 25.0.7-2+deb13u1: normalized package name match | Debian stable package indexes: mesa-common-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Developer documentation for Mesa | https://mesa3d.org/
- Debian apt - mesa-drm-shim - 25.0.7-2+deb13u1: normalized package name match | Debian stable package indexes: mesa-drm-shim from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | DRM shim libraries | https://mesa3d.org/


## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
