{% extends "common/base.j2" %} {% block body_content %} {% import 'inc/news.macro.j2' as news %}
GNUnet

{% 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 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 a free and open society: It's a self-organizing network and it is 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 %}

{{ _("About") }}   {{ _("Install") }}   {{ _("Engage") }}

Notice: GNUnet is still undergoing major development. It is largely not yet ready for usage beyond developers

{{ _("News") }}

{% for item in newsdata[:4] %}
{{ news.newspreview(item, prefix="news/") }}
{% endfor %}

Read more of our recent news postings in the archive.

{{ _("Featured Applications") }}

{{ _("GNU Taler (Alpha)") }}

{% 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 %}

{{ _("re:claimID") }}

{% trans %} re:claimID is a decentralized Identity Provider (IdP) service built in top of the GNU Name System. It allows users to securely share personal information with websites using standardized protocols (OpenID Connect). {% endtrans %}

{{ _("Filesharing (Alpha)") }}

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

{{ _("Conversation (Pre-Alpha)") }}

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

{% endblock body_content %}