{% extends "global/layout.html" %} {% block title_outer %}{{ _('I2P Anonymous Network') }}{% endblock %} {% block title %}{{ _('The Invisible Internet Project') }}{% endblock %} {% block metadesc %}{{ _('Anonymous peer-to-peer distributed communication layer built with open source tools and designed to run any traditional Internet service such as email, IRC or web hosting.') }}{% endblock %} {% block content_outer %}

{{ _('Welcome to the Invisible Internet') }}

{% trans %}The Invisible Internet is a privacy by design, people-powered network. It is a truly free and anonymizing Internet alternative. Get I2P. {% endtrans %}

{% trans version=ver() %}Get I2P {{ version }}{% endtrans %}

{% trans %}What is I2P?{% endtrans %}

{% trans %}I2P Cares About Privacy{% endtrans %}

{% trans %}Peer-to-Peer{% endtrans %}

{% trans %}The network is people powered . Peers make a portion of their resources, particularly bandwidth, available to other network participants. This allows the network to function without relying on centralized servers.{% endtrans %} {% trans %}Learn more about the Protocol Stack{% endtrans %}.

{% trans %}Privacy and Security By Design{% endtrans %}

{% trans %}I2P has created transport protocols that resist DPI censorship, and continuously improves its end to end encryption.{% endtrans %} {% trans %}Read the I2P Transport Overview{% endtrans %}.

{% trans %}Built For Communication{% endtrans %}

{% trans %}I2P has an application layer with easy to use {% endtrans %}{% trans %}APIs for creating your own privacy - aware apps.{% endtrans %}

{{ _('I2P Blog ATOM Feed') }}

{% trans %}News & Updates{% endtrans %}

{% include "blog/latest.html" %}
Hero Image courtesy of Pixabay artist Montevideo
{% endblock %}