2012-06-03 01:06:09 +00:00
{% extends "global/layout.html" %}
2013-01-18 03:42:02 +00:00
{% block title %}{% trans %}Download{% endtrans %}{% endblock %}
2008-06-08 11:50:31 +00:00
{% block content %}
2013-01-18 03:42:02 +00:00
< h1 > {% trans %}Download I2P{% endtrans %}< / h1 >
2008-06-08 11:50:31 +00:00
< h3 > Dependency< / h3 >
2013-01-18 03:42:02 +00:00
< p > {% trans %}
2010-11-14 11:44:03 +00:00
Java Runtime 1.5 or higher.
(< a href = "http://java.com/download/" > Oracle/Sun Java Version 6< / a > ,
< a href = "http://openjdk.java.net/install/" > OpenJDK 6< / a > , or
< a href = "http://icedtea.classpath.org/wiki/Main_Page" > IcedTea6< / a >
recommended)
2011-06-04 22:32:45 +00:00
< br / >
2011-06-04 17:54:50 +00:00
< a href = "http://java.com/en/download/installed.jsp?detect=jre&try=1" > Determine your installed Java version here< / a >
2009-03-28 15:30:12 +00:00
or type < tt > java -version< / tt > at your command prompt.
2013-01-18 03:42:02 +00:00
{% endtrans %}< / p >
< h3 > {% trans %}Clean installs{% endtrans %}< / h3 >
2012-12-24 02:47:53 +00:00
< div class = "downloadlist" >
< div class = "package" >
< h1 > Windows< / h1 >
< div class = "file" >
2013-01-18 03:42:02 +00:00
< a href = "{{ get_url('downloads_select', file=ver('i2pinstall_%s_windows.exe')) }}" > i2pinstall_{{ ver() }}_windows.exe< / a >
2012-12-24 02:47:53 +00:00
< div class = "sig" >
(SHA256
2012-12-17 19:48:38 +00:00
c76bea15a6b7d98227466cc8025b1eb9069997e40e9d71ff49e55b2c8ac0b995
2013-01-18 03:42:02 +00:00
< a href = "{{ get_url('downloads_select', file=ver('i2pinstall_%s_windows.exe.sig')) }}" > sig< / a > )
2012-12-24 02:47:53 +00:00
< / div >
< / div >
< div class = "details" >
2013-01-18 03:42:02 +00:00
{% trans -%}
2012-05-03 13:08:46 +00:00
Download that file and run it.
2013-01-18 03:42:02 +00:00
{%- endtrans %}
2012-12-24 02:47:53 +00:00
< / div >
< / div >
< div class = "package" >
< h1 > Mac OS X< / h1 >
< div class = "file" >
2013-01-18 03:42:02 +00:00
< a href = "{{ get_url('downloads_select', file='i2pinstall_0.9.4-1_osx.jar') }}" > i2pinstall_0.9.4-1_osx.jar< / a >
2012-12-24 02:47:53 +00:00
< div class = "sig" >
2013-01-01 00:43:30 +00:00
(SHA256
2013-01-02 20:17:00 +00:00
9b652bfccae644a4f3aaa7917b656a914ba120b0f6e114f1d2d5520d0b0c01ff
2013-01-18 03:42:02 +00:00
< a href = "{{ get_url('downloads_select', file='i2pinstall_0.9.4-1_osx.jar.sig') }}" > sig< / a > )
2012-12-24 02:47:53 +00:00
< / div >
< / div >
< div class = "details" >
2013-01-18 03:42:02 +00:00
{% trans -%}
2012-12-24 02:47:53 +00:00
Download that file and double-click it (if that works) or
2013-01-02 20:17:00 +00:00
type < code > java -jar i2pinstall_0.9.4-1_osx.jar< / code > in a terminal to run the
2012-12-24 02:47:53 +00:00
installer.
2013-01-01 00:43:30 +00:00
You may be able to right-click and select
2012-12-24 02:47:53 +00:00
" Open with Java" .
2013-01-18 03:42:02 +00:00
{%- endtrans %}
2013-01-01 09:59:57 +00:00
< div class = "warning" >
2013-01-18 03:42:02 +00:00
{% trans buglink='http://'+i2pconv('trac.i2p2.i2p')+'/ticket/826' -%}
Due to < a href = "{{ buglink }}" > a wrapper bug< / a > , the 0.9.4 installer
2013-01-02 21:55:24 +00:00
will < b > NOT< / b > work on OS X. Use the fixed 0.9.4-1 OSX installer above.
2013-01-18 03:42:02 +00:00
{%- endtrans %}
2013-01-01 09:59:57 +00:00
< / div >
2012-12-24 02:47:53 +00:00
2013-01-18 03:42:02 +00:00
< h2 > {% trans %}Command line (headless) install:{% endtrans %}< / h2 >
{% trans -%}
2013-01-02 20:17:00 +00:00
Download the 0.9.4-1 OSX graphical installer file above and
run < code > java -jar i2pinstall_0.9.4-1_osx.jar -console< / code > from the command line.
2013-01-18 03:42:02 +00:00
{%- endtrans %}
2012-12-24 02:47:53 +00:00
< / div >
< / div >
2012-05-03 13:08:46 +00:00
2012-12-24 02:47:53 +00:00
< div class = "package" >
< h1 > GNU/Linux / BSD / Solaris< / h1 >
< div class = "file" >
2013-01-18 03:42:02 +00:00
< a href = "{{ get_url('downloads_select', file=ver('i2pinstall_%s.jar')) }}" > i2pinstall_{{ ver() }}.jar< / a >
2012-12-24 02:47:53 +00:00
< div class = "sig" >
(SHA256
2012-12-17 19:48:38 +00:00
8e670ba26c04176ace9246d91a09951975e2965b89628f620f5a3dff917298e4
2013-01-18 03:42:02 +00:00
< a href = "{{ get_url('downloads_select', file=ver('i2pinstall_%s.jar.sig')) }}" > sig< / a > )
2012-12-24 02:47:53 +00:00
< / div >
< / div >
< div class = "details" >
2013-01-18 03:42:02 +00:00
{% trans i2pversion=ver() -%}
2012-05-03 13:08:46 +00:00
Download that file and double-click it (if that works) or
2013-01-18 03:42:02 +00:00
type < code > java -jar i2pinstall_{{ i2pversion }}.jar< / code > in a terminal to run the
2012-05-03 13:08:46 +00:00
installer.
On some platforms you may be able to right-click and select
2012-12-24 02:47:53 +00:00
" Open with Java" .
2013-01-18 03:42:02 +00:00
{%- endtrans %}
2012-05-03 13:08:46 +00:00
2013-01-18 03:42:02 +00:00
< h2 > {% trans %}Command line (headless) install:{% endtrans %}< / h2 >
{% trans i2pversion=ver() -%}
2009-07-01 22:31:38 +00:00
Download the graphical installer file above and
2013-01-18 03:42:02 +00:00
run < code > java -jar i2pinstall_{{ i2pversion }}.jar -console< / code > from the command line.
{%- endtrans %}
2012-12-24 02:47:53 +00:00
< / div >
< / div >
2012-05-03 13:08:46 +00:00
2012-12-24 02:47:53 +00:00
< div class = "package" >
< h1 > Debian / Ubuntu< / h1 >
2012-12-25 03:25:12 +00:00
< div class = "details" >
2013-01-18 03:42:02 +00:00
< a href = "{{ get_url('downloads_select', file='debian') }}" > {% trans %}Packages for Debian & Ubuntu are available.{% endtrans %}< / a >
2012-12-24 02:47:53 +00:00
< / div >
< / div >
2012-05-03 13:08:46 +00:00
2013-01-16 09:48:34 +00:00
< div class = "package" >
< h1 > Android< / h1 >
< div class = "file" >
< a href = "http://{{ i2pconv('stats.i2p') }}/i2p.apk" > i2p-android-0.9.1-0_b1-API8.apk< / a >
< div class = "sig" >
(SHA256
66ed388e8038529dd3a18dcf2f18bd627a75156c98d094e92499fdb124bf4948
)
< / div >
< / div >
< div class = "details" >
2013-01-18 03:42:02 +00:00
{% trans spongeurl='http://'+i2pconv('sponge.i2p') -%}
2013-01-16 09:48:34 +00:00
The Android version of I2P is being actively developed.
The latest dev build is version 0.9.3-5_b2-API8, and is available from
2013-01-18 03:42:02 +00:00
< a href = "{{ spongeurl }}" > sponge's eepsite< / a > -
2013-01-16 09:48:34 +00:00
scan or click the QR code.
2013-01-18 03:42:02 +00:00
{%- endtrans %}
2013-01-16 09:48:34 +00:00
< div class = "warning" >
2013-01-18 03:42:02 +00:00
{% trans -%}
2013-01-16 09:48:34 +00:00
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.
2013-01-18 03:42:02 +00:00
{%- endtrans %}
2013-01-16 09:48:34 +00:00
< / div >
< / div >
< / div >
2012-12-24 02:47:53 +00:00
< div class = "package" >
2013-01-18 03:42:02 +00:00
< h1 > {% trans %}Source package{% endtrans %}< / h1 >
2012-12-24 02:47:53 +00:00
< div class = "file" >
2013-01-18 03:42:02 +00:00
< a href = "{{ get_url('downloads_select', file=ver('i2psource_%s.tar.bz2')) }}" > i2psource_{{ ver() }}.tar.bz2< / a >
2012-12-24 02:47:53 +00:00
< div class = "sig" >
(SHA256
2012-12-17 19:48:38 +00:00
1b7d9695555ed42142b04ad6bcda083cd1a064f6354b639ad2aef4d9cd474e06
2013-01-18 03:42:02 +00:00
< a href = "{{ get_url('downloads_select', file=ver('i2psource_%s.tar.bz2.sig')) }}" > sig< / a > )
2012-12-24 02:47:53 +00:00
< / div >
< / div >
< div class = "details" >
2013-01-18 03:42:02 +00:00
{% trans monotoneurl=site_url('get-involved/guides/new-developers'), i2pversion=ver() -%}
Alternately, you can fetch the source from < a href = "{{ monotoneurl }}#getting-the-i2p-code" > monotone< / a > .
2011-06-04 22:32:45 +00:00
< br / >
2013-01-18 03:42:02 +00:00
Run < code > (tar xjvf i2psource_{{ i2pversion }}.tar.bz2 ; cd i2p-{{ i2pversion }} ; ant pkg)< / code > then either
2012-12-24 02:47:53 +00:00
run the GUI installer or headless install as above.
2013-01-18 03:42:02 +00:00
{%- endtrans %}
2012-12-24 02:47:53 +00:00
< / div >
< / div >
< / div >
2004-09-09 03:41:16 +00:00
2013-01-18 03:42:02 +00:00
{% trans signingkey=site_url('get-involved/develop/release-signing-key') -%}
2009-07-31 13:17:06 +00:00
The files are signed by zzz,
2013-01-18 03:42:02 +00:00
< a href = "{{ signingkey }}" > whose key is here< / a > .
{%- endtrans %}
< p > {% trans -%}
I2P can also be downloaded from our project pages on < a href = "https://launchpad.net/i2p/trunk" > Launchpad< / a > and < a href = "http://code.google.com/p/i2p/" > Google Code< / a > .
{%- endtrans %}< / p >
< h3 > {% trans %}Post-install work{% endtrans %}< / h3 >
2007-01-16 05:19:00 +00:00
2013-01-18 03:42:02 +00:00
< p > {% trans -%}
After running the installer on windows, simply click on the "Start I2P" button
2007-01-16 05:19:00 +00:00
which will bring up the < a href = "http://localhost:7657/index.jsp" > router console< / a > ,
2013-01-18 03:42:02 +00:00
which has further instructions.
{%- endtrans %}< / p >
2007-01-16 05:19:00 +00:00
2013-01-18 03:42:02 +00:00
< p > {% trans -%}
On Unix-like systems, I2P can be started as a service
2007-01-16 05:19:00 +00:00
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 < a href = "http://localhost:7657/index.jsp" > router console< / a >
2008-03-22 12:31:14 +00:00
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.
2013-01-18 03:42:02 +00:00
{%- endtrans %}< / p >
2007-01-16 05:19:00 +00:00
2013-01-18 03:42:02 +00:00
< p > {% trans faq=site_url('faq') -%}
When installing for the first time, please remember to < b > adjust your NAT/firewall< / b >
2007-01-16 05:19:00 +00:00
if you can, bearing in mind the Internet-facing ports I2P uses,
2013-01-18 03:42:02 +00:00
< a href = "{{ faq }}#ports" > described here< / a > among other ports.
2008-02-10 22:43:33 +00:00
If you have successfully opened your port to inbound TCP, also enable inbound TCP on the
2012-07-10 17:04:15 +00:00
< a href = "http://localhost:7657/confignet.jsp" > configuration page< / a > .
2013-01-18 03:42:02 +00:00
{%- endtrans %}< / p >
2008-02-10 22:43:33 +00:00
2013-01-18 03:42:02 +00:00
< p > {% trans -%}
Also, please review and < b > adjust the bandwidth settings< / b > on the
2008-02-10 22:43:33 +00:00
< a href = "http://localhost:7657/config.jsp" > configuration page< / a > ,
2009-07-29 14:14:46 +00:00
as the default settings of 96 KBps down / 40 KBps up are fairly slow.
2013-01-18 03:42:02 +00:00
{%- endtrans %}< / p >
2007-01-16 05:19:00 +00:00
2013-01-18 03:42:02 +00:00
< p > {% trans browserconfig=site_url('about/browser-config') -%}
If you want to reach eepsites via your browser, have a look on the < a href = "{{ browserconfig }}" > browser proxy setup< / a > page for an easy howto.
{%- endtrans %}< / p >
2010-10-24 14:15:58 +00:00
2013-01-18 03:42:02 +00:00
< h3 > {% trans %}Updates from earlier releases:{% endtrans %}< / h3 >
< p > {% trans -%}
2008-02-10 22:43:33 +00:00
Both automatic and manual upgrades are available for the release.
2013-01-18 03:42:02 +00:00
{%- endtrans %}< / p >
2013-01-17 12:20:03 +00:00
< div class = "package" >
2013-01-18 03:42:02 +00:00
< h1 > {% trans %}Automatic updates{% endtrans %}< / h1 >
2013-01-17 12:20:03 +00:00
< div class = "details" >
2013-01-18 03:42:02 +00:00
< p > {% trans -%}
2009-07-29 14:14:46 +00:00
If you are running 0.7.5 or later, your router should detect the
2009-03-30 13:33:56 +00:00
new release. To upgrade simply click the 'Download Update' button on your router console
2008-03-09 15:21:50 +00:00
when it appears.
2013-01-18 03:42:02 +00:00
{%- endtrans %}< / p >
2013-01-17 12:20:03 +00:00
< div class = "warning" >
2013-01-18 03:42:02 +00:00
< p > {% trans -%}
2009-12-08 19:24:06 +00:00
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.
2013-01-18 03:42:02 +00:00
{%- endtrans %}< / p >
2013-01-17 12:20:03 +00:00
< / div >
< div class = "warning" >
2013-01-18 03:42:02 +00:00
< p > {% trans blogpost=get_url('blog_post', slug='2009/06/29/0.7.5-Release') -%}
2009-07-29 14:14:46 +00:00
If you are running 0.7.4 or earlier, please see
2013-01-18 03:42:02 +00:00
< a href = "{{ blogpost }}" > the 0.7.5 release notes< / a >
2009-07-29 14:14:46 +00:00
for important information about how to configure your router to automatically
receive the release.
2013-01-18 03:42:02 +00:00
{%- endtrans %}< / p >
2013-01-17 12:20:03 +00:00
< / div >
< div class = "warning" >
2013-01-18 03:42:02 +00:00
< p > {% trans instructions=site_url('misc/upgrade-0.6.1.30') -%}
2008-03-09 15:21:50 +00:00
If you are running 0.6.1.30 or earlier, please see
2013-01-18 03:42:02 +00:00
< a href = "{{ instructions }}" > instructions< / a >
2008-02-06 02:10:11 +00:00
for important information about how to configure your router to automatically
2008-03-11 11:52:54 +00:00
receive the release.
2013-01-18 03:42:02 +00:00
{%- endtrans %}< / p >
2008-02-06 02:10:11 +00:00
2005-03-30 04:01:43 +00:00
< ol >
2013-01-18 03:42:02 +00:00
< li >
{% trans instructions=site_url('misc/upgrade-0.6.1.30') -%}
If you have reconfigured your router following the < a href = "{{ instructions }}" > instructions< / a > , you should see a link on your
2005-03-30 04:01:43 +00:00
< a href = "http://localhost:7657/index.jsp" > router console< / a > allowing
you to download and install the new release by just clicking on that
2013-01-18 03:42:02 +00:00
link.
{%- endtrans %}
< / li >
< li >
{% trans -%}
Alternately, you can use the manual method specified below.
{%- endtrans %}
< / li >
2005-03-30 04:01:43 +00:00
< / ol >
2013-01-17 12:20:03 +00:00
< / div >
< / div >
< / div >
2005-03-30 04:01:43 +00:00
2013-01-17 12:20:03 +00:00
< div class = "package" >
2013-01-18 03:42:02 +00:00
< h1 > {% trans %}Manual updates{% endtrans %}< / h1 >
2013-01-17 12:20:03 +00:00
< div class = "file" >
2013-01-18 03:42:02 +00:00
< a href = "{{ get_url('downloads_select', file=ver('i2pupdate_%s.zip')) }}" > i2pupdate_{{ ver() }}.zip< / a >
2013-01-17 12:20:03 +00:00
< div class = "sig" >
(SHA256
2012-12-17 19:48:38 +00:00
0f369d9b85793f157ec67c4d59723a2ad0c1de2a0902d35e11c26a2c74add824
2013-01-18 03:42:02 +00:00
< a href = "{{ get_url('downloads_select', file=ver('i2pupdate_%s.zip.sig')) }}" > sig< / a > )
2013-01-17 12:20:03 +00:00
< / div >
< / div >
< div class = "details" >
< ol >
2013-01-18 03:42:02 +00:00
< li >
{% trans -%}
Download that file to your I2P
2008-05-18 22:51:53 +00:00
installation directory and < b > rename as i2pupdate.zip< / b > .
2004-09-30 19:20:59 +00:00
(alternately, you can get the source as above and run "ant updater", then copy the
2005-07-27 20:52:39 +00:00
resulting i2pupdate.zip to your I2P installation directory). You do
2013-01-18 03:42:02 +00:00
NOT need to unzip that file.
{%- endtrans %}
< / li >
< li >
{% trans -%}
Click < a href = "http://localhost:7657/configservice.jsp" > "Restart"< / a >
{%- endtrans %}
< / li >
< li >
{% trans -%}
Grab a cup of coffee and come back in 11 minutes
{%- endtrans %}
< / li >
2004-09-09 03:41:16 +00:00
< / ol >
2013-01-17 12:20:03 +00:00
< / div >
< / div >
2008-05-13 03:26:58 +00:00
2013-01-18 03:42:02 +00:00
{% trans signingkey=site_url('get-involved/develop/release-signing-key') -%}
2009-07-31 13:17:06 +00:00
The file is signed by zzz,
2013-01-18 03:42:02 +00:00
< a href = "{{ signingkey }}" > whose key is here< / a > .
{%- endtrans %}
< h3 > {% trans %}Previous Releases{% endtrans %}< / h3 >
2008-05-13 03:26:58 +00:00
2013-01-18 03:42:02 +00:00
{% trans echelon=i2pconv('echelon.i2p') -%}
2011-10-22 18:21:44 +00:00
Previous releases are available on < a href = "http://code.google.com/p/i2p/downloads/list?can=1" > Google Code< / a >
2012-09-28 18:07:46 +00:00
and < a href = "https://launchpad.net/i2p/trunk" > Launchpad< / a >
2013-01-18 03:42:02 +00:00
and within the I2P network on < a href = "http://{{ echelon }}/" > {{ echelon }}< / a > .
{%- endtrans %}
2011-10-22 18:21:44 +00:00
2008-02-01 18:03:05 +00:00
{% endblock %}