{% extends "global/layout.html" %} {%- from "downloads/macros" import package, package_outer with context -%} {% set release_signer = 'zzz' %} {% block title %}{{ _('Download') }}{% endblock %} {% block content_nav %} {% endblock %} {% block content %}

{{ _('Getting Started') }}

{% trans %}Basic Steps{% endtrans %}

{% trans %}For most platforms and systems, setting I2P installed and running will consist of up to three steps.{% endtrans %}

{{ _('Release Notes') }}

{%- trans %}I2P for Android{%- endtrans %}
{% call package('android') %}
{% trans -%} Requires Android 4.0 (Ice Cream Sandwich) or higher. If you earlier installed I2P, unfortunately this release fixes some IPC issues which will force you to uninstall your current installation before installing this. {%- endtrans %} {% trans -%} 512 MB RAM minimum; 1 GB recommended. {%- endtrans %} {% trans -%} The releases are not compatible with eachother, as they have different signatures. Uninstall them completely before installing any other version. The apk's from download.i2p2.de are signed by idk. {%- endtrans %}
{% endcall %} {% endblock %}