Difference between revisions of "Gnunet"

From Free Software Directory
Jump to: navigation, search
(update docs link)
(2021 0.14.1 update)
(12 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=GNUnet
 
|Name=GNUnet
|Short description=Anonymous peer-to-peer file-sharing.
+
|Short description=Secure, decentralized, peer-to-peer networking framework.
 
|Full description='''GNUnet''' is a framework for secure peer-to-peer networking that does not use any centralized or otherwise trusted services. Its high-level goal is to provide a strong free software foundation for a global network that provides security and privacy.  
 
|Full description='''GNUnet''' is a framework for secure peer-to-peer networking that does not use any centralized or otherwise trusted services. Its high-level goal is to provide a strong free software foundation for a global network that provides security and privacy.  
  
 
GNUnet started with an idea for anonymous censorship-resistant file-sharing, but has grown to incorporate other applications as well as many generic building blocks for secure networking applications. In particular, GNUnet now includes the '''GNU Name System''', a privacy-preserving, decentralized public key infrastructure.
 
GNUnet started with an idea for anonymous censorship-resistant file-sharing, but has grown to incorporate other applications as well as many generic building blocks for secure networking applications. In particular, GNUnet now includes the '''GNU Name System''', a privacy-preserving, decentralized public key infrastructure.
|Homepage URL=https://www.gnu.org/software/gnunet/
+
|Homepage URL=https://gnunet.org/
 +
|Version download=https://gnunet.org/en/news/2021-03-0.14.1.html
 
|Is High Priority Project=Yes
 
|Is High Priority Project=Yes
 
|VCS checkout command=git clone git://gnunet.org/gnunet.git
 
|VCS checkout command=git clone git://gnunet.org/gnunet.git
 
|Documentation note=https://docs.gnunet.org/
 
|Documentation note=https://docs.gnunet.org/
  
'''Selection from the [https://shop.fsf.org/ FSF shop]'''
+
=== Graphical front-end tools for GNUnet ===
 +
The [[GTK]] interfaces to GNUnet are delivered in a separate package named '''GNUnet-gtk'''. [https://docs.gnunet.org/handbook/gnunet.html#gnunet_002dgtk After installation], you should have the following new programs:
  
[https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman]
+
* gnunet-setup --- a GUI to configure GNUnet
 +
* gnunet-fs-gtk --- a GUI for file-sharing with GNUnet
 +
* gnunet-peerinfo-gtk --- a GUI for inspecting which other peers your peer knows about
 +
* gnunet-namestore-gtk --- edit your GNS zones
 +
* gnunet-identity-gtk --- manage your identities/pseudonyms
 +
* gnunet-statistics-gtk --- visualize GNUnet statistics
 +
* gnunet-conversation-gtk --- talk with other users
  
[https://shop.fsf.org/books-docs/introduction-command-line Introduction to the Command Line]
+
=== See also ===
 
+
'''GNUnet-fuse''' allows you to mount directories published on GNUnet as read-only file-systems (on GNU/Linux and other Operating Systems that support the FUSE API).
----
 
----
 
'''[https://www.gnu.org/help/help.html Helping the GNU Project and the Free Software Movement]'''
 
----
 
----
 
 
 
If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org
 
----
 
 
|Decommissioned or Obsolete=No
 
|Decommissioned or Obsolete=No
|Donate=https://gnunet.org/ev/
+
|Donate=https://gnunet.org/en/ev.html
 
|IRC general=irc://irc.freenode.net/#gnunet
 
|IRC general=irc://irc.freenode.net/#gnunet
|Related projects=gnustandards
+
|Related projects=gtk-gnutella, freenet, I2P
 
|Keywords=security,encryption,peer-to-peer,framework,privacy,anonymity,file-sharing,deniability
 
|Keywords=security,encryption,peer-to-peer,framework,privacy,anonymity,file-sharing,deniability
|Version identifier=0.11.0pre66
+
|Version identifier=0.14.0
|Version date=2018/06/06
+
|Version date=2020/11/14
|Version status=testing
+
|Version status=stable
|Version download=https://ftp.gnu.org/gnu/gnunet/gnunet-0.11.0pre66.tar.gz
+
|Last review by=Genium
|Last review by=Bendikker
+
|Last review date=2020/11/16
|Last review date=2019/01/13
 
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011/04/01
 
|Submitted date=2011/04/01
|User level=beginner
+
|User level=intermediate
 
|Paid support=https://www.fsf.org/resources/service/
 
|Paid support=https://www.fsf.org/resources/service/
 
|Accepts cryptocurrency donations=Yes
 
|Accepts cryptocurrency donations=Yes
|OpenPGP signature=https://ftp.gnu.org/gnu/gnunet/gnunet-0.11.0pre66.tar.gz.sig
+
|OpenPGP signature=https://gnunet.org/en/news/2020-11-0.14.0.html
 
|Test entry=No
 
|Test entry=No
 
|Is GNU=Yes
 
|Is GNU=Yes
 
|GNU package identifier=gnunet
 
|GNU package identifier=gnunet
|Decommissioned/Obsolete=No
+
}}
 +
{{Project license
 +
|License=AGPLv3orlater
 +
|License copyright=Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
 +
Copyright (C)  GNUnet e.V.
 +
|License verified by=Genium
 +
|License verified date=2020-07-16
 +
|License note=https://git.gnunet.org/gnunet.git/tree/COPYING
 +
 
 +
Applies to part:
 +
* GNUnet core repository
 
}}
 
}}
 
