337 lines
15 KiB
HTML
337 lines
15 KiB
HTML
{% extends "global/layout.html" %}
|
|
{% block title %}{{ _('Download') }}{% endblock %}
|
|
{% set i2pinstall_windows_hash = 'be114797fc0ea7ab83bd8c85286fe4e5c60109f7dbdeef45f4b8d5e2f8e6a189' %}
|
|
{% set i2pinstall_jar_hash = 'b9882faaa89adb87f4e91cd00de416989c5e420aca3204bce4cf5b6f5d2771dc' %}
|
|
{% set i2psource_hash = '6f02f38c933662874c485cb52ca800a9e07c36e74a26fdfeece65e25979beb4b' %}
|
|
{% set i2pupdate_hash = '67b5020136079c9793111f681cd3279e5717b7cfddbbeb0bdd56c21a7a420035' %}
|
|
{% set i2p_android_hash = '6d2b033dd0eb15d3e93b67e8fd6f92530bfb67ff7827fa25725f219f81ffae5c' %}
|
|
{% block content %}
|
|
<h3>{{ _('Dependency') }}</h3>
|
|
<p>{% trans java='http://java.com/download/',
|
|
openjdk='http://openjdk.java.net/install/',
|
|
icedtea='http://icedtea.classpath.org/wiki/Main_Page',
|
|
arm8='http://www.oracle.com/technetwork/java/javase/downloads/jdk8-arm-downloads-2187472.html',
|
|
ibmsdk7='http://www.ibm.com/developerworks/java/jdk/linux/download.html',
|
|
detectjre='http://java.com/en/download/installed.jsp?detect=jre&try=1' %}
|
|
Java Runtime 1.6 or higher.
|
|
(<a href="{{ java }}">Oracle Java Version 7</a>,
|
|
<a href="{{ openjdk }}">OpenJDK 7</a>, or
|
|
<a href="{{ icedtea }}">IcedTea7</a>
|
|
recommended,
|
|
except Raspberry Pi: <a href="{{ arm8 }}">JDK 8 for ARM</a>,
|
|
PowerPC: <a href="{{ ibmsdk7 }}">IBM SDK 7</a>)
|
|
<br />
|
|
<a href="{{ detectjre }}">Determine your installed Java version here</a>
|
|
or type <tt>java -version</tt> at your command prompt.
|
|
{% endtrans %}</p>
|
|
|
|
|
|
<h3>{{ _('Clean installs') }}</h3>
|
|
<div class="downloadlist">
|
|
|
|
<div class="package" id="windows">
|
|
<div class="os">
|
|
<img src="{{ url_for('static', filename='images/download/windows.png') }}" alt="Windows" title="Windows" />
|
|
</div>
|
|
<div class="details">
|
|
<div class="file">
|
|
<a class="default" href="{{ url_for('downloads_redirect', version=ver(), protocol=def_mirror.protocol, domain=def_mirror.domain, file=ver('i2pinstall_%s_windows.exe')) }}">
|
|
<span class="name">i2pinstall_{{ ver() }}_windows.exe</span><br />
|
|
<span class="mirror">{{ _('Mirror:') }} <img src="{{ url_for('static', filename='images/flags/'+def_mirror.country+'.png') }}" /> {{ def_mirror.org }}</span>
|
|
</a>
|
|
<a class="mirrors" href="{{ get_url('downloads_select', version=ver(), file=ver('i2pinstall_%s_windows.exe')) }}">{{ _('select alternate mirror') }}</a><!--
|
|
--><a class="sig" href="{{ url_for('downloads_redirect', version=ver(), protocol=def_mirror.protocol, domain=def_mirror.domain, file=ver('i2pinstall_%s_windows.exe.sig')) }}">sig</a>
|
|
</div>
|
|
<div class="hash">
|
|
<code>{{ i2pinstall_windows_hash }}</code>
|
|
</div>
|
|
<p>{% trans -%}
|
|
Download that file and run it.
|
|
{%- endtrans %}</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="package" id="mac">
|
|
<div class="os">
|
|
<img src="{{ url_for('static', filename='images/download/mac-osx.png') }}" alt="Mac OS X" title="Mac OS X" />
|
|
</div>
|
|
<div class="details">
|
|
<div class="file">
|
|
<a class="default" href="{{ url_for('downloads_redirect', version=ver(), protocol=def_mirror.protocol, domain=def_mirror.domain, file=ver('i2pinstall_%s.jar')) }}">
|
|
<span class="name">i2pinstall_{{ ver() }}.jar</span><br />
|
|
<span class="mirror">{{ _('Mirror:') }} <img src="{{ url_for('static', filename='images/flags/'+def_mirror.country+'.png') }}" /> {{ def_mirror.org }}</span>
|
|
</a>
|
|
<a class="mirrors" href="{{ get_url('downloads_select', version=ver(), file=ver('i2pinstall_%s.jar')) }}">{{ _('select alternate mirror') }}</a><!--
|
|
--><a class="sig" href="{{ url_for('downloads_redirect', version=ver(), protocol=def_mirror.protocol, domain=def_mirror.domain, file=ver('i2pinstall_%s.jar.sig')) }}">sig</a>
|
|
</div>
|
|
<div class="hash">
|
|
<code>{{ i2pinstall_jar_hash }}</code>
|
|
</div>
|
|
<p>{% trans i2pversion=ver() -%}
|
|
Download that file and double-click it (if that works) or
|
|
type <code>java -jar i2pinstall_{{ i2pversion }}.jar</code> in a terminal to run the
|
|
installer.
|
|
You may be able to right-click and select
|
|
"Open with Java".
|
|
{%- endtrans %}</p>
|
|
|
|
<h2>{% trans %}Command line (headless) install:{% endtrans %}</h2>
|
|
{% trans i2pversion=ver() -%}
|
|
Download the {{ i2pversion }} OSX graphical installer file above and
|
|
run <code>java -jar i2pinstall_{{ i2pversion }}.jar -console</code> from the command line.
|
|
{%- endtrans %}
|
|
</div>
|
|
</div>
|
|
|
|
<div class="package" id="*nix">
|
|
<div class="os">
|
|
<img src="{{ url_for('static', filename='images/download/freebsd-tux.png') }}" alt="GNU/Linux / BSD / Solaris" title="GNU/Linux / BSD / Solaris" />
|
|
</div>
|
|
<div class="details">
|
|
<div class="file">
|
|
<a class="default" href="{{ url_for('downloads_redirect', version=ver(), protocol=def_mirror.protocol, domain=def_mirror.domain, file=ver('i2pinstall_%s.jar')) }}">
|
|
<span class="name">i2pinstall_{{ ver() }}.jar</span><br />
|
|
<span class="mirror">{{ _('Mirror:') }} <img src="{{ url_for('static', filename='images/flags/'+def_mirror.country+'.png') }}" /> {{ def_mirror.org }}</span>
|
|
</a>
|
|
<a class="mirrors" href="{{ get_url('downloads_select', version=ver(), file=ver('i2pinstall_%s.jar')) }}">{{ _('select alternate mirror') }}</a><!--
|
|
--><a class="sig" href="{{ url_for('downloads_redirect', version=ver(), protocol=def_mirror.protocol, domain=def_mirror.domain, file=ver('i2pinstall_%s.jar.sig')) }}">sig</a>
|
|
</div>
|
|
<div class="hash">
|
|
<code>{{ i2pinstall_jar_hash }}</code>
|
|
</div>
|
|
<p>{% trans i2pversion=ver() -%}
|
|
Download that file and double-click it (if that works) or
|
|
type <code>java -jar i2pinstall_{{ i2pversion }}.jar</code> in a terminal to run the
|
|
installer.
|
|
On some platforms you may be able to right-click and select
|
|
"Open with Java".
|
|
{%- endtrans %}</p>
|
|
|
|
<h2>{% trans %}Command line (headless) install:{% endtrans %}</h2>
|
|
{% trans i2pversion=ver() -%}
|
|
Download the graphical installer file above and
|
|
run <code>java -jar i2pinstall_{{ i2pversion }}.jar -console</code> from the command line.
|
|
{%- endtrans %}
|
|
</div>
|
|
</div>
|
|
|
|
<div class="package" id="deb">
|
|
<div class="os">
|
|
<img src="{{ url_for('static', filename='images/download/debian-ubuntu.png') }}" alt="Debian / Ubuntu" title="Debian / Ubuntu" />
|
|
</div>
|
|
<div class="details">
|
|
<div class="file">
|
|
<a class="default" href="{{ get_url('downloads_debian') }}">{% trans %}Packages for Debian & Ubuntu are available.{% endtrans %}</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="package" id="android">
|
|
<div class="os">
|
|
<img src="{{ url_for('static', filename='images/download/android.png') }}" alt="Android" title="Android" />
|
|
</div>
|
|
<div class="details">
|
|
<div class="file">
|
|
{% trans %}Outside I2P{% endtrans %}:
|
|
<!-- do not use url_for here -->
|
|
<a class="default" href="https://download.i2p2.de/android/current/i2p.apk">I2P-0.9.17.1</a>
|
|
<br>
|
|
{% trans %}Inside I2P{% endtrans %}:
|
|
<!-- do not use i2pconv here -->
|
|
<a class="default" href="http://meeh.i2p/i2p.apk">I2P-0.9.15.1</a>
|
|
<br>
|
|
{% trans %}Our F-Droid repository{% endtrans %}:
|
|
<a class="default" href="https://f-droid.i2p.io/repo">https://f-droid.i2p.io/repo</a> - I2P-0.9.17.1
|
|
<br>
|
|
F-Droid:
|
|
<a class="default" href="https://fdroid.org/app/net.i2p.android.router">I2P-0.9.13-0_b1-API8</a>
|
|
<br>
|
|
{% trans %}Development Builds{% endtrans %}:
|
|
{% trans str4durl='http://'+i2pconv('str4d.i2p')+'/android/' -%}
|
|
<a class="default" href="{{ str4durl }}">str4d's eepsite</a>
|
|
{%- endtrans %}
|
|
</div>
|
|
<div class="hash">
|
|
<code>{{ i2p_android_hash }}</code>
|
|
</div>
|
|
<p> </p>
|
|
<div class="warning">
|
|
{% trans -%}
|
|
The I2P Android app is in development and does NOT currently provide strong anonymity.
|
|
{%- endtrans %}
|
|
{% trans -%}
|
|
Requires Android 2.3 (Gingerbread) or higher. If you earlier installed
|
|
I2P, you need to reinstall because we have also changed the release keys.
|
|
{%- endtrans %}
|
|
{% trans -%}
|
|
512 MB RAM minimum; 1 GB recommended.
|
|
{%- endtrans %}
|
|
{% trans -%}
|
|
The release and dev versions of the I2P APK are not compatible, as they
|
|
are signed by zzz and str4d respectively. Uninstall one before installing
|
|
the other.
|
|
{%- endtrans %}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="package" id="source">
|
|
<div class="os">
|
|
<img src="{{ url_for('static', filename='images/download/source.png') }}" alt="{{ _('Source package') }}" title="{{ _('Source package') }}" />
|
|
</div>
|
|
<div class="details">
|
|
<div class="file">
|
|
<a class="default" href="{{ url_for('downloads_redirect', version=ver(), protocol=def_mirror.protocol, domain=def_mirror.domain, file=ver('i2psource_%s.tar.bz2')) }}">
|
|
<span class="name">i2psource_{{ ver() }}.tar.bz2</span><br />
|
|
<span class="mirror">{{ _('Mirror:') }} <img src="{{ url_for('static', filename='images/flags/'+def_mirror.country+'.png') }}" /> {{ def_mirror.org }}</span>
|
|
</a>
|
|
<a class="mirrors" href="{{ get_url('downloads_select', version=ver(), file=ver('i2psource_%s.tar.bz2')) }}">{{ _('select alternate mirror') }}</a><!--
|
|
--><a class="sig" href="{{ url_for('downloads_redirect', version=ver(), protocol=def_mirror.protocol, domain=def_mirror.domain, file=ver('i2psource_%s.tar.bz2.sig')) }}">sig</a>
|
|
</div>
|
|
<div class="hash">
|
|
<code>{{ i2psource_hash }}</code>
|
|
</div>
|
|
<p>{% 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 <a href="{{ monotoneurl }}#getting-the-i2p-code">monotone</a>
|
|
or via Git from <a href="{{ gitrepo }}">git.repo.i2p</a> or <a href="{{ github }}">Github</a>.
|
|
<br />
|
|
Run <code>(tar xjvf i2psource_{{ i2pversion }}.tar.bz2 ; cd i2p-{{ i2pversion }} ; ant pkg)</code> then either
|
|
run the GUI installer or headless install as above.
|
|
{%- endtrans %}</p>
|
|
<p>{% trans monotoneurl=site_url('get-involved/guides/new-developers'),
|
|
github='https://github.com/i2p/i2p.android.base' -%}
|
|
Android source is in <a href="{{ monotoneurl }}#getting-the-i2p-code">monotone</a>
|
|
and on <a href="{{ github }}">Github</a>.
|
|
Android builds require the I2P source.
|
|
See the documentation in the Android source for additional build requirements and instructions.
|
|
{%- endtrans %}</p>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{% trans signingkey=site_url('get-involved/develop/release-signing-key') -%}
|
|
The files are signed by zzz,
|
|
<a href="{{ signingkey }}">whose key is here</a>.
|
|
{%- endtrans %}
|
|
|
|
|
|
{% include "downloads/post-install.html" %}
|
|
|
|
<h3 id="update">{{ _('Updates from earlier releases:') }}</h3>
|
|
|
|
<p>{% trans -%}
|
|
Both automatic and manual upgrades are available for the release.
|
|
{%- endtrans %}</p>
|
|
|
|
<div class="package">
|
|
<div class="os">
|
|
<img src="{{ url_for('static', filename='images/download/update-auto.png') }}" alt="{{ _('Automatic updates') }}" title="{{ _('Automatic updates') }}" />
|
|
</div>
|
|
<div class="details">
|
|
<p>{% 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 %}</p>
|
|
<div class="warning">
|
|
<p>{% 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 %}</p>
|
|
</div>
|
|
<div class="warning">
|
|
<p>{% 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
|
|
<a href="{{ blogpost }}">the 0.7.5 release notes</a>
|
|
for important information about how to configure your router to automatically
|
|
receive the release.
|
|
{%- endtrans %}</p>
|
|
</div>
|
|
<div class="warning">
|
|
<p>{% trans instructions=site_url('misc/upgrade-0.6.1.30') -%}
|
|
If you are running 0.6.1.30 or earlier, please see
|
|
<a href="{{ instructions }}">instructions</a>
|
|
for important information about how to configure your router to automatically
|
|
receive the release.
|
|
{%- endtrans %}</p>
|
|
|
|
<ol>
|
|
<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
|
|
<a href="http://localhost:7657/index.jsp">router console</a> allowing
|
|
you to download and install the new release by just clicking on that
|
|
link.
|
|
{%- endtrans %}
|
|
</li>
|
|
<li>
|
|
{% trans -%}
|
|
Alternately, you can use the manual method specified below.
|
|
{%- endtrans %}
|
|
</li>
|
|
</ol>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="package" id="update">
|
|
<div class="os">
|
|
<img src="{{ url_for('static', filename='images/download/update-manual.png') }}" alt="{{ _('Manual updates') }}" title="{{ _('Manual updates') }}" />
|
|
</div>
|
|
<div class="details">
|
|
<div class="file">
|
|
<a class="default" href="{{ url_for('downloads_redirect', version=ver(), protocol=def_mirror.protocol, domain=def_mirror.domain, file=ver('i2pupdate_%s.zip')) }}">
|
|
<span class="name">i2pupdate_{{ ver() }}.zip</span><br />
|
|
<span class="mirror">{{ _('Mirror:') }} <img src="{{ url_for('static', filename='images/flags/'+def_mirror.country+'.png') }}" /> {{ def_mirror.org }}</span>
|
|
</a>
|
|
<a class="mirrors" href="{{ get_url('downloads_select', version=ver(), file=ver('i2pupdate_%s.zip')) }}">{{ _('select alternate mirror') }}</a><!--
|
|
--><a class="sig" href="{{ url_for('downloads_redirect', version=ver(), protocol=def_mirror.protocol, domain=def_mirror.domain, file=ver('i2pupdate_%s.zip.sig')) }}">sig</a>
|
|
</div>
|
|
<div class="hash">
|
|
<code>{{ i2pupdate_hash }}</code>
|
|
</div>
|
|
<ol>
|
|
<li>
|
|
{% trans -%}
|
|
Download that file to your I2P
|
|
installation directory and <b>rename as i2pupdate.zip</b>.
|
|
(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 %}
|
|
</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>
|
|
</ol>
|
|
</div>
|
|
</div>
|
|
|
|
{% trans signingkey=site_url('get-involved/develop/release-signing-key') -%}
|
|
The file is signed by zzz,
|
|
<a href="{{ signingkey }}">whose key is here</a>.
|
|
{%- endtrans %}
|
|
|
|
<h3>{{ _('Previous Releases') }}</h3>
|
|
|
|
{% trans echelon=i2pconv('echelon.i2p') -%}
|
|
Previous releases are available on <a href="http://code.google.com/p/i2p/downloads/list?can=1">Google Code</a>
|
|
and <a href="https://launchpad.net/i2p/trunk">Launchpad</a>
|
|
and within the I2P network on <a href="http://{{ echelon }}/">{{ echelon }}</a>.
|
|
{%- endtrans %}
|
|
|
|
{% endblock %}
|