This package browser is in early development. Mind the rough edges.

mesa 25.1.3

OpenGL and Vulkan implementations

Mesa is a free implementation of the OpenGL and Vulkan specifications - systems for rendering interactive 3D graphics. A variety of device drivers allows Mesa to be used in many different environments ranging from software emulation to complete hardware acceleration for modern GPUs.

Installation

Install mesa 25.1.3 as follows:

guix install mesa@25.1.3

Or install the latest version:

guix install mesa

The mesa package provides more outputs besides the default (out). You can install them by appending :output-name to the package specification. For example:

guix install mesa:bin

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.