{% extends "common/base.j2" %} {% block body_content %}

{% trans %} GNUnet is a new network protocol stack for building secure, distributed, and privacy-preserving applications. With strong roots in academic research, our goal is to replace the old insecure Internet protocol stack. {% endtrans %}

{% trans %} GNUnet is typically run as an overlay network on top of the the existing Internet infrastructure forming the basis of a hybrid peer-to-peer mesh and relay backbone for applications to run on. It could just as well be run independently of the Internet, over dedicated radio and cable. {% endtrans %}

{% trans %} GNUnet is made for an open society: It's a self-organizing network and it's free software as in freedom. GNUnet puts you in control of your data. You determine which data to share with whom, and you're not pressured to accept compromises. {% endtrans %}

{% trans %} Download GNUnet (via Git) {% endtrans %} {% trans %} Join & support us! {% endtrans %}

{% trans %} The Internet of tomorrow needs GNUnet today {% endtrans %}

{{ _("Imagine...") }}

{% trans %} The conventional Internet is currently like a system of roads with deep potholes and highwaymen all over the place. Even if you still can use the roads (e.g. send emails, or browse websites) your vehicle might get hijacked, damaged, or long arms might reach into its back and steal your items (data) to use it against you and sell it to others - while you can't even notice the thievery nor accuse and hold the scroungers accountable. {% endtrans %}

{{ _("The Internet is broken") }}

{% trans %} Protocols from Ethernet and IP to BGP and X.509 PKI are insecure-by-default: protecting against address forgery, routers learning metadata, or choosing trustworthy CAs is nontrivial and sometimes impossible. {% endtrans %}

{% trans %} GNUnet provides privacy-by-design, improving addressing, routing, naming and content distribution in a technically robust manner - as opposed to ad-hoc designs in place today. {% endtrans %}

{{ _("Decentralization is hard") }}

{% trans %} It seems as if every other distributed or P2P project develops its own library stack, covering transports, stream muxing, discovery and others. This divides effort and multiplies bug count.

GNUnet is a metadata-preserving foundation for your application, covering areas from addressing to reliable bidirectional Axolotl-encrypted channels, with advanced routing. Our work is based on continuous research spanning almost two decades. {% endtrans %}

{{ _("Metadata is exposed") }}

{% trans %} Even though transport encryption is increasingly being deployed on the Internet, it still reveals data that can threaten democracy: the identities of senders and receivers, the times, frequency and the volume of communication are all still revealed.

GNUnet addresses these concerns with perfect forward secrecy via ephemeral public key addressing, fixed packet size to hinder traffic analysis, layered encryption, Sybil-resistant routing, and more. {% endtrans %}

{{ _("Freedoms are not respected") }}

{% trans %} Today, monitoring increasingly centralized infrastructure, proprietary implementations, traffic shapers and firewalls restrict all of the essential freedoms to various degrees. {% endtrans %}

{% trans %} GNUnet gives users freedoms to securely access information (“run” the network), to study all aspects of the network’s operation (“access the code”), to distribute information (“copy”), as well as the freedom to deploy new applications (“modify”). {% endtrans %}

{% trans %} Featured Applications {% endtrans %}

{{ _("GNU Taler") }}

{% trans %} GNU Taler is a new privacy-preserving electronic payment system. Payments are cryptographically secured and are confirmed within milliseconds with extremely low transaction costs. {% endtrans %}

{{ _("The GNU Name System") }}

{% trans %} The GNU Name System (GNS) is a fully decentralized replacement for the Domain Name System (DNS). Instead of using a hierarchy, GNS uses a directed graph. Naming conventions are similar to DNS, but queries and replies are private even with respect to peers providing the answers. The integrity of records and privacy of look-ups is cryptographically secured. {% endtrans %}

{{ _("secushare") }}

{% trans %} secushare is creating a decentralized social networking application on top of GNUnet. Using overlay multicast and the extensible PSYC protocol, notifications are distributed end-to-end encrypted to authorized recipients only. {% endtrans %}

{{ _("pretty Easy privacy") }}

{% trans %} pretty Easy privacy (p≡p) is creating a usable end-to-end encrypted e-mail solution using opportunistic key exchange. p≡p will use GNUnet to protect metadata and exploit new cryptographic protocols to verify keys. {% endtrans %}

{{ _("Filesharing") }}

{% trans %} GNUnet filesharing is an application that provides censorship-resistant, anonymous filesharing. The publisher is empowered to make a gradual choice between performance and anonymity. {% endtrans %}

{{ _("Conversation") }}

{% trans %} GNUnet conversation is an application that provides secure voice communication in a fully decentralized way by employing GNUnet for routing and transport. {% endtrans %}

{{ _("News") }}

{% include "news.html.j2.inc" %}
{% endblock body_content %}