README 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553
  1. Welcome to GNUnet
  2. ToC
  3. ===
  4. * ToC
  5. * What is GNUnet?
  6. * Dependencies
  7. o direct dependencies
  8. o test suite dependencies
  9. o optional dependencies
  10. o autotools
  11. * Requirements
  12. * How to install
  13. o binary packages
  14. o Scope of Operating System support
  15. o Building GNUnet from source
  16. * Configuration
  17. * Usage
  18. * Hacking GNUnet
  19. * Running HTTP on port 80 and HTTPS on port 443
  20. * Further Reading
  21. * Stay tuned
  22. What is GNUnet?
  23. ===============
  24. GNUnet is peer-to-peer framework providing a network abstractions and
  25. applications focusing on security and privacy. So far, we have
  26. created applications for anonymous file-sharing, decentralized naming
  27. and identity management, decentralized and confidential telephony and
  28. tunneling IP traffic over GNUnet. GNUnet is currently developed by a
  29. worldwide group of independent free software developers. GNUnet is a
  30. GNU package (http://www.gnu.org/).
  31. This is an ALPHA release. There are known and significant bugs as
  32. well as many missing features in this release.
  33. GNUnet is free software released under the GNU Affero General Public
  34. License (v3 or later). For details see the COPYING file in this
  35. directory. If you fork this software, you MUST adjust GNUNET_AGPL_URL
  36. in src/include/gnunet_util_lib.h to point to the source code of your
  37. fork!
  38. Additional documentation about GNUnet can be found at
  39. https://gnunet.org/ and in the 'doc/' folder.
  40. Online documentation is provided at
  41. 'https://docs.gnunet.org' and 'https://tutorial.gnunet.org'.
  42. Dependencies:
  43. =============
  44. These are the direct dependencies for running GNUnet:
  45. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  46. - Bash (for some scripts)
  47. - gettext
  48. - gnutls >= 3.2.12 (highly recommended a gnutls
  49. linked against libunbound)
  50. - A curl build against gnutls, or gnurl:
  51. * libgnurl >= 7.35.0 (recommended, available from
  52. https://gnunet.org/en/gnurl.html)
  53. or
  54. * libcurl >= 7.35.0 (alternative to libgnurl)
  55. - libgcrypt >= 1.6
  56. - libunistring >= 0.9.2
  57. - libidn:
  58. * libidn2 (prefered)
  59. or
  60. * libidn >= 1.0
  61. - libmicrohttpd >= 0.9.63 (strongly recommended for
  62. a wide range of features)
  63. - makeinfo >= 4.8
  64. - make[*3]
  65. - nss (certutil binary, for
  66. gnunet-gns-proxy-setup-ca)
  67. - openssl >= 1.0 (binary, used to generate
  68. X.509 certificate
  69. for gnunet-gns-proxy-setup-ca)
  70. - pkgconf or pkg-config
  71. - A Posix shell (for some scripts)
  72. - Texinfo >= 5.2 [*1]
  73. - libltdl >= 2.2 (part of GNU libtool)
  74. - 1 or more databases:
  75. * sqlite >= 3.8 (default database, required)
  76. and/or
  77. * mysql >= 5.1 (alternative to sqlite)
  78. and/or
  79. * postgres >= 9.5 (alternative to sqlite)
  80. - which (contrib/apparmor(?), gnunet-bugreport,
  81. and possibly more)
  82. - zlib
  83. These are the dependencies for GNUnet's testsuite:
  84. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  85. - Bash (for some tests[*4])
  86. - A Posix Shell (for some tests)
  87. - python >= 3.4 (3.4 and higher technically supported,
  88. at least python 3.7 tested to work)
  89. - base tools
  90. - mostly:
  91. - bc,
  92. - curl,
  93. - sed,
  94. - awk,
  95. - which
  96. These are the optional dependencies:
  97. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  98. - awk (for linting tests)
  99. - Bash (for Docker and Vagrant)
  100. - bluez (for bluetooth support)
  101. - grof (for linting of man pages)
  102. - libextractor >= 0.6.1 (highly recommended[*5])
  103. - libjansson
  104. - libglpk >= 4.45 (for experimental code)
  105. - libopus >= 1.0.1 (for experimental conversation tool)
  106. - libpulse >= 2.0 (for experimental conversation tool)
  107. - libogg >= 1.3.0 (for experimental conversation tool)
  108. - libnss (certtool binary (for convenient
  109. installation of GNS proxy))
  110. - libzbar >= 0.10 (for gnunet-qr)
  111. - libpbc >= 0.5.14 (for Attribute-Based Encryption and
  112. Identity Provider functionality)
  113. - libgabe (for Attribute-Based Encryption and
  114. Identity Provider functionality, from
  115. https://github.com/schanzen/libgabe)
  116. - mandoc (for linting of man pages, generation of
  117. html output of man pages (not part of
  118. the regular build))
  119. - miniupnpc
  120. - perl5 (for some utilities)
  121. - TeX Live >= 2012 (for gnunet-bcd[*])
  122. - texi2mdoc (for automatic mdoc generation [*2])
  123. Recommended autotools for compiling the Git version are:
  124. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  125. - autoconf >= 2.59
  126. - automake >= 1.11.1
  127. - libtool >= 2.2
  128. [*] Mandatory for compiling the info output of the documentation,
  129. a limited subset ('texlive-tiny' in Guix) is enough.
  130. [*1] The default configuration is to build the info output of the
  131. documentation, and therefore require texinfo. You can pass
  132. '--disable-documentation' to the configure script to change this.
  133. [*2] If you still prefer to have documentation, you can pass
  134. '--with-section7' to build mdoc documentation (experimental
  135. stages in gnunet). If this proves to be reliable, we will
  136. include the mdoc output in the release tarballs.
  137. Contrary to the name, texi2mdoc does not require texinfo,
  138. It is a standalone ISO C utility.
  139. [*3] GNU make introduced the != operator in version 4.0.
  140. GNU make was released in october 2013, reasonable to
  141. be widespread by now. If this is not working out for
  142. you, open a bug so that we can get a more portable
  143. fix in.
  144. [*4] We are commited to portable tools and solutions
  145. where possible. New scripts should be Posix SH
  146. compatible, current and older scripts are
  147. in the process of being rewritten to comply
  148. with this requirement.
  149. [*5] While libextractor is optional, it is recommended to
  150. build gnunet against it. If you install it later,
  151. you won't benefit from libextractor.
  152. If you are a distributor, we recommend to split
  153. LE into basis + plugins rather than making LE
  154. an option as an afterthought by the user.
  155. LE itself is very small, but its dependency chain
  156. on first, second, third etc level can be big.
  157. There is a small effect on privacy if your LE build
  158. differs from one which includes all
  159. plugins (plugins are build as shared objects):
  160. if users publish a directory with a mixture of file
  161. types (for example mpeg, jpeg, png, gif) the
  162. configuration of LE could leak which plugins are
  163. installed for which filetypes are not providing
  164. more details.
  165. However, this leak is just a minor concern.
  166. Requirements
  167. ============
  168. GNUnet's directed acyclic graph (DAG) will require around 0.74 GiB
  169. Diskspace, with GNUnet itself taking around 8 - 9.2 MiB reported by
  170. the build on GNU Guix.
  171. How to install?
  172. ===============
  173. binary packages
  174. ~~~~~~~~~~~~~~~
  175. We recommend to use binary packages provided by your Operating System's
  176. package manager. GNUnet is reportedly available for at least:
  177. ALT Linux, Archlinux, Debian, Deepin, Devuan, GNU Guix, Hyperbola,
  178. Kali Linux, LEDE/OpenWRT, Manjaro, Nix, Parabola, Pardus, Parrot,
  179. PureOS, Raspbian, Rosa, Trisquel, and Ubuntu.
  180. If GNUnet is available for your Operating System and it is missing,
  181. send us feedback so that we can add it to this list. Furthermore, if
  182. you are interested in packaging GNUnet for your Operating System,
  183. get in touch with us at gnunet-developers@gnu.org if you require
  184. help with this job.
  185. If you were using an Operating System with the apt package manager,
  186. GNUnet could be installed as simple as:
  187. $ apt-get install gnunet
  188. Generic installation instructions are in the INSTALL file in this
  189. directory.
  190. Scope of Operating System support
  191. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  192. We actively support GNUnet on a broad range of Free Software Operating
  193. Systems.
  194. For proprietary Operating Systems, like for example Microsoft Windows
  195. or Apple OS X, we accept patches if they don't break anything for
  196. other Operating Systems.
  197. If you are implementing support for a proprietary Operating System,
  198. you should be aware that progress in our codebase could break
  199. functionality on your OS and cause unpredicted behavior we can
  200. not test. However, we do not break support on Operating Systems
  201. with malicious intent.
  202. Regressions which do occur on these Operating Systems are 3rd
  203. class issues and we expect users and developers of these
  204. Operating Systems to send proposed patches to fix regressions.
  205. For more information about our stand on some of the motivating
  206. points here, read the 'Philosophy' Chapter of our handbook.
  207. Building GNUnet from source
  208. ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  209. IMPORTANT: You can read further notes about compilation from source in
  210. the handbook under doc/handbook/, which includes notes about specific
  211. requirements for operating systems aswell. If you are a package
  212. mantainer for an Operating System we invite you to add your notes if
  213. you feel it is necessary and can not be covered in your Operating
  214. System's documentation.
  215. Two prominent examples which currently lack cross-compilation
  216. support in GNUnet (and native binaries) are MS Windows and Apple macOS.
  217. For macOS we recommend you to do the build process via Homebrew and a
  218. recent XCode installation. We don't recommend using GNUnet with any
  219. recent MS Windows system as it officially spies on its users (according
  220. to its T&C), defying some of the purposes of GNUnet.
  221. Note that some functions of GNUnet require "root" access. GNUnet will
  222. install (tiny) SUID binaries for those functions is you run "make
  223. install" as root. If you do not, GNUnet will still work, but some
  224. functionality will not be available (including certain forms of NAT
  225. traversal).
  226. GNUnet requires the GNU MP library (https://www.gnu.org/software/gmp/)
  227. and libgcrypt (https://www.gnupg.org/). You can specify the path to
  228. libgcrypt by passing "--with-gcrypt=PATH" to configure. You will also
  229. need either sqlite (http://www.sqlite.org/), MySQL
  230. (http://www.mysql.org/) or PostGres (http://www.postgres.org/).
  231. If you install from source, you need to install GNU libextractor first
  232. (download from https://www.gnu.org/software/libextractor/). We also
  233. recommend installing GNU libmicrohttpd (download from
  234. https://www.gnu.org/software/libmicrohttpd/). Furthermore we recommend
  235. libgnurl (from https://gnunet.org/en/gnurl.html).
  236. Then you can start the actual GNUnet compilation process with:
  237. $ export GNUNET_PREFIX=/usr/local/lib # or other directory of your choice
  238. # addgroup gnunetdns
  239. # adduser --system --home "/var/lib/gnunet" --group gnunet --shell /bin/sh
  240. # ./configure --prefix=$GNUNET_PREFIX/.. --with-extractor=$LE_PREFIX
  241. $ make
  242. And finally install GNUnet with:
  243. # make install
  244. Complete the process by either adjusting one of our example service files
  245. in 'contrib/services' or by running:
  246. # sudo -u gnunet gnunet-arm -s
  247. Note that running the 'configure' and 'make install' steps as
  248. root (or with sudo) is required as some parts of the installation
  249. require the creation of SUID binaries. The installation will
  250. work if you do not run these steps as root, but some components
  251. may not be installed in the perfect place or with the right
  252. permissions and thus won't work.
  253. This will create the users and groups needed for running GNUnet
  254. securely and then compile and install GNUnet to $GNUNET_PREFIX/../bin/,
  255. $GNUNET_PREFIX/ and $GNUNET_PREFIX/../share/ and start the system
  256. with the default configuration. It is strongly recommended that you
  257. add a user "gnunet" to run "gnunet-arm". You can then still run the
  258. end-user applications as another user.
  259. If you create a system user "gnunet", it is recommended that you edit
  260. the configuration file slightly so that data can be stored in the
  261. system user home directory at "/var/lib/gnunet". Depending on what
  262. the $HOME-directory of your "gnunet" user is, you might need to set
  263. the SERVICEHOME option in section "[PATHS]" to "/var/lib/gnunet" to
  264. do this. Depending on your personal preferences, you may also want to
  265. use "/etc/gnunet.conf" for the location of the configuration file in
  266. this case (instead of ~gnunet/.config/gnunet.conf"). In this case,
  267. you need to start GNUnet using "gnunet-arm -s -c /etc/gnunet.conf" or
  268. set "XDG_CONFIG_HOME=/etc/".
  269. You can avoid running 'make install' as root if you run configure
  270. with the "--with-sudo=yes" option and have extensive sudo rights
  271. (can run "chmod +s" and "chown" via 'sudo'). If you run 'make install'
  272. as a normal user without sudo rights (or the configure option),
  273. certain binaries that require additional privileges will not be
  274. installed properly (and autonomous NAT traversal, WLAN, DNS/GNS and
  275. the VPN will then not work).
  276. If you run 'configure' and 'make install' as root or use the '--with-sudo'
  277. option, GNUnet's build system will install "libnss_gns*" libraries to
  278. "/lib/" regardless (!) of the $GNUNET_PREFIX you might have specified,
  279. as those libraries must be in "/lib/". If you are packaging GNUnet
  280. for binary distribution, this may cause your packaging script to miss
  281. those plugins, so you might need to do some additional manual work to
  282. include those libraries in your binary package(s). Similarly, if you
  283. want to use the GNUnet naming system and did NOT run GNUnet's 'make
  284. install' process with sudo rights, the libraries will be installed to
  285. "$GNUNET_PREFIX" and you will have to move them to "/lib/"
  286. manually.
  287. Finally, if you are compiling the code from git, you have to
  288. run "sh ./bootstrap" before running "./configure". If you receive an error during
  289. the running of "sh ./bootstrap" that looks like "macro `AM_PATH_GTK'
  290. not found in library", you may need to run aclocal by hand with the -I
  291. option, pointing to your aclocal m4 macros, i.e.
  292. $ aclocal -I /usr/local/share/aclocal
  293. Configuration
  294. =============
  295. Note that additional, per-user configuration files can be created by
  296. each user. However, this is usually not necessary as there are few
  297. per-user options that normal users would want to modify. The defaults
  298. that are shipped with the installation are usually just fine.
  299. The gnunet-setup tool is particularly useful to generate the master
  300. configuration for the peer. gnunet-setup can be used to configure and
  301. test (!) the network settings, choose which applications should be run
  302. and configure databases. Other options you might want to control
  303. include system limitations (such as disk space consumption, bandwidth,
  304. etc). The resulting configuration files are human-readable and can
  305. theoretically be created or edited by hand.
  306. gnunet-setup is a separate download and requires somewhat recent
  307. versions of GTK+ and Glade. You can also create the configuration file
  308. by hand, but this is not recommended. For more general information
  309. about the GNU build process read the INSTALL file.
  310. GNUnet uses two types of configuration files, one that specifies the
  311. system-wide defaults (typically located in
  312. $GNUNET_PREFIX/../share/gnunet/config.d/) and a second one that overrides
  313. default values with user-specific preferences. The user-specific
  314. configuration file should be located in "~/.config/gnunet.conf" or its
  315. location can be specified by giving the "-c" option to the respective
  316. GNUnet application.
  317. For more information about the configuration (as well as usage) refer
  318. to the 'GNUnet User Handbook' chapter of the documentation, included
  319. in this software distribution.
  320. Usage
  321. =====
  322. For detailed usage notes, instructions and examples, refer to the
  323. included 'GNUnet Handbook'.
  324. First, you must obtain an initial list of GNUnet hosts. Knowing a
  325. single peer is sufficient since after that GNUnet propagates
  326. information about other peers. Note that the default configuration
  327. contains URLs from where GNUnet downloads an initial hostlist
  328. whenever it is started. If you want to create an alternative URL for
  329. others to use, the file can be generated on any machine running
  330. GNUnet by periodically executing
  331. $ cat $SERVICEHOME/data/hosts/* > the_file
  332. and offering 'the_file' via your web server. Alternatively, you can
  333. run the build-in web server by adding '-p' to the OPTIONS value
  334. in the "hostlist" section of gnunet.conf and opening the respective
  335. HTTPPORT to the public.
  336. If the solution with the hostlist URL is not feasible for your
  337. situation, you can also add hosts manually. Simply copy the hostkeys
  338. to "$SERVICEHOME/data/hosts/" (where $SERVICEHOME is the directory
  339. specified in the gnunet.conf configuration file). You can also use
  340. "gnunet-peerinfo -g" to GET a URI for a peer and "gnunet-peerinfo -p
  341. URI" to add a URI from another peer. Finally, GNUnet peers that use
  342. UDP or WLAN will discover each other automatically (if they are in the
  343. vicinity of each other) using broadcasts (IPv4/WLAN) or multicasts
  344. (IPv6).
  345. The local node is started using "gnunet-arm -s". We recommend to run
  346. GNUnet 24/7 if you want to maximize your anonymity, as this makes
  347. partitioning attacks harder.
  348. Once your peer is running, you should then be able to access GNUnet
  349. using the shell:
  350. $ gnunet-search KEYWORD
  351. This will display a list of results to the console. You can abort
  352. the command using "CTRL-C". Then use
  353. $ gnunet-download -o FILENAME GNUNET_URI
  354. to retrieve a file. The GNUNET_URI is printed by gnunet-search
  355. together with a description. To publish files on GNUnet, use the
  356. "gnunet-publish" command.
  357. The GTK user interface is shipped separately.
  358. After installing gnunet-gtk, you can invoke the setup tool and
  359. the file-sharing GUI with:
  360. $ gnunet-setup
  361. $ gnunet-fs-gtk
  362. For further documentation, see our webpage or the 'GNUnet User Handbook',
  363. included in this software distribution.
  364. Hacking GNUnet
  365. ==============
  366. Contributions are welcome. Please submit bugs you find to
  367. https://bugs.gnunet.org/ or our bugs mailinglist.
  368. Please make sure to run the script "contrib/scripts/gnunet-bugreport"
  369. and include the output with your bug reports. More about how to
  370. report bugs can be found in the GNUnet FAQ on the webpage. Submit
  371. patches via E-Mail to gnunet-developers@gnu.org, formated with
  372. `git format-patch`.
  373. In order to run the unit tests by hand (instead of using "make check"),
  374. you need to set the environment variable "GNUNET_PREFIX" to the
  375. directory where GNUnet's libraries are installed.
  376. Before running any testcases, you must complete the installation.
  377. Quick summary:
  378. $ ./configure --prefix=$SOMEWHERE
  379. $ make
  380. $ make install
  381. $ export $GNUNET_PREFIX=$SOMEWHERE
  382. $ make check
  383. Some of the testcases require python >= 3.4, and the python module
  384. "pexpect" to be installed.
  385. If any testcases fail to pass on your system, run
  386. "contrib/scripts/gnunet-bugreport" (in the repository) or "gnunet-bugreport"
  387. when you already have GNUnet installed and report its output together with
  388. information about the failing testcase(s) to the Mantis bugtracking
  389. system at https://bugs.gnunet.org/.
  390. Running HTTP on port 80 and HTTPS on port 443
  391. =============================================
  392. In order to hide GNUnet's HTTP/HTTPS traffic perfectly, you might
  393. consider running GNUnet's HTTP/HTTPS transport on port 80/443.
  394. However, we do not recommend running GNUnet as root. Instead, forward
  395. port 80 to say 1080 with this command (as root, in your startup
  396. scripts):
  397. # iptables -t nat -A PREROUTING -p tcp -m tcp --dport 80 -j REDIRECT --to-ports 1080
  398. or for HTTPS
  399. # iptables -t nat -A PREROUTING -p tcp -m tcp --dport 443 -j REDIRECT --to-ports 4433
  400. Then set in the HTTP section of gnunet.conf the "ADVERTISED_PORT" to
  401. "80" and "PORT" to 1080 and similarly in the HTTPS section the
  402. "ADVERTISED_PORT" to "443" and "PORT" to 4433.
  403. You can do the same trick for the TCP and UDP transports if you want
  404. to map them to a priviledged port (from the point of view of the
  405. network). However, we are not aware of this providing any advantages
  406. at this point.
  407. If you are already running an HTTP or HTTPS server on port 80 (or 443),
  408. you may be able to configure it as a "ReverseProxy". Here, you tell
  409. GNUnet that the externally visible URI is some sub-page on your website,
  410. and GNUnet can then tunnel its traffic via your existing HTTP server.
  411. This is particularly powerful if your existing server uses HTTPS, as
  412. it makes it harder for an adversary to distinguish normal traffic to
  413. your server from GNUnet traffic. Finally, even if you just use HTTP,
  414. you might benefit (!) from ISP's traffic shaping as opposed to being
  415. throttled by ISPs that dislike P2P. Details for configuring the
  416. reverse proxy are documented on our website.
  417. Further Reading
  418. ===============
  419. * Documentation
  420. A HTML version of the GNUnet manual is deployed at
  421. https://docs.gnunet.org
  422. which currently displays just GNUnet documentation. In the future
  423. we will add more reading material.
  424. * Academia / papers
  425. In almost 20 years various people in our community have written and
  426. collected a good number of papers which have been implemented in
  427. GNUnet or projects around GNUnet.
  428. There are currently 2 ways to get them:
  429. * Using git (NOTE: 1.1 GiB as of 2019-03-09):
  430. git clone https://git.gnunet.org/bibliography.git
  431. * Using the webbrowser:
  432. https://bib.gnunet.org/
  433. Stay tuned
  434. ==========
  435. * https://gnunet.org/
  436. * https://bugs.gnunet.org
  437. * https://git.gnunet.org
  438. * http://www.gnu.org/software/gnunet/
  439. * http://mail.gnu.org/mailman/listinfo/gnunet-developers
  440. * http://mail.gnu.org/mailman/listinfo/help-gnunet
  441. * http://mail.gnu.org/mailman/listinfo/info-gnunet
  442. * http://mail.gnu.org/mailman/listinfo/gnunet-svn