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

{% trans -%} Windows: Java 8 is recommended. Java 9 or higher may not work. {%- endtrans %}

{{ _('Release Notes') }}

{%- trans %}I2P for Windows{%- endtrans %}
{% call package('windows') %}

{% trans -%} After installing Java, download the file and double-click to run it. {%- endtrans %}

{% trans %}Easy-Install Bundle (Beta){% endtrans %}

{% trans %}It's now possible to install all I2P components using a single package(No Java Required). To try out the new installer, click here. This bundle can also be used to configure a Firefox Profile. It will not interfere with an existing I2P installation if one exists. {% endtrans %}

{% trans %}I2P Easy Install Bundle (Beta){% endtrans %}

{% trans %}Detailed Install Guide{% endtrans %}

{% trans %}Here is a helpful guide to installing I2P for Windows using a separate Java installation and the classic installer.{% endtrans %}
{% endcall %} {% endblock %}