GNU Guix System

From Wikipedia, the free encyclopedia
(Redirected from Guix System Distribution)

Guix System
Guix System running Xfce, GNU IceCat and GNU Emacs
DeveloperGNU Project[1][2]
OS familyLinux (Unix-like)
Working stateCurrent[3]
Source modelFree software, FSDG
Latest release1.4.0[4] Edit this on Wikidata / 19 December 2022; 15 months ago (19 December 2022)
Marketing targetDesktop
Package managerGNU Guix
Platformsx86_64, i686, aarch64, armv7, powerpc64le
Kernel typeMonolithic: Linux-libre (operational) Microkernel: GNU Hurd (under development)
UserlandGNU
LicenseGPL
Official websiteguix.gnu.org

GNU Guix System or Guix System[5][6] (previously known as GuixSD[7]) is a rolling release, free and open source Linux distribution built around the GNU Guix package manager.[8][9] It enables a declarative operating system configuration[10] and allows system upgrades which the user can rollback.[11] It uses the GNU Shepherd init system[12][13] and the Linux-libre kernel, with support of the GNU Hurd kernel under development.[14] On February 3, 2015, the Free Software Foundation added the distribution to its list of endorsed free Linux distributions.[15] The Guix package manager and the Guix System drew inspiration from and were based on the Nix package manager and NixOS respectively.[16]

Architecture support[edit]

The following CPU architectures are supported:[17]

Features[edit]

System services[edit]

System services, which are defined in Guile Scheme,[20] enable the user to declaratively compose the configuration of daemons and background services and specify configurations. This enables the user, within a single configuration file or modularized configuration, to configure the whole operating system (e.g., to have a Tor proxy, a ssh server, and a webserver serving guix-web via nginx on a specific port at bootup). They can:[21]

  • generate files in the filesystem (needed by some applications e.g. files in /etc)
  • run any code for setting up daemons
  • create specific user and group accounts (e.g. a database user for PostgreSQL)

GNU Shepherd init system[edit]

The Guix System uses the GNU Daemon Shepherd, formerly known as "dmd" ("Daemon managing Daemons"), as its init system, which is developed in tandem with Guix and is written and configurable in Guile.[22] It supplies user-space functionality asynchronously as services, which under Shepherd are generic functions and object data types which it uses to extend the base operating system in a defined way. In contrast to systemd, a userspace shepherd process runs as the user. Central to the Shepherd model of user space initialization is the concept of the extension, a form of composability whereby services are designed to be layered onto other services, augmenting them with more elaborate or specialised behaviours as desired.[23] This expresses the instantiation-based dependency relationships found in many modern init systems,[24] making the system modular, but also allows services to interact variadically with other services in arbitrary ways, e.g. a service which extends two other services, requiring only one to be present, but readily extending the second one if it is later instantiated without the need for any further reconfiguration or setup.

Shepherd also provides virtual services which allow dynamic dispatch over a class of related service objects, such as all those which instantiate a mail transfer agent (MTA) for the system.[25] A system governed via the Shepherd daemon can represent its user space as a directed acyclic graph, with the "system-service," which is responsible for early phases of boot and init, as its root, and all subsequently initialized services as extensions to system-service functionality, either directly or transitively over other services.[23][26]

It is intended to be highly programmable by the system administrator using Guile, but it can also be used to manage per-user profiles of unprivileged daemons and services.[27] Its services and configuration are stored uniformly as object-oriented Scheme code, and while a core set of services are provided with the basic Guix System,[28] arbitrary new services can be flexibly declared, and through Guile's object system, GOOPS, existing services can be redefined at the user's discretion by asking the Shepherd to dynamically rewrite services in specified ways on instantiation.[29][30]

GNU Shepherd was originally designed to work with GNU Hurd, and was later adopted by Guix System.[31]

Parameterized Packages[edit]

With Guix's model of building every package from source, Guix is able to take advantage of this and include compile-time options for almost all of its packages. Parameterized packages represent an innovative package transformation approach that extends its capability to finely adjust compile-time settings. This includes tasks like eliminating redundant dependencies or configuring a package to support only specific locales. The applications of this advancement are diverse, spanning from high-performance computing to embedded systems. Additionally, it has the potential to address some of Linux's challenges, such as oversized binary files and complex dependency structures. In the case of substitutes, it is still unknown how the combination of parameters will be treated, however it is suggested that important combinations should be included in the repository. If you are familiar with Gentoo Linux, this should remind you of their USE flags. This is all still being worked on, and as such is yet to be seen in an official Guix release. [32]

