{% extends "global/layout.html" %} {% block title %}{{ _('Download') }}{% endblock %} {% set i2pinstall_windows_sig = '293f445196a2f35c4d580f65b548135399e1f4443450b5ecf1cc53b1203fdad1' %} {% set i2pinstall_jar_sig = '9fae874a4d680f50f5efd7be70cfcf55f2f4687e011bde9c4b4899bafb002e97' %} {% set i2p_android_sig = 'a6120e19186246458a01e498eeb9e5afcb3901b9c058244410bda85d5a474113' %} {% set i2psource_sig = '7b73bdb23c53798054741cbaa4e7d8cce832ee566fbb17df0c803d0c22d099e1' %} {% set i2pupdate_sig = '69ca22a77a2de87f726d86555317f8688891d31f5312cf71d5a43febe2729b38' %} {% block content %}

{{ _('Download I2P') }}

{{ _('Dependency') }}

{% trans java='http://java.com/download/', openjdk='http://openjdk.java.net/install/', icedtea='http://icedtea.classpath.org/wiki/Main_Page' %} Java Runtime 1.5 or higher. (Oracle Java Version 6/7, OpenJDK 6/7, or IcedTea6/7 recommended)
Determine your installed Java version here or type java -version at your command prompt. {% endtrans %}

{{ _('Clean installs') }}

Windows

i2pinstall_{{ ver() }}_windows.exe ({{ def_mirror.org }}) ({{ _('select alternate link') }})
(SHA256 {{ i2pinstall_windows_sig }} sig)
{% trans -%} Download that file and run it. {%- endtrans %}

Mac OS X

i2pinstall_{{ ver() }}.jar ({{ def_mirror.org }}) ({{ _('select alternate link') }})
(SHA256 {{ i2pinstall_jar_sig }} sig)
{% trans i2pversion=ver() -%} Download that file and double-click it (if that works) or type java -jar i2pinstall_{{ i2pversion }}.jar in a terminal to run the installer. You may be able to right-click and select "Open with Java". {%- endtrans %}

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

{% trans i2pversion=ver() -%} Download the {{ i2pversion }} OSX graphical installer file above and run java -jar i2pinstall_{{ i2pversion }}.jar -console from the command line. {%- endtrans %}

GNU/Linux / BSD / Solaris

i2pinstall_{{ ver() }}.jar ({{ def_mirror.org }}) ({{ _('select alternate link') }})
(SHA256 {{ i2pinstall_jar_sig }} sig)
{% trans i2pversion=ver() -%} Download that file and double-click it (if that works) or type java -jar i2pinstall_{{ i2pversion }}.jar in a terminal to run the installer. On some platforms you may be able to right-click and select "Open with Java". {%- endtrans %}

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

{% trans i2pversion=ver() -%} Download the graphical installer file above and run java -jar i2pinstall_{{ i2pversion }}.jar -console from the command line. {%- endtrans %}

Debian / Ubuntu

Android

i2p-android-0.9.7.1-0_b4-API8.apk
(SHA256 {{ i2p_android_sig }} )
{% trans spongeurl='http://'+i2pconv('sponge.i2p') -%} The above file is the current release build. The latest dev build is version 0.9.3-5_b2-API8, and is available from sponge's eepsite - scan or click the QR code. {%- endtrans %}
{% trans -%} The release and dev versions of the I2P APK are not compatible, as they are signed by zzz and sponge respectively. Uninstall one before installing the other. {%- endtrans %}

{{ _('Source package') }}

i2psource_{{ ver() }}.tar.bz2 ({{ def_mirror.org }}) ({{ _('select alternate link') }})
(SHA256 {{ i2psource_sig }} sig)
{% trans monotoneurl=site_url('get-involved/guides/new-developers'), gitrepo='http://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 signingkey=site_url('get-involved/develop/release-signing-key') -%} The files are signed by zzz, whose key is here. {%- endtrans %}

{% trans -%} I2P can also be downloaded from our project pages on Launchpad and Google Code. {%- endtrans %}

{{ _('Post-install work') }}

{% trans -%} After running the installer on windows, simply click on the "Start I2P" button which will bring up the router console, which has further instructions. {%- endtrans %}

{% trans -%} On Unix-like systems, I2P can be started as a service using the "i2prouter" script, located in the directory you selected for I2P. Changing to that directory in a console and issuing "sh i2prouter status" should tell you the router's status. The arguments "start", "stop" and "restart" control the service. The router console can be accessed at its usual location. For users on OpenSolaris and other systems for which the wrapper (i2psvc) is not supported, start the router with "sh runplain.sh" instead. {%- endtrans %}

{% trans faq=site_url('faq') -%} When installing for the first time, please remember to adjust your NAT/firewall if you can, bearing in mind the Internet-facing ports I2P uses, described here among other ports. If you have successfully opened your port to inbound TCP, also enable inbound TCP on the configuration page. {%- endtrans %}

{% trans -%} Also, please review and adjust the bandwidth settings on the configuration page, as the default settings of 96 KBps down / 40 KBps up are fairly slow. {%- endtrans %}

{% trans browserconfig=site_url('about/browser-config') -%} If you want to reach eepsites via your browser, have a look on the browser proxy setup page for an easy howto. {%- endtrans %}

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

{% trans -%} Both automatic and manual upgrades are available for the release. {%- endtrans %}

{{ _('Automatic updates') }}

{% 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 -%} Due to a bug in release 0.7.6, those whose first I2P installation was that version and have not upgraded manually may get a "downloaded version is not greater than current version" error, and should use the manual update method below. {%- endtrans %}

{% trans blogpost=get_url('blog_post', slug='2009/06/29/0.7.5-Release') -%} If you are running 0.7.4 or earlier, please see the 0.7.5 release notes for important information about how to configure your router to automatically receive the release. {%- endtrans %}

{% trans instructions=site_url('misc/upgrade-0.6.1.30') -%} If you are running 0.6.1.30 or earlier, please see instructions for important information about how to configure your router to automatically receive the release. {%- endtrans %}

  1. {% trans instructions=site_url('misc/upgrade-0.6.1.30') -%} If you have reconfigured your router following the instructions, you should see a link on your router console allowing you to download and install the new release by just clicking on that link. {%- endtrans %}
  2. {% trans -%} Alternately, you can use the manual method specified below. {%- endtrans %}

{{ _('Manual updates') }}

i2pupdate_{{ ver() }}.zip ({{ def_mirror.org }}) ({{ _('select alternate link') }})
(SHA256 {{ i2pupdate_sig }} sig)
  1. {% trans -%} Download that 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 that file. {%- endtrans %}
  2. {% trans -%} Click "Restart" {%- endtrans %}
  3. {% trans -%} Grab a cup of coffee and come back in 11 minutes {%- endtrans %}
{% trans signingkey=site_url('get-involved/develop/release-signing-key') -%} The file is signed by zzz, 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 %}