{{Project license
 
{{Project license
 
|License=GPLv3orlater
 
|License=GPLv3orlater
|License verified by=Andrew Engelbrecht
+
|License copyright=Copyright (C)  GNUnet e.V.
|License verified date=2012-9-15
+
|License verified by=Genium
 +
|License verified date=2020-07-16
 +
|License note=https://git.gnunet.org/gnunet-gtk.git/tree/COPYING
 +
https://git.gnunet.org/gnunet-fuse.git/tree/COPYING
 +
 
 +
Applies to part:
 +
* GNUnet-gtk
 +
* GNUnet-fuse
 +
}}
 +
{{Software category
 +
|Interface=command-line, daemon, x-window-system
 +
|Internet-application=privacy, security, tool
 +
|Network-hookup=tcp, routing
 +
|Programming-language=C
 +
|Protocol=smtp, http, udp
 +
|Runs-on=Windows, BSD, OS X, GNU/Linux
 +
|Security=encryption, internet
 +
|Use=internet-application
 +
|Uitoolkit=gtk
 +
}}
 +
{{EntryGNU
 +
|Is GNU=No
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Source requirement
 +
|Prerequisite description=[[libextractor]]
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to build
 +
|Prerequisite description=[[libtool]]
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to build
 +
|Prerequisite description=[[gcc]]
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to build
 +
|Prerequisite description=[[make]]
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to build
 +
|Prerequisite description=[[automake]]
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to build
 +
|Prerequisite description=[[autoconf]]
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Weak prerequisite
 +
|Prerequisite description=[[openssl]]
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Weak prerequisite
 +
|Prerequisite description=[[libgcrypt]]
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Weak prerequisite
 +
|Prerequisite description=[[tdb]]
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Weak prerequisite
 +
|Prerequisite description=[[mysql]]
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to build
 +
|Prerequisite description=[[libmicrohttpd]]
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to build
 +
|Prerequisite description=[[libcurl]]
 
}}
 
}}
 
