{% extends "global/layout.html" %} {%- from "downloads/macros" import package, package_outer with context -%} {% set release_signer = 'zzz' %} {% block title %}{{ _('Download') }}{% endblock %} {% block content_nav %}
{% trans %}For most platforms and systems, setting I2P installed and running will consist of up to three steps.{% endtrans %}
{% trans i2pversion=ver() -%}
The most reliable way to launch the installer is from a terminal like this:
java -jar i2pinstall_{{ i2pversion }}.jar
. This will launch the GUI installer.
Depending on how your computer is set up, you may be able to start the
installer by double-clicking the "i2pinstall_{{ i2pversion }}.jar" file or
right-clicking the file and selecting "Open with Java".
Unfortunately, this behaviour is difficult to predict.
{%- endtrans %}
java -jar i2pinstall_{{ i2pversion }}.jar -console
to follow
the install procedure in your terminal.
{%- endtrans %}