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

{{ _('Pick your I2P Bundle') }}

{% trans %}When you download the I2P software bundle, you get everything you need to connect and start participating in the I2P network and community. It even includes basic applications for every user, like e-mail, bittorrent, and a basic I2P Site for you to personalize and share.{% endtrans %}

{% trans %}After you've installed, a set up wizard will help you configure a few important things like how much bandwidth you would like to share while your router begins to make connections to the network. After the set up wizard is complete, you will be directed to the console home page where you can access the rest of the applications or configure, monitor, or troubleshoot your I2P connections.{% endtrans %}

{%- 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 %}
{%- trans %}I2P for Mac OSX{%- endtrans %}
{% call package('mac') %}

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

{% trans %}Command line (headless) install:{% endtrans %}

{% trans i2pversion=ver() -%} I2P can also be installed in a terminal environment, which may be especially useful for servers, containers, or certain virtual machines. If you wish to use the installer without a GUI, you can use the command java -jar i2pinstall_{{ i2pversion }}.jar -console to follow the install procedure in your terminal. {%- endtrans %}

{% trans %}DMG Bundle (Beta){% endtrans %}

If you do not want to use the installer or do not have a Java Runtime Environment available on your Mac, you can try our latest DMG bundle.
{% trans %}Mac OS DMG Bundle (BETA){% endtrans %}
{% endcall %}
{%- trans %}I2P for Linux{%- endtrans %}
{% call package('unix') %}

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

{% trans %}Command line (headless) install:{% endtrans %}

{% trans i2pversion=ver() -%} I2P can also be installed in a terminal environment, which may be especially useful for servers, containers, or certain virtual machines. If you wish to use the installer without a GUI, you can use the command java -jar i2pinstall_{{ i2pversion }}.jar -console to follow the install procedure in your terminal. {%- endtrans %} {% endcall %}
{%- trans %}I2P for Debian and Ubuntu{%- endtrans %}
{% call package_outer('deb', 'Debian / Ubuntu', 'images/download/debian-ubuntu.png') %}
{% trans %}Packages for Debian & Ubuntu are available.{% endtrans %}

{% 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 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 %}
{%- trans %}I2P for Docker{%- endtrans %}
{% call package_outer('docker', 'Docker', 'images/download/docker.png') %}

{% 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
{% trans %}Additional instructions for configuring your container can be found here.{% endtrans %}
{% 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', i2pversion=ver() -%} Alternately, you can fetch the source from monotone or 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 in git and on Github. Android builds require the I2P source. See the documentation in the Android source for additional build requirements and instructions. {%- endtrans %}

{% endcall %}
{% trans signer=release_signer, signingkey=site_url('get-involved/develop/release-signing-key') -%} The files are signed by {{ signer }}, whose key is here. {%- endtrans %} {% trans signer='zlatinb', signingkey=url_for('static', filename='zlatinb.key.crt') -%} The Windows installer is signed by {{ signer }}, whose key is here. {%- endtrans %} {% trans signer='mikalv (meeh)', signingkey=url_for('static', filename='mikalv.key.crt') -%} The Mac OS X native installer is signed by {{ signer }} with his Apple Developer ID certificate, whose key is here. {%- endtrans %}

{{ _('Updates from earlier releases:') }}

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

{% endcall %} {% call package('update-file') %}
  1. {% trans -%} Download the file to your I2P installation directory and rename as i2pupdate.zip. (alternately, you can get the source as above and run "ant updater", then copy the resulting i2pupdate.zip to your I2P installation directory). You do NOT need to unzip the file. {%- endtrans %}
  2. {% trans -%} Click "Restart" {%- endtrans %}
  3. {% trans -%} Grab a cup of coffee and come back in 11 minutes {%- endtrans %}
{% endcall %} {% trans signer=release_signer, signingkey=site_url('get-involved/develop/release-signing-key') -%} The file is signed by {{ signer }}, whose key is here. {%- endtrans %}

{{ _('Previous Releases') }}

{% trans echelon=i2pconv('echelon.i2p') -%} Previous releases are available on Google Code and Launchpad and within the I2P network on {{ echelon }}. {%- endtrans %} {% endblock %}