{{Person
 
{{Person
Line 55: Line 133:
 
|Role=Maintainer
 
|Role=Maintainer
 
|Email=christian@grothoff.org
 
|Email=christian@grothoff.org
 +
}}
 +
{{Resource
 +
|Resource audience=Bug reports
 +
|Resource kind=Bug Tracking
 +
|Resource URL=https://bugs.gnunet.org/
 +
}}
 +
{{Resource
 +
|Resource audience=GNUnet Git Repositories
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://gnunet.org/git/
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 103: Line 191:
 
|Resource kind=General
 
|Resource kind=General
 
|Resource URL=https://translationproject.org/domain/gnunet.html
 
|Resource URL=https://translationproject.org/domain/gnunet.html
}}
 
{{Resource
 
|Resource kind=VCS Repository Webview
 
|Resource URL=https://gnunet.org/git/
 
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 112: Line 196:
 
|Resource URL=https://savannah.gnu.org/people/
 
|Resource URL=https://savannah.gnu.org/people/
 
}}
 
}}
{{Software category
+
{{Resource
|Interface=command-line, daemon, x-window-system
+
|Resource audience=Security related bug reports
|Internet-application=privacy, security, tool
+
|Resource kind=E-mail
|Network-hookup=tcp, routing
+
|Resource URL=security@gnunet.org
|Programming-language=C
 
|Protocol=smtp, http, udp
 
|Runs-on=Windows, BSD, OS X, GNU/Linux
 
|Security=encryption, internet
 
|Use=internet-application
 
|Version-control=git
 
 
}}
 
}}
{{Software prerequisite
+
{{Resource
|Prerequisite kind=Source requirement
+
|Resource audience=Wikidata
|Prerequisite description=[[libextractor]]
+
|Resource kind=General
 +
|Resource URL=https://www.wikidata.org/wiki/Q1007056
 
}}
 
}}
{{Software prerequisite
+
{{EntryDetails
|Prerequisite kind=Required to build
+
|Is High Priority Project=No
|Prerequisite description=[[libtool]]
+
|Decommissioned or Obsolete=No
}}
+
|Accepts cryptocurrency donations=No
{{Software prerequisite
+
|Test entry=No
|Prerequisite kind=Required to build
 
|Prerequisite description=[[gcc]]
 
}}
 
{{Software prerequisite
 
|Prerequisite kind=Required to build
 
|Prerequisite description=[[make]]
 
}}
 
{{Software prerequisite
 
|Prerequisite kind=Required to build
 
|Prerequisite description=[[automake]]
 
}}
 
{{Software prerequisite
 
|Prerequisite kind=Required to build
 
|Prerequisite description=[[autoconf]]
 
}}
 
{{Software prerequisite
 
|Prerequisite kind=Weak prerequisite
 
|Prerequisite description=[[openssl]]
 
}}
 
{{Software prerequisite
 
|Prerequisite kind=Weak prerequisite
 
|Prerequisite description=[[libgcrypt]]
 
}}
 
{{Software prerequisite
 
|Prerequisite kind=Weak prerequisite
 
|Prerequisite description=[[tdb]]
 
}}
 
{{Software prerequisite
 
|Prerequisite kind=Weak prerequisite
 
|Prerequisite description=[[mysql]]
 
}}
 
{{Software prerequisite
 
|Prerequisite kind=Required to build
 
|Prerequisite description=[[libmicrohttpd]]
 
}}
 
{{Software prerequisite
 
|Prerequisite kind=Required to build
 
|Prerequisite description=[[libcurl]]
 
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Revision as of 12:24, 4 June 2021


[edit]

GNUnet

https://gnunet.org/
Secure, decentralized, peer-to-peer networking framework.

GNUnet is a framework for secure peer-to-peer networking that does not use any centralized or otherwise trusted services. Its high-level goal is to provide a strong free software foundation for a global network that provides security and privacy.

GNUnet started with an idea for anonymous censorship-resistant file-sharing, but has grown to incorporate other applications as well as many generic building blocks for secure networking applications. In particular, GNUnet now includes the GNU Name System, a privacy-preserving, decentralized public key infrastructure.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

16 July 2020

Verified by

Genium

Verified on

16 July 2020

Notes

https://git.gnunet.org/gnunet.git/tree/COPYING

Applies to part:

  • GNUnet core repository




Leaders and contributors

Contact(s)Role
Christian Grothoff Maintainer


Resources and communication

AudienceResource typeURI
Generalhttps://translationproject.org/domain/gnunet.html
SavannahHomepagehttps://savannah.gnu.org/projects/gnunet/
Bug reportsBug Trackinghttps://bugs.gnunet.org/
WikidataGeneralhttps://www.wikidata.org/wiki/Q1007056
Security related bug reportsE-mailsecurity@gnunet.org
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-gnunet/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnunet-svn/
DebianDeveloperhttps://tracker.debian.org/pkg/gnunet-gtk
DebianDeveloperhttps://tracker.debian.org/pkg/gnunet-fuse
Downloadhttps://ftp.gnu.org/gnu/gnunet/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/help-gnunet/
GNUnet Git RepositoriesVCS Repository Webviewhttps://git.gnunet.org/
Generalhttps://savannah.gnu.org/people/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/info-gnunet/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnunet-developers/
DebianDeveloperhttps://tracker.debian.org/pkg/gnunet


Software prerequisites

KindDescription
Required to buildmake
Required to buildlibcurl
Weak prerequisitelibgcrypt
Weak prerequisiteopenssl
Required to buildlibtool
Required to buildautomake
Weak prerequisitetdb
Source requirementlibextractor
Required to buildautoconf
Weak prerequisitemysql
Required to buildlibmicrohttpd
Required to buildgcc

This entry (in part or in whole) was last reviewed on 7 January 2023.




Entry






































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


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


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


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


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


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




















"Security related bug reports" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


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



Property "Submitted by" (as page type) with input value "{{{Submitted by}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. "{{{Submitted date}}}" contains an extrinsic dash or other characters that are invalid for a date interpretation.








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.