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

guix

Functional package manager for installed software packages and versions

GNU Guix is a functional package manager for the GNU system, and is also a distribution thereof. It includes a virtual machine image. Besides the usual package management features, it also supports transactional upgrades and roll-backs, per-user profiles, and much more. It is based on the Nix package manager.

Installation

Install the latest version of guix as follows:

guix install guix

Or install a particular version:

guix install guix@1.4.0-31.121e96d

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.

Badge code

You can use the following badge to inform users of guix about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/guix'><img src='https://packages.guix.gnu.org/packages/guix/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/guix/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/guix)

Example Org:

[[https://packages.guix.gnu.org/packages/guix][https://packages.guix.gnu.org/packages/guix/badges/latest-version.svg]]