Release and stability[edit]

To date, the Guix System is dependent on unstable git repository development[33] shared with Guix but enables users or organizations to set up stable release channels themselves via the channel-feature.[34]

Updates[edit]

Packages in Guix are generally very up-to-date[according to whom?] thanks to the lack of a package maintainer bottlenecks. Anyone can contribute an update subject to community approval and the process is assisted by tools such as guix refresh.[35]

Changes to the git repository are peer-reviewed by community members and committed by one of the 45 people with commit access.[36] In practice these builds sometimes[how often?] cause system breakages for users because of a typo or similar error, but these are often solved within minutes. The way Guix pull operates means users retain a working system in the meantime.[citation needed]

Roll-back[edit]

If a system update leaves users with a broken system, users can easily roll back individual packages as well as the whole system state with a simple command:
guix package --roll-back[37]
This means that the kind of stable channel that is very common in other Linux distributions is no longer needed for users who are willing to report a bug and wait a few minutes, when trying to update via guix pull. This is accomplished by a combination of Guix's functional package manager, which treats each package and system configuration as an immutable and reproducible entity,[38] and the generation system which maintains a history of system configurations as "generations." These generations are stored as separate profiles, which allow you to roll back to any previous configuration,[39] and you can see these generations with
guix package --list-generations.

Reception[edit]

Jesse Smith from DistroWatch Weekly reviewed GNU Guix System 0.15.0 (at the time named GuixSD), and said, "GuixSD has a package manager that I like", but criticized the limited hardware support and its limited documentation.[40] The documentation has since then been expanded and improved with videos[41] and a cookbook[42] in six languages with tutorials, how-to guides and examples.

See also[edit]

References[edit]

  1. ^ "About — GuixSD". gnu.org. Archived from the original on April 12, 2017. Retrieved March 16, 2017.
  2. ^ "GNU/Linux FAQ - GNU Project - Free Software Foundation". Free Software Foundation. Archived from the original on September 7, 2013. Retrieved May 14, 2017.
  3. ^ "Download — GNU Guix". Archived from the original on August 1, 2020. Retrieved November 3, 2019.
  4. ^ Ludovic Courtès (December 19, 2022). "GNU Guix 1.4.0 released (English)". Retrieved December 30, 2022.
  5. ^ "About — GNU Guix". guix.gnu.org. Retrieved December 11, 2021.
  6. ^ "Free GNU/Linux distributions".
  7. ^ "What to call Guix?" (Mailing list). gnu-system-discuss. January 15, 2015. Archived from the original on August 7, 2020. Retrieved August 3, 2020.
  8. ^ "List of Free GNU/Linux Distributions". Archived from the original on July 6, 2020. Retrieved February 3, 2015.
  9. ^ "Guix: A New Package Manager & GNU Distribution". Phoronix. Archived from the original on February 2, 2015. Retrieved February 3, 2015.
  10. ^ "Using the Configuration System". gnu.org. Archived from the original on April 29, 2019. Retrieved April 27, 2019.
  11. ^ "Package Management". gnu.org. Archived from the original on May 21, 2019. Retrieved April 27, 2019.
  12. ^ "Programming Interface (GNU Guix Reference Manual)". guix.gnu.org. Archived from the original on August 7, 2020. Retrieved August 3, 2020.
  13. ^ "Guix: A New Package Manager & GNU Distribution - Phoronix". www.phoronix.com. Archived from the original on July 6, 2018. Retrieved August 3, 2020.
  14. ^ "GNU Guix & GuixSD 0.12.0 released" (Mailing list). guix-devel. December 21, 2016. Archived from the original on August 1, 2020. Retrieved August 3, 2020.
  15. ^ "FSF adds Guix System Distribution to list of endorsed distributions". Free Software Foundation. February 3, 2015. Archived from the original on February 3, 2015. Retrieved February 3, 2015.
  16. ^ "GNU Guix Reference Manual - Acknowledgments".
  17. ^ "Download". gnu.org. Archived from the original on October 6, 2021. Retrieved January 12, 2024.
  18. ^ Mathieu Othacehe. "Porting GuixSD to ARMv7". Archived from the original on December 25, 2017. Retrieved February 17, 2018.
  19. ^ Marusich, Chris; Le Bouter, Léo (April 12, 2021). "New Supported Platform: powerpc64le-linux". Archived from the original on May 16, 2021. Retrieved October 6, 2021.
  20. ^ "guix.git". git.savannah.gnu.org. Archived from the original on May 11, 2019. Retrieved May 11, 2019.
  21. ^ Wurmus, Ricardo. "Re: Help with preparing to move from Arch Linux to Guix" (Mailing list). Archived from the original on August 1, 2020. Retrieved May 11, 2019.
  22. ^ "guix-devel mailing lists". Archived from the original on September 19, 2019. Retrieved November 5, 2016.
  23. ^ a b "GNU Guix Reference Manual: Service Composition". GNU Project. Archived from the original on January 1, 2019. Retrieved November 5, 2016.
  24. ^ "systemd: Unit Dependencies and Order". Fedora Magazine. November 25, 2015. Archived from the original on August 1, 2020. Retrieved November 5, 2016.
  25. ^ "The GNU Shepherd Manual: Jump Start". GNU Project. Archived from the original on August 1, 2020. Retrieved November 5, 2016.
  26. ^ "GNU Guix Reference Manual: Shepherd Services". GNU Project. Archived from the original on January 1, 2019. Retrieved November 5, 2016.
  27. ^ "The GNU Shepherd Manual". GNU Project. Archived from the original on August 1, 2020. Retrieved November 5, 2016.
  28. ^ "GNU Guix Reference Manual: Services". GNU Project. Archived from the original on December 25, 2018. Retrieved November 5, 2016.
  29. ^ "GNU Guix Reference Manual: Service Types and Services". GNU Project. Archived from the original on January 5, 2019. Retrieved November 5, 2016.
  30. ^ "GNU Guix Reference Manual: Using the Configuration System". GNU Project. Archived from the original on April 29, 2019. Retrieved November 5, 2016.
  31. ^ "GNU Shepherd". GNU project. Archived from the original on February 12, 2016. Retrieved February 12, 2016.
  32. ^ Shah, Sarthak. "Parameterized Packages for GNU Guix". guix.gnu.org.
  33. ^ "Re: We need an RFC procedure" (Mailing list). Archived from the original on August 1, 2020. Retrieved April 27, 2019.
  34. ^ "Channels". gnu.org. Archived from the original on May 7, 2019. Retrieved April 27, 2019.
  35. ^ "Invoking guix refresh". gnu.org. Archived from the original on December 26, 2018. Retrieved May 16, 2019.
  36. ^ "GNU Guix - Summary: Project Memberlist". gnu.org. Archived from the original on August 1, 2020. Retrieved April 27, 2019.
  37. ^ "Invoking guix system". gnu.org. Archived from the original on May 26, 2019. Retrieved April 27, 2019.
  38. ^ Courtès, Ludovic (2013). "Functional Package Management with Guix". p. 2. arXiv:1305.4584 [cs.PL].
  39. ^ "Multi-dimensional transactions and rollbacks, oh my!". guix.gnu.org.
  40. ^ Smith, Jesse. "Guix System Distribution 0.15.0 and ReactOS 0.4.9". distrowatch.com (778). Archived from the original on July 30, 2019. Retrieved August 30, 2018.
  41. ^ "Videos". Archived from the original on August 1, 2020. Retrieved March 3, 2020.
  42. ^ "Cookbook". Archived from the original on August 1, 2020. Retrieved March 3, 2020.
  43. ^ "About — GuixSD". www.gnu.org. Archived from the original on December 27, 2015. Retrieved May 3, 2018.
  44. ^ "NixBSD: This Project Mixes FreeBSD and NixOS in One!". It's FOSS News. March 5, 2024. Retrieved March 28, 2024.
  45. ^ nixos-bsd/nixbsd, NixBSD, March 28, 2024, retrieved March 28, 2024

External links[edit]