164 lines
7.5 KiB
HTML
164 lines
7.5 KiB
HTML
{% extends "_layout.html" %}
|
|
{% block title %}Download{% endblock %}
|
|
{% block content %}
|
|
<h1>Download I2P</h1>
|
|
<h3>Dependency</h3>
|
|
Java Runtime 1.5 or higher.
|
|
(<a href="http://java.com/download/">Oracle Java Version 7</a>,
|
|
<a href="http://openjdk.java.net/install/">OpenJDK 7</a>, or
|
|
<a href="http://icedtea.classpath.org/wiki/Main_Page">IcedTea7</a>
|
|
recommended,
|
|
except Raspberry Pi: <a href="https://jdk8.java.net/download.html">Oracle 8 Early Access</a>,
|
|
PowerPC: <a href="http://www.ibm.com/developerworks/java/jdk/linux/download.html">IBM SDK 7</a>)
|
|
<br />
|
|
<a href="http://java.com/en/download/installed.jsp?detect=jre&try=1">Determine your installed Java version here</a>
|
|
or type <tt>java -version</tt> at your command prompt.
|
|
<h3>Clean installs</h3>
|
|
<ul class="downloadlist">
|
|
<li><b>Windows Graphical installer:</b><br />
|
|
<a href="http://mirror.i2p2.de/i2pinstall_0.9.8.1_windows.exe">i2pinstall_0.9.8.1_windows.exe</a>
|
|
(SHA256
|
|
e4a0a5929f20a5e176aad1ba4fe85d6c321c06fbc802cd715970ec380bb9e4fe
|
|
<a href="http://mirror.i2p2.de/i2pinstall_0.9.8.1_windows.exe.sig">sig</a>)<br />
|
|
Download that file and run it.
|
|
</li>
|
|
|
|
<li><b>Linux / BSD / Solaris Graphical installer:</b><br />
|
|
<a href="http://mirror.i2p2.de/i2pinstall_0.9.8.1.jar">i2pinstall_0.9.8.1.jar</a>
|
|
(SHA256
|
|
8b933d55622743e3692585d09a1393a898dfd3d8c8f4c7f489adc23981273d30
|
|
<a href="http://mirror.i2p2.de/i2pinstall_0.9.8.1.jar.sig">sig</a>)<br />
|
|
Download that file and double-click it (if that works) or
|
|
type <code>java -jar i2pinstall_0.9.8.1.jar</code> in a terminal to run the
|
|
installer.
|
|
On some platforms you may be able to right-click and select
|
|
"Open with Java".</li>
|
|
|
|
<li><b>Linux / BSD / Solaris Command line (headless) install:</b><br />
|
|
Download the graphical installer file above and
|
|
run <code>java -jar i2pinstall_0.9.8.1.jar -console</code> from the command line.
|
|
</li>
|
|
|
|
<li><a href="/debian.html">Packages for Debian & Ubuntu</a></li>
|
|
|
|
<li><b>OS X Graphical installer:</b><br />
|
|
<a href="http://mirror.i2p2.de/i2pinstall_0.9.8.1.jar">i2pinstall_0.9.8.1.jar</a>
|
|
(SHA256
|
|
8b933d55622743e3692585d09a1393a898dfd3d8c8f4c7f489adc23981273d30
|
|
<a href="http://mirror.i2p2.de/i2pinstall_0.9.8.1.jar.sig">sig</a>)<br />
|
|
Download that file and double-click it (if that works) or
|
|
type <code>java -jar i2pinstall_0.9.8.1.jar</code> in a terminal to run the
|
|
installer.
|
|
You may be able to right-click and select
|
|
"Open with Java".
|
|
</li>
|
|
|
|
<li><b>OS X Command line (headless) install:</b><br />
|
|
Download the 0.9.8.1 OSX graphical installer file above and
|
|
run <code>java -jar i2pinstall_0.9.8.1.jar -console</code> from the command line.
|
|
</li>
|
|
|
|
<li><b>Source install:</b><br />
|
|
<a href="http://mirror.i2p2.de/i2psource_0.9.8.1.tar.bz2">i2psource_0.9.8.1.tar.bz2</a>
|
|
(SHA256
|
|
315072afc19b254a67062affe8b4515198ff64ecfcb4292b5f58b83975b3a1c3
|
|
<a href="http://mirror.i2p2.de/i2psource_0.9.8.1.tar.bz2.sig">sig</a>)<br />
|
|
Alternately, you can fetch the source from <a href="newdevelopers#getting-the-i2p-code">monotone</a>
|
|
or via Git from <a href="http://git.repo.i2p/w/i2p.i2p.git">git.repo.i2p</a> or <a href="https://github.com/i2p/i2p.i2p">Github</a>.
|
|
<br />
|
|
Run <code>(tar xjvf i2psource_0.9.8.1.tar.bz2 ; cd i2p-0.9.8.1 ; ant pkg)</code> then either
|
|
run the GUI installer or headless install as above</li>
|
|
</ul>
|
|
|
|
The files are signed by zzz,
|
|
<a href="release-signing-key.html">whose key is here</a>.
|
|
<p>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>.</p>
|
|
<h3>Post-install work</h3>
|
|
|
|
<p>After running the installer on windows, simply click on the "Start I2P" button
|
|
which will bring up the <a href="http://localhost:7657/index.jsp">router console</a>,
|
|
which has further instructions.</p>
|
|
|
|
<p>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 <a href="http://localhost:7657/index.jsp">router console</a>
|
|
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.
|
|
</p>
|
|
|
|
<p>When installing for the first time, please remember to <b>adjust your NAT/firewall</b>
|
|
if you can, bearing in mind the Internet-facing ports I2P uses,
|
|
<a href="faq#ports">described here</a> among other ports.
|
|
If you have successfully opened your port to inbound TCP, also enable inbound TCP on the
|
|
<a href="http://localhost:7657/confignet.jsp">configuration page</a>.
|
|
</p>
|
|
|
|
<p>Also, please review and <b>adjust the bandwidth settings</b> on the
|
|
<a href="http://localhost:7657/config.jsp">configuration page</a>,
|
|
as the default settings of 96 KBps down / 40 KBps up are fairly slow.
|
|
</p>
|
|
|
|
<p>
|
|
If you want to reach eepsites via your browser, have a look on the <a href="htproxyports.html">browser proxy setup</a> page for an easy howto.
|
|
</p>
|
|
|
|
<h3>Updates from earlier releases:</h3>
|
|
<p>
|
|
Both automatic and manual upgrades are available for the release.
|
|
</p><p>
|
|
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.
|
|
</p><p>
|
|
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.
|
|
</p><p>
|
|
If you are running 0.7.4 or earlier, please see
|
|
<a href="release-0.7.5.html">the 0.7.5 release notes</a>
|
|
for important information about how to configure your router to automatically
|
|
receive the release.
|
|
</p><p>
|
|
If you are running 0.6.1.30 or earlier, please see
|
|
<a href="upgrade-0.6.1.30.html">instructions</a>
|
|
for important information about how to configure your router to automatically
|
|
receive the release.
|
|
</p>
|
|
|
|
<ol>
|
|
<li>If you have reconfigured your router following the <a href="upgrade-0.6.1.30.html">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.</li>
|
|
<li>Alternately, you can use the manual method specified below.</li>
|
|
</ol>
|
|
|
|
<h3 id="update">Updates from earlier releases (manual method):</h3>
|
|
<ol>
|
|
<li>Download <a href="http://mirror.i2p2.de/i2pupdate_0.9.8.1.zip">i2pupdate_0.9.8.1.zip</a>
|
|
(SHA256
|
|
a340f84b5893ba0f193ec86e09f15c0ef724735eafb4c67c090f23be020b24ab
|
|
<a href="http://mirror.i2p2.de/i2pupdate_0.9.8.1.zip.sig">sig</a>) 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.</li>
|
|
<li>Click <a href="http://localhost:7657/configservice.jsp">"Restart"</a></li>
|
|
<li>Grab a cup of coffee and come back in 11 minutes</li>
|
|
</ol>
|
|
|
|
The file is signed by zzz,
|
|
<a href="release-signing-key.html">whose key is here</a>.
|
|
|
|
<h3>Previous Releases</h3>
|
|
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.i2p/">echelon.i2p</a>.
|
|
|
|
|
|
{% endblock %}
|