Files
i2p.www/i2p2www/pages/downloads/lab.html

179 lines
6.3 KiB
HTML
Raw Normal View History

{% extends "global/layout.html" %}
{%- from "downloads/macros" import package_outer with context -%}
{% block title %}I2P Lab{% endblock %}
{% block content %}
<h1>{{ _('I2P Laboratory') }}</h1>
<p>
2019-02-19 13:23:13 +00:00
{% trans -%}
Welcome to the I2P Laboratory!
This is the home of various experimental projects that are not yet ready to go live.
We invite you to look around and give them a try, but we do not offer support for them.
Any of these projects may be discontinued at any time.
2019-02-20 19:17:13 +00:00
{%- endtrans %}
2019-02-19 13:23:13 +00:00
</p>
<p>
2019-02-20 19:17:13 +00:00
{% trans forum='https://i2pforum.net/viewforum.php?f=36' -%}
2019-02-19 13:23:13 +00:00
We welcome your feedback at the <a href="{{ forum }}">I2P Forum</a>.
{%- endtrans %}
2019-02-19 13:23:13 +00:00
<p>
<hr>
<h3>{{ _('Current Projects') }}</h3>
2019-02-13 19:18:52 +00:00
<div class = "labproject" >
<h5>{{ _('Zero-Dependency installer') }}</h5>
<p>
{% trans %}
2019-02-19 13:23:13 +00:00
This is an I2P installer for Windows that does not depend on an existing Java installation.
It includes all required dependencies.
{%- endtrans %}
</p>
{% trans %}
Status: Proof-Of-Concept
{%- endtrans %}
{%- set name = 'Windows' -%}
{%- set icon = 'images/download/windows.png' -%}
2019-05-07 19:14:14 +00:00
{%- set filename = 'Zero-I2P0.9.40-JRE11.0.2-INST0.1.exe' -%}
{%- set hash = 'b60792ed862a4cef7a95c5ca3c7d19afe12883515c4ec4ff521c26c0119e533c' -%}
{% call package_outer('windows', name, icon) %}
<div class = "file">
2019-05-07 19:14:14 +00:00
<a class = "default" href="https://download.i2p2.de/experimental/Zero-I2P0.9.40-JRE11.0.2-INST0.1.exe">
<span class = "name">{{ filename }}</span>
</a>
</div>
<div class = "meta">
<div class = "hash">
<code>{{ hash }}</code>
</div>
</div>
<p>{% trans -%}
Download that file and run it.
{%- endtrans %}</p>
{% endcall %}
2019-02-13 19:18:52 +00:00
</div>
<!--
{% trans signer='zlatinb',
signingkey=url_for('static', filename='zlatinb.key.crt') -%}
The files are signed by {{ signer }},
<a href="{{ signingkey }}">whose key is here</a>.
{%- endtrans %}
-->
2019-03-05 22:16:50 +00:00
<div class = "labproject" >
<h5>{{ _('I2P Browser') }}</h5>
<p>{% trans -%}
The Invisible Internet browser is a fork of TorBrowser/Mozilla Firefox ESR that comes preconfigured with proxy settings, noscript and i2pbutton which contains some security/privacy improvements like drag'n drop filter and external app blocker.
{%- endtrans %}</p>
<p>{% trans -%}
Builds for Linux, Windows and Mac OS X is available.
Currently we only provide binaries for 64bit systems, but 32bit builds for Linux and Windows would probably be provided before this project reaches stable builds.
{%- endtrans %}</p>
<p>{% trans -%}
Also for the moment the browser don't ship with a own I2P router, but this is a planned feature for future versions. To make the browser work, ensure you have I2P installed and running before you launch it.
{%- endtrans %}</p>
2019-03-05 22:16:50 +00:00
{% trans %}
Status: Beta-3
2019-03-05 22:16:50 +00:00
{%- endtrans %}
{%- set name = 'Windows' -%}
{%- set icon = 'images/download/windows.png' -%}
{%- set filename = 'i2pbrowser-install-win64-_en-US.exe' -%}
{%- set hash = 'b84752ec44970832687d07616e7a8ab8855b2a31597a483dfb1336be36101bf7' -%}
2019-03-05 22:16:50 +00:00
{% call package_outer('windows', name, icon) %}
<div class = "file">
<a class = "default" href="https://download.i2p2.de/experimental/i2pbrowser-beta3/windows64/i2pbrowser-install-win64-_en-US.exe">
2019-03-05 22:16:50 +00:00
<span class = "name">{{ filename }}</span>
</a>
</div>
<div class = "meta">
<div class = "hash">
<code>{{ hash }}</code>
</div>
</div>
<p>{% trans -%}
The default is to download the english version, however it's also built for some other languages,
please check out the link below
if you want to see if we have the browser in your language.
{%- endtrans %}</p>
<a href="https://download.i2p2.de/experimental/i2pbrowser-beta3/windows64/">https://download.i2p2.de/experimental/i2pbrowser-beta3/windows64/</a>
2019-03-05 22:16:50 +00:00
{% endcall %}
{%- set name = 'Mac OS X' -%}
{%- set icon = 'images/download/mac-osx.png' -%}
{%- set filename = 'I2PBrowser--osx64_en-US.dmg' -%}
{%- set hash = '551ba066d59fb12d26bb897e6f26521c12765d06fa76a8ba0dd0bb1534866894' -%}
2019-03-05 22:16:50 +00:00
{% call package_outer('mac-osx', name, icon) %}
<div class = "file">
<a class = "default" href="https://download.i2p2.de/experimental/i2pbrowser-beta3/macosx64/I2PBrowser--osx64_en-US.dmg">
2019-03-05 22:16:50 +00:00
<span class = "name">{{ filename }}</span>
</a>
</div>
<div class = "meta">
<div class = "hash">
<code>{{ hash }}</code>
</div>
</div>
<p>{% trans -%}
The default is to download the english version, however it's also built for some other languages,
please check out the link below
if you want to see if we have the browser in your language.
{%- endtrans %}</p>
<a href="https://download.i2p2.de/experimental/i2pbrowser-beta3/macosx64/">https://download.i2p2.de/experimental/i2pbrowser-beta3/macosx64/</a>
2019-03-05 22:16:50 +00:00
{% endcall %}
{%- set name = 'Linux' -%}
{%- set icon = 'images/download/freebsd-tux.png' -%}
{%- set filename = 'i2p-browser-linux64-_en-US.tar.xz' -%}
{%- set hash = 'bd39f23311bf20a41112c7a90f2ebc0df1647d46184654daa903fbdecd2f6a42' -%}
2019-03-05 22:16:50 +00:00
{% call package_outer('freebsd-tux', name, icon) %}
<div class = "file">
<a class = "default" href="https://download.i2p2.de/experimental/i2pbrowser-beta3/linux64.1/i2p-browser-linux64-_en-US.tar.xz">
2019-03-05 22:16:50 +00:00
<span class = "name">{{ filename }}</span>
</a>
</div>
<div class = "meta">
<div class = "hash">
<code>{{ hash }}</code>
</div>
</div>
<p>{% trans -%}
The default is to download the english version, however it's also built for some other languages,
please check out the link below
if you want to see if we have the browser in your language.
{%- endtrans %}</p>
<a href="https://download.i2p2.de/experimental/i2pbrowser-beta3/linux64.1">https://download.i2p2.de/experimental/i2pbrowser-beta3/linux64.1</a>
2019-03-05 22:16:50 +00:00
{% endcall %}
</div>
<div class = "labproject" >
<h5>{{ _('Docker image') }}</h5>
<p>
{% trans %}
This is an I2P Docker image for those that prefers containers.
It includes all required dependencies.
{%- endtrans %}
</p>
{% trans %}
Status: Proof-Of-Concept
{%- endtrans %}
{%- set name = 'Linux' -%}
{%- set icon = 'images/download/freebsd-tux.png' -%}
{% call package_outer('freebsd-tux', name, icon) %}
<div class = "file">
<a class = "default" href="https://hub.docker.com/r/meeh/i2p.i2p">
<span class = "name">docker pull meeh/i2p.i2p</span>
</a>
</div>
<p>{% trans -%}
Run the command to pull from docker hub.
{%- endtrans %}</p>
{% endcall %}
</div>
{% endblock %}