{% extends "global/layout.html" %} {%- from "downloads/macros" import package, package_outer with context -%} {% set release_signer = 'idk' %} {% block title %}{{ _('Download') }}{% endblock %} {% block content_nav %}
{% trans java='https://java.com/download' -%}The default I2P installer requires Java to be installed. You can obtain it from Oracle or from your choice of Java distribution. After installing Java, download the file and double-click to run it. {%- endtrans %}
{% trans %}It is now possible to install all I2P components using a single package (No Java required). To try out the new installer, click below. 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 For Windows (Beta){% endtrans %}{% trans i2pversion=ver() -%} I2P is available as a Java application for Mac OSX. It is distributed as a Java .jar
installer and therefore MacOS will ask you for explicit permission to run the software.
{%- 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 %} {% endcall %}
{% trans -%} I2P is available in the official repositories for Ubuntu Bionic and later, and Debian Buster and Sid. However, Debian Buster and Ubuntu Bionic (LTS) distributions will have older I2P versions. If you are not running Debian Sid or the latest Ubuntu release, use our Debian repo or Launchpad PPA to ensure you're running the latest I2P version. {%- endtrans %}
{% endcall %}{% trans -%}I2P is now available as a Docker package from the Docker Hub. You may retrieve the image by running the 'docker pull' command. {%- endtrans %}
{% trans-%}
docker pull geti2p/i2p
{%- endtrans %}
Docker Hub
{% endcall %} {% call package('source') %}
{% trans monotoneurl=site_url('get-involved/guides/new-developers'), gitrepo='http://'+i2pconv('git.repo.i2p')+'/w/i2p.i2p.git', github='https://github.com/i2p/i2p.i2p', android='https://github.com/i2p/i2p.android.base', i2pversion=ver() -%} Alternately,
you can fetch the source via Git from git.repo.i2p or Github.
Run (tar xjvf i2psource_{{ i2pversion }}.tar.bz2 ; cd i2p-{{ i2pversion }} ; ant pkg)
then either run the GUI installer or headless install as above. {%- endtrans %}
{% trans monotoneurl=site_url('get-involved/guides/new-developers'), github='https://github.com/i2p/i2p.android.base' -%} Android source is also in git on Github. Android builds require the I2P source. See the documentation in the Android source for additional build requirements and instructions. {%- endtrans %}
{% endcall %}{% trans -%} Both automatic and manual upgrades are available for the release. {%- endtrans %}
{% call package_outer('auto', _('Automatic updates'), 'images/download/update-auto.png') %}{% trans -%} If you are running 0.7.5 or later, your router should detect the new release. To upgrade simply click the 'Download Update' button on your router console when it appears. {%- endtrans %}
{% trans -%} Since 0.9.23, some releases are signed by str4d, whose signing key has been in the router since 0.9.9. Routers older than 0.9.9 will fail to verify update files signed by str4d, and will need to be manually updated using the process below. {%- endtrans %}