Difference between revisions of "Guix"

From Free Software Directory
Jump to: navigation, search
m (note about Emacs)
(updated guix version number)
(9 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
|Name=GNU Guix
 
|Name=GNU Guix
 
|Short description=GNU Package Manager
 
|Short description=GNU Package Manager
|Full description='''GNU Guix is a purely functional package manager for the GNU system, and a distribution thereof.'''
+
|Full description='''GNU Guix is a purely functional package manager for the GNU system.'''
  
Guix is based on the [[Nix]] package manager.
+
It supports transactional upgrades and roll-backs, unprivileged package management, per-user profiles, and garbage collection. It builds up on the low-level build and deployment layer of the [[Nix]] package manager. Guix uses [[Guile]] as its programming interface.
|Homepage URL=https://gnu.org/software/guix
+
|Homepage URL=https://www.gnu.org/software/guix/
 
|User level=intermediate
 
|User level=intermediate
|VCS checkout command=git clone git://git.savannah.gnu.org/guix.git
+
|Is High Priority Project=No
 +
|VCS checkout command=git clone git://git.sv.gnu.org/guix.git
 
|Computer languages=Scheme
 
|Computer languages=Scheme
 
|Documentation note=GNU Guix comes with a visual user interface for [[GNU Emacs]], known as '''guix.el'''. It can be used for routine package management tasks, pretty much like the guix package command (see [https://www.gnu.org/software/guix/manual/html_node/Invoking-guix-package.html#Invoking-guix-package Invoking guix package]). Specifically, “guix.el” makes it easy to:
 
|Documentation note=GNU Guix comes with a visual user interface for [[GNU Emacs]], known as '''guix.el'''. It can be used for routine package management tasks, pretty much like the guix package command (see [https://www.gnu.org/software/guix/manual/html_node/Invoking-guix-package.html#Invoking-guix-package Invoking guix package]). Specifically, “guix.el” makes it easy to:
Line 14: Line 15:
 
* search, install, upgrade and remove packages;
 
* search, install, upgrade and remove packages;
 
* display packages from previous generations;
 
* display packages from previous generations;
* do some other useful things.  
+
* do some other useful things.
 +
|Decommissioned/Obsolete=No
 +
|Donate=https://www.gnu.org/software/guix/donate/
 +
|Accepts cryptocurrency donations=No
 
|IRC general=irc://chat.freenode.net/guix
 
|IRC general=irc://chat.freenode.net/guix
|Related projects=Nix, Guile
+
|Related projects=apt,nix,pkgsrc,portage
 
|Keywords=package, distribution, guile
 
|Keywords=package, distribution, guile
|Version identifier=0.8
+
|Version identifier=0.14.0
|Version date=2014/11/17
+
|Version date=2017/12/06
|Version status=alpha
+
|Version status=stable
|Version download=ftp://alpha.gnu.org/gnu/guix/guix-0.8.tar.gz
+
|Version download=http://alpha.gnu.org/gnu/guix/guix-0.14.0.tar.gz
|Last review by=Genium
+
|Test entry=No
|Last review date=2014/11/18
+
|Last review by=sudoman
|Submitted by=Hellekin
+
|Last review date=2018/05/17
 +
|Submitted by=David Hedlund
 
|Submitted date=2013/09/13
 
|Submitted date=2013/09/13
|Status=
 
 
|Is GNU=Yes
 
|Is GNU=Yes
 
|GNU package identifier=guix
 
|GNU package identifier=guix
Line 39: Line 43:
 
|Role=Lead Developer, Maintainer
 
|Role=Lead Developer, Maintainer
 
|Email=ludo@gnu.org
 
|Email=ludo@gnu.org
|Resource URL=
 
 
}}
 
}}
 
{{Person
 
{{Person
Line 45: Line 48:
 
|Role=Contributor
 
|Role=Contributor
 
|Email=andreas@enge.fr
 
|Email=andreas@enge.fr
|Resource URL=
 
 
}}
 
}}
 
{{Person
 
{{Person
Line 51: Line 53:
 
|Role=Contributor
 
|Role=Contributor
 
|Email=nikita@karetnikov.org
 
|Email=nikita@karetnikov.org
|Resource URL=
 
 
}}
 
}}
 
{{Person
 
{{Person
Line 57: Line 58:
 
|Role=Contributor
 
|Role=Contributor
 
|Email=tipecaml@gmail.com
 
|Email=tipecaml@gmail.com
|Resource URL=
 
 
}}
 
}}
 
{{Person
 
{{Person
Line 63: Line 63:
 
|Role=Contributor
 
|Role=Contributor
 
|Email=mhw@netris.org
 
|Email=mhw@netris.org
|Resource URL=
 
 
}}
 
}}
 
{{Person
 
{{Person
Line 69: Line 68:
 
|Role=Contributor
 
|Role=Contributor
 
|Email=davet@gnu.org
 
|Email=davet@gnu.org
|Resource URL=
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=General
+
|Resource audience=Savannah (Ref)
|Resource kind=Homepage
+
|Resource URL=https://savannah.gnu.org/projects/guix
|Resource URL=https://gnu.org/software/guix
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developers
+
|Resource audience=Developer
 
|Resource kind=Download
 
|Resource kind=Download
 
|Resource URL=ftp://alpha.gnu.org/gnu/guix/
 
|Resource URL=ftp://alpha.gnu.org/gnu/guix/
Line 87: Line 84:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developers
+
|Resource audience=Developer
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
 
|Resource URL=http://git.savannah.gnu.org/cgit/guix.git/
 
|Resource URL=http://git.savannah.gnu.org/cgit/guix.git/

Revision as of 17:07, 17 May 2018


[edit]

GNU Guix

https://guix.gnu.org/
An advanced GNU/Linux distro and a purely functional package manager.

Guix is a transactional package manager and an advanced distribution of the GNU operating system. It can be used on top of any system running the Hurd or the Linux kernel, or it can be used as a standalone operating system distribution for i686, x86_64, ARMv7, AArch64 and powerpc64le machines. It can also cross compile applications for these architectures/OS combination and Windows 32/64 bit (mingw-w64), GNU/Linux mips64el, PowerPC 32/64 bit big endian, RiscV64. Support for Android is unofficial.

In addition to standard package management features, Guix supports transactional upgrades and roll-backs, unprivileged package management, per-user profiles, and garbage collection. When used as a standalone GNU/Linux distribution, Guix offers a declarative, stateless approach to operating system configuration management. Guix is highly customizable and hackable through Guile programming interfaces and extensions to the Scheme language.

"IRC general" IRC general channel
irc://libera.chat/#guix





Licensing

License

Verified by

Verified on

Notes

Verified by

Bendikker

Verified on

13 September 2013




Leaders and contributors

Contact(s)Role
Andreas Enge Contributor
Mark H. Weaver Contributor
Cyril Roelandt Contributor
David Thompson Contributor
Ricardo Wurmus Maintainer
Ludovic Courtès Lead Developer, Maintainer


Resources and communication

AudienceResource typeURI
DebianMailing Listhttps://tracker.debian.org/pkg/guix
Generalhttps://translationproject.org/domain/guix-packages.html
SavannahDeveloperhttps://savannah.gnu.org/projects/guix/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/guix-devel/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/guix-europe-sac/
Generalhttps://translationproject.org/domain/guix-manual.html
Mailing Listhttps://lists.gnu.org/mailman/listinfo/info-guix/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/help-guix/
Generalhttps://translationproject.org/domain/guix.html
Mailing Listhttps://lists.gnu.org/mailman/listinfo/guix-security/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/guix-patches/
SavannahVCS Repository Webviewhttps://git.savannah.gnu.org/cgit/guix/
BugsBug Trackinghttps://issues.guix.gnu.org/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/guix-europe/
GitVCS Repository Webviewhttps://git.savannah.gnu.org/cgit/guix.git
Mailing Listhttps://lists.gnu.org/mailman/listinfo/guix-commits/
Generalhttps://www.gnu.org/software/guix/packages/
WikidataGeneralhttps://www.wikidata.org/wiki/Q18968627
Downloadhttps://alpha.gnu.org/gnu/guix/


Software prerequisites

KindDescription
Required to buildGNU Make
Weak prerequisiteGcc
Source requirementzlib
Source requirementGuile-Git, version 0.3.0 or later
Weak prerequisiteGuile-zstd
Weak prerequisiteGuile-SSH, version 0.13.0 or later
Source requirementguile-zlib
Source requirementGuile-SQLite3
Weak prerequisitelibbz2
Weak prerequisiteGuile-Lib
Source requirementGuile-Gcrypt, version 0.1.0 or later
Weak prerequisiteGCC’s g++
Source requirementGuile-Avahi
Weak prerequisiteLibgcrypt
Weak prerequisiteSQLite 3
Source requirementguile-lzlib
Source requirementGnuTLS
Source requirementGuile-JSON, version 4.3.0 or later
Weak prerequisiteGuile-Semver
Source requirementGNU Guile, version 3.0.x or 2.2.x

This entry (in part or in whole) was last reviewed on 22 August 2021.




Entry





"Lead Developer, Maintainer" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.

















"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.




























Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.