Jump to content

GNU

From Wikipedia, the free encyclopedia

GNU
The GNU head
Image
Debian GNU/Hurd with Xfce4 and web browser Midori
DeveloperCommunity
Written inVarious languages (notably C and assembly language)
OS familyUnix-like
Working stateCurrent
Source modelFree software
Marketing targetPersonal computers, mobile devices, embedded devices, servers, mainframes, supercomputers
Supported platformsAlpha, ARC, ARM, AVR32, Blackfin, C6x, ETRAX CRIS, FR-V, H8/300, IA-32/x86-64, Hexagon, Itanium, M32R, m68k, META, MicroBlaze, MIPS, MN103, OpenRISC, PA-RISC, PowerPC, s390/s390x, S+core, SuperH, SPARC, TILE64, Unicore32, Xtensa, RISC-V (with Linux-libre kernel only)
Kernel typeMicrokernel (GNU Hurd) or Monolithic kernel (GNU Linux-libre, fork of Linux)
UserlandGNU
LicenseGNU GPL, GNU LGPL, GNU AGPL, GNU FDL, GNU FSDG[1][2]
Official websitegnu.org

GNU (/ɡn/ GNOO)[3][4] is an extensive collection of free software (387 packages as of June 2025),[5] which can be used as an operating system or can be used in parts with other operating systems.[6][7][8] Most of GNU is licensed under the GNU Project's own General Public License (GPL).

Richard Stallman
Richard Stallman, founder of the GNU project

GNU is also the project within which the free software concept originated. Richard Stallman, the founder of the project, views GNU as a "technical means to a social end".[9] Relatedly, Lawrence Lessig states in his introduction to the second edition of Stallman's book Free Software, Free Society that in it Stallman has written about "the social aspects of software and how Free Software can create community and social justice".[10]

Name

[edit]

GNU is a recursive acronym for "GNU's Not Unix!",[6][11] chosen because GNU's design is Unix-like, but differs from Unix by being free software and containing no Unix code.[6][12][13] Stallman chose the name by using various plays on words, including the song "The Gnu".[4]: 45:30 

History

[edit]

Before the 1980s there existed a widespread practice of sharing software in ways similar to what is now considered free software where the participants are free to share copies of the software. Richard Stallman was a part of a group of developers at the MIT Artificial Intelligence Laboratory working on the Incompatible Timesharing System, an operating system which was effectively developed as what is now seen as free software.[14][15] This community soon fell to ruin however as the PDP-10 platform which the operating system was developed for was discontinued. According to Stallman, what prompted him to start the GNU Project was having previously had an experience with Xerox refusing to give him access to the source code of a laser printer used at the MIT Lab, now with the realization that this community of sharing software would end and noticing the advancing spread of proprietary software which had undone the culture of sharing software that had previously existed, Richard Stallman refused to adapt by continuing with proprietary software, and he instead decided that with this skills as an operating systems programmer,[15] he would begin the development of a new free software operating system and to recreate a community of sharing software that was lost, called GNU.[14][15]

Development of the GNU software was initiated by Richard Stallman while he worked at the MIT Artificial Intelligence Laboratory. It was called the GNU Project, and was publicly announced on September 27, 1983, on the net.unix-wizards and net.usoft newsgroups by Stallman.[16] Software development began on January 5, 1984, when Stallman quit his job at the Lab so that they could not claim ownership or interfere with distributing GNU components as free software.[17]

The goal was to bring a completely free software operating system into existence. Stallman wanted computer users to be free to study the source code of the software they use, share software with other people, modify the behavior of software, and publish their modified versions of the software. This philosophy was published as the GNU Manifesto in March 1985.[18]

Richard Stallman's experience with the Incompatible Timesharing System (ITS),[17] an early operating system written in assembly language that became obsolete due to discontinuation of PDP-10, the computer architecture for which ITS was written, led to a decision that a portable system was necessary.[4]: 40:52 [19] It was thus decided that the development would be started using C and Lisp as system programming languages,[20] and that GNU would be compatible with Unix.[21] At the time, Unix was already a popular proprietary operating system. The design of Unix was modular, so it could be reimplemented piece by piece.[19]

Much of the needed software had to be written from scratch, but existing compatible third-party free software components were also used such as the TeX typesetting system, the X Window System, and the Mach microkernel that forms the basis of the GNU Mach core of GNU Hurd (the official kernel of GNU).[22] With the exception of the aforementioned third-party components, most of GNU has been written by volunteers; some in their spare time, some paid by companies,[23] educational institutions, and other non-profit organizations. In October 1985, Stallman set up the Free Software Foundation (FSF). In the late 1980s and 1990s, the FSF hired software developers to write the software needed for GNU.[24][25]

As GNU gained prominence, interested businesses began contributing to development or selling GNU software and technical support. The most prominent and successful of these was Cygnus Solutions,[23] now part of Red Hat.[26]

Components

[edit]

The system's basic components include the GNU Compiler Collection (GCC), the GNU C library (glibc), and GNU Core Utilities (coreutils),[6] but also the GNU Debugger (GDB), GNU Binary Utilities (binutils),[27] and the GNU Bash shell.[22][28][29] GNU developers have contributed to Linux ports of GNU applications and utilities, which are now also widely used on other operating systems such as BSD variants, Solaris and macOS.[30][better source needed]

Many GNU programs have been ported to other operating systems, including proprietary platforms such as Microsoft Windows[31] and macOS.[32] GNU programs have been shown to be more reliable than their proprietary Unix counterparts.[33][34]

As of June 2024, there are a total of 467 GNU packages (including decommissioned, 394 excluding) hosted on the official GNU development site.[35]

GNU as an operating system

[edit]

The original kernel of GNU Project is the GNU Hurd (together with the GNU Mach microkernel), which was the original focus of the Free Software Foundation (FSF).[6][36][37][38] With the April 30, 2015 release of the Debian GNU/Hurd 2015 distribution,[39][40] GNU now provides all required components to assemble an operating system that users can install and use on a computer.[41][42][43] However, the Hurd kernel is not yet considered production-ready but rather a base for further development and non-critical application usage.[44][41]

Non-GNU kernels

[edit]
Image
Parabola GNU/Linux-libre, an example of an FSF approved distribution that uses a rolling release model
Image
Trisquel, an example of an FSF approved distribution

Because of the development status of Hurd, GNU is usually paired with other kernels such as Linux[45][46] or FreeBSD.[47] A stable version (or variant) of GNU can be run by combining the GNU packages with the Linux kernel, making a functional Unix-like system. The GNU Project calls this GNU/Linux, and the defining features are the combination of:

Most Linux distributions combine GNU packages with a Linux kernel which contains proprietary binary blobs.[59] In 2012, a fork of the Linux kernel became officially part of the GNU Project in the form of Linux-libre, a variant of Linux with all proprietary components removed.[60] The GNU Project has endorsed Linux-libre distributions, such as Trisquel, Parabola GNU/Linux-libre, PureOS and GNU Guix System.[61]

GNU/Linux naming controversy

[edit]

Whether the combination of GNU libraries with external kernels is a GNU operating system with a kernel (e.g. GNU with Linux), because the GNU collection renders the kernel into a usable operating system as understood in modern software development, or whether the kernel is an operating system unto itself with a GNU layer on top (i.e. Linux with GNU), because the kernel can operate a machine without GNU, is a matter of ongoing debate. The FSF maintains that an operating system built using the Linux kernel and GNU tools and utilities should be considered a variant of GNU, and promotes the term GNU/Linux for such systems (leading to the GNU/Linux naming controversy). This view is not exclusive to the FSF.[62][63][64][65][66] Notably, Debian, one of the biggest and oldest Linux distributions, refers to itself as Debian GNU/Linux.[67]

[edit]
Image
The original GNU logo, drawn by Etienne Suvasa

The logo for GNU is a gnu head. Originally drawn by Etienne Suvasa, a bolder and simpler version designed by Aurelio Heckert is now preferred.[68][69] It appears in GNU software and in printed and electronic documentation for the GNU Project, and is also used in Free Software Foundation materials.

Image
30th anniversary logo

There was also a modified version of the official logo. It was created by the Free Software Foundation in September 2013 in order to commemorate the 30th anniversary of the GNU Project.[70]

See also

[edit]

References

[edit]
  1. ^ "GNU Licenses".
  2. ^ "GNU FSDG".
  3. ^ "What is GNU?". The GNU Operating System. Free Software Foundation. September 4, 2009. Retrieved October 9, 2009. The name 'GNU' is a recursive acronym for 'GNU's Not Unix'; it is pronounced g-noo, as one syllable with no vowel sound between the g and the n.
  4. ^ a b c Stallman, Richard (March 9, 2006). The Free Software Movement and the Future of Freedom. Zagreb, Croatia: Free Software Foundation Europe. Retrieved February 20, 2007.
  5. ^ Stallman, Richard. "Software – GNU Project". GNU Project. Free Software Foundation, Inc. Retrieved January 9, 2022.
  6. ^ a b c d e St. Amant, Kirk; Still, Brian (2007). Handbook of Research on Open Source Software: Technological, Economic, and Social Perspectives. Information Science Reference. ISBN 978-1-59140999-1. OCLC 1028442948.
  7. ^ "GNU Manifesto". GNU project. FSF. Retrieved July 27, 2011.
  8. ^ Raymond, Eric (February 1, 2001). The Cathedral & the Bazaar: Musings on Linux and Open Source by an Accidental Revolutionary. O'Reilly Media, Inc. pp. 10–12. ISBN 978-0-59600108-7.
  9. ^ Stallman, Richard (1986), "KTH", Philosophy (speech), GNU, Stockholm, Sweden: FSF.
  10. ^ Stallman, Richard M.; Gay, Joshua (December 2009). Free Software, Free Society: Selected Essays Of Richard M. Stallman. CreateSpace Independent Publishing Platform. ISBN 9781441436856. Retrieved March 24, 2016.
  11. ^ "GNU's Not Unix". The free dictionary. Retrieved September 22, 2012.
  12. ^ "The GNU Operating system". GNU project. FSF. Retrieved August 18, 2008.
  13. ^ Marshall, Rosalie (November 17, 2008). "Q&A: Richard Stallman, founder of the GNU Project and the Free Software Foundation". AU: PC & Tech Authority. Retrieved September 22, 2012.
  14. ^ a b "Untitled Document". cs.stanford.edu. Archived from the original on July 12, 2019. Retrieved May 10, 2026.
  15. ^ a b c "Free Software: Freedom and Cooperation". www.gnu.org. Archived from the original on December 25, 2015. Retrieved May 10, 2026.
  16. ^ Stallman, Richard (September 27, 1983). "new UNIX implementation". Newsgroupnet.unix-wizards. Usenet: 771@mit-eddie.UUCP. Retrieved August 18, 2008.
  17. ^ a b Holmevik, Jan Rune; Bogost, Ian; Ulmer, Gregory (March 2012). Inter/vention: Free Play in the Age of Electracy. MIT Press. pp. 69–71. ISBN 978-0-262-01705-3.
  18. ^ Stallman, Richard (March 1985). "The {GNU} Manifesto". Dr. Dobb's Journal of Software Tools. 10 (3): 30. Retrieved October 18, 2011.
  19. ^ a b DiBona, Chris; Stone, Mark; Cooper, Danese (October 2005). Open Sources 2.0: The Continuing Evolution. O'Reilly Media, Inc. pp. 38–40. ISBN 9780596008024.
  20. ^ "Timeline of GNU/Linux and Unix". Both C and Lisp will be available as system programming languages.
  21. ^ Seebach, Peter (November 2008). Beginning Portable Shell Scripting: From Novice to Professional (Expert's Voice in Open Source). Apress. pp. 177–178. ISBN 9781430210436.
  22. ^ a b Kerrisk, Michael (October 2010). The Linux Programming Interface: A Linux and UNIX System Programming Handbook. No Starch Press. pp. 5–6. ISBN 9781593272203.
  23. ^ a b Open Sources: Voices from the Open Source Revolution. O'Reilly & Associates, Inc. January 1999. ISBN 978-1-56592-582-3.
  24. ^ Buxmann, Peter; Diefenbach, Heiner; Hess, Thomas (September 30, 2012). The Software Industry. Springer. pp. 187–196. ISBN 9783642315091.
  25. ^ Practical UNIX and Internet Security, 3rd Edition. O'Reilly & Associates, Inc. February 2003. p. 18. ISBN 9781449310127.
  26. ^ Stephen Shankland (November 15, 1999). "Red Hat buys software firm, shuffles CEO". CNET. CBS Interactive. Retrieved March 5, 2016.
  27. ^ "GCC & GNU Toolchains – AMD". Developer.amd.com. Archived from the original on March 16, 2015. Retrieved September 2, 2015.
  28. ^ Matthew, Neil; Stones, Richard (April 22, 2011). "The GNU Project and the Free Software Foundation". Beginning Linux Programming. John Wiley & Sons. ISBN 9781118058619.
  29. ^ Sowe, Sulayman K; Stamelos, Ioannis G; Samoladas, Ioannis M (May 2007). Emerging Free and Open Source Software Practices. Idea Group Inc (IGI). pp. 262–264. ISBN 9781599042107.
  30. ^ "Linux: History and Introduction". Buzzle.com. August 25, 1991. Archived from the original on December 11, 2017. Retrieved September 22, 2012.
  31. ^ McCune, Mike (December 2000). Integrating Linux and Windows. Prentice Hall Professional. p. 30. ISBN 9780130306708.
  32. ^ Sobell, Mark G; Seebach, Peter (2005). A Practical Guide To Unix For Mac Os X Users. Prentice Hall Professional. p. 4. ISBN 9780131863330.
  33. ^ Fuzz Revisited: A Re-examination of the Reliability of UNIX Utilities and Services – October 1995 – Computer Sciences Department, University of Wisconsin
  34. ^ "An Inquiry into the Stability and Reliability of UNIX Utilities" (PDF). Archived (PDF) from the original on December 22, 2009.
  35. ^ "Software – GNU Project". Free Software Foundation, Inc. January 13, 2016. Retrieved January 13, 2016.
  36. ^ Vaughan-Nichols, Steven J. "Opinion: The top 10 operating system stinkers", Computerworld, April 9, 2009: "... after more than 25 years in development, GNU remains incomplete: its kernel, Hurd, has never really made it out of the starting blocks. ... Almost no one has actually been able to use the OS; it's really more a set of ideas than an operating system."
  37. ^ Hillesley, Richard (June 30, 2010), "GNU HURD: Altered visions and lost promise", The H (online ed.), p. 3, Nearly twenty years later the HURD has still to reach maturity, and has never achieved production quality. ... Some of us are still wishing and hoping for the real deal, a GNU operating system with a GNU kernel.
  38. ^ Lessig, Lawrence (2001). The Future of Ideas: The Fate of the Commons in a Connected World. Random House. p. 54. ISBN 978-0-375-50578-2. He had mixed all of the ingredients needed for an operating system to function, but he was missing the core.
  39. ^ "Debian GNU/Hurd 2015 Released – Phoronix". www.phoronix.com. Retrieved March 24, 2016.
  40. ^ "Debian GNU/Hurd 2015 released!". lists.debian.org. Retrieved March 24, 2016.
  41. ^ a b "status". www.gnu.org. Retrieved March 24, 2016.
  42. ^ "Debian – Debian GNU/Hurd". www.debian.org. Retrieved March 24, 2016.
  43. ^ "Debian – Debian GNU/Hurd – Configuration". www.debian.org. Retrieved March 24, 2016.
  44. ^ Status, Free Software Foundation, May 3, 2015, retrieved April 24, 2017
  45. ^ "1.2 What is Linux?", Debian open book, O'Reilly, October 5, 1991, retrieved September 22, 2012
  46. ^ "What is GNU/Linux?", Ubuntu Installation Guide (12.4 ed.), Canonical, archived from the original on June 21, 2015, retrieved June 22, 2015
  47. ^ Kavanagh, Paul (July 26, 2004). Open Source Software: Implementation and Management. Elsevier. p. 129. ISBN 978-1-55558320-0.
  48. ^ a b "All GNU packages". gnu.org. Archived from the original on December 25, 2015. Retrieved April 18, 2014.
  49. ^ a b GNU @ Free Software Directory Archived 2015-12-05 at the Wayback Machine (fsf.org)
  50. ^ "POSIX – The GNU C Library". Archived from the original on April 24, 2014. Retrieved April 18, 2014.
  51. ^ GNU_C_Library#A_temporary_fork
  52. ^ GCC Architectures
  53. ^ "The Linux Kernel Archives". Archived from the original on February 21, 2011. Retrieved July 25, 2016.
  54. ^ "Release Notes for Linux v0.12". Archived from the original on May 26, 2013. Retrieved December 24, 2012.
  55. ^ Should the GNU/name convention be applied to all programs that are GPL'ed? Archived 2013-09-07 at the Wayback Machine GNU/Linux FAQ by Richard Stallman
  56. ^ Why do you write "GNU/Linux" instead of "GNU Linux"? Archived 2013-09-07 at the Wayback Machine GNU/Linux FAQ by Richard Stallman
  57. ^ Isn't it wrong for us to label Linus Torvalds' work as GNU? Archived 2013-09-07 at the Wayback Machine GNU/Linux FAQ by Richard Stallman
  58. ^ Does Linus Torvalds agree that Linux is just the kernel? Archived 2013-09-07 at the Wayback Machine GNU/Linux FAQ by Richard Stallman
  59. ^ "Explaining Why We Don't Endorse Other Systems". GNU. Archived from the original on April 24, 2011. Retrieved July 22, 2016.
  60. ^ "GNU Linux-libre". December 17, 2012. Retrieved February 9, 2013.
  61. ^ "List of Free GNU/Linux Distributions", GNU Project, Free Software Foundation (FSF).
  62. ^ Welsh, Matt (September 8, 1994). "Linux is a GNU system and the DWARF support". Newsgroupcomp.os.linux.misc. Retrieved February 3, 2008. RMS's idea (which I have heard first-hand) is that Linux systems should be considered GNU systems with Linux as the kernel.
  63. ^ Proffitt, Brian (July 12, 2012). "Debian GNU/Linux seeks alignment with Free Software Foundation". ITworld. Archived from the original on July 15, 2012. Retrieved September 22, 2012.
  64. ^ "1.1. Linux or GNU/Linux, that is the question". SAG. TLDP. Archived from the original on December 30, 2005. Retrieved September 22, 2012.
  65. ^ "GNU Operating System – CCM FAQ". CCM. Archived from the original on December 15, 2019. Retrieved April 8, 2018. GNU is an operating system that offers a set of free open source programs.
  66. ^ Snom Technology. "Source Code & GPL Open Source". www.snom.com. Archived from the original on April 9, 2018. Retrieved April 8, 2018. Variants of the GNU operating system, which use the kernel Linux, are now widely used; though these systems are often referred to as "Linux", they are more accurately called "GNU/Linux systems".
  67. ^ "Chapter 1. Definitions and overview".
  68. ^ "A GNU Head". Free Software Foundation (FSF). July 13, 2011. Retrieved July 27, 2011.
  69. ^ "A Bold GNU Head". Free Software Foundation. July 13, 2011. Retrieved July 27, 2011.
  70. ^ "GNU 30th Anniversary". Free Software Foundation. October 8, 2013. Retrieved December 15, 2014.
[edit]