GNU Guix and the GNU System

GNU Guix is a purely functional package manager for the GNU system, and a distribution thereof.

Dependable. In addition to standard package management features, Guix supports transactional upgrades and roll-backs, unprivileged package management, per-user profiles, and garbage collection. Read more...

Hackable. It provides Guile Scheme APIs, including high-level embedded domain-specific languages (EDSLs), to describe how packages are built and composed. Read more...

Liberating. A user-land free software distribution for GNU/Linux comes as part of Guix. Read more...

Guix is based on the Nix package manager.

News  Atom feed

Status

As of version 0.2, GNU Guix can be used on top of a running Linux-based system, on i686 and x86_64. Its salient package management features are implemented. The distribution provides 400+ packages, most of which are transparently available as pre-built binaries.

Work is in progress to build a stand-alone system. See the road map and get in touch with us!

Downloading Guix

Guix in its early development stages. It can be found on the GNU ftp server for alpha releases: http://alpha.gnu.org/gnu/guix/ (via HTTP) and ftp://alpha.gnu.org/gnu/guix/ (via FTP).

See the installation instructions from the manual.

Documentation

Mailing lists

bug-Guix (archive) is used to discuss Guix, including development and enhancement requests, as well as bug reports.

Recent threads

Commit notifications

Guix-commits receives notifications of commits to the version control repository.

Announcements about Guix and most other GNU software are made on info-gnu (archive).

Security reports that should not be made immediately public can be sent directly to the maintainer. If there is no response to an urgent issue, you can escalate to the general security mailing list for advice.

Getting involved

Guix is developed using the Git version control system.

Anonymous checkout: git clone git://git.savannah.gnu.org/guix.git

You can also browse the Git repository with your web browser: http://git.savannah.gnu.org/cgit/guix.git

Commit notifications can be received on the Guix-commits mailing list.

Guix is implemented in Scheme, using GNU Guile. You do not need to be a Guile or Scheme expert to use Guix or to contribute packages to the distribution. Nonetheless, if you want to dive further into Guix, you will find it useful to browse Guile's manual or other introductory material about Scheme.

Development of Guix, and GNU in general, is a volunteer effort, and you can contribute. For information, please read How to help GNU. If you'd like to get involved, it's a good idea to join the bug-guix mailing list (see above).

Maintainer

Guix is currently being maintained by Ludovic Courtès. Please use the mailing lists for contact.

Licensing

Guix is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

The Free Software Foundation is the principal organizational sponsor of the GNU Operating System. Our mission is to preserve, protect and promote the freedom to use, study, copy, modify, and redistribute computer software, and to defend the rights of Free Software users. Support GNU and the FSF by buying manuals and gear, joining the FSF as an associate member or by making a donation, either directly to the FSF or via Flattr.

back to top