{% extends "global/layout.html" %} {%- from "downloads/macros" import package_outer with context -%} {% block title %}I2P Lab{% endblock %} {% block content %}
{% 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. {%- endtrans %}
{% trans forum='https://i2pforum.net/viewforum.php?f=36' -%} We welcome your feedback at the I2P Forum. {%- endtrans %}
{% trans %} This is an I2P installer for Windows that does not depend on an existing Java installation. It includes all required dependencies. {%- endtrans %}
{% trans %} Status: Proof-Of-Concept {%- endtrans %} {%- set name = 'Windows' -%} {%- set icon = 'images/download/windows.png' -%} {%- set filename = 'Zero-I2P0.9.38-JRE11.0.2-INST0.1.exe' -%} {%- set hash = 'ff1172a785e2aa2e823b90ce2fbc09ad7503864bcd4e30093d22cffa4d955a31' -%} {% call package_outer('windows', name, icon) %}{% trans -%} Download that file and run it. {%- endtrans %}
{% endcall %}{% trans %} This is an I2P Browser which is preconfigured to work with I2P and which has privacy focused patches and configuration. Currently we only provide binaries for 64bit systems. {%- endtrans %}
{% trans %} Status: Proof-Of-Concept {%- endtrans %} {%- set name = 'Windows' -%} {%- set icon = 'images/download/windows.png' -%} {%- set filename = 'i2pbrowser-install-win64-8.5a7_en-US.exe' -%} {%- set hash = '672d099d6840b9eb6f9fdbb481a495ed3d936a6a658e18e8f5b4111bd1803f37' -%} {% call package_outer('windows', name, icon) %}{% 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 %}
https://download.i2p2.de/experimental/i2pbrowser/windows64/ {% endcall %} {%- set name = 'Mac OS X' -%} {%- set icon = 'images/download/mac-osx.png' -%} {%- set filename = 'I2PBrowser-8.5a7-osx64_en-US.dmg' -%} {%- set hash = '3703e5c4f6ec9abd804af27daee3613d316a86031ad4685d59b1df14b5454133' -%} {% call package_outer('mac-osx', name, icon) %}{% 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 %}
https://download.i2p2.de/experimental/i2pbrowser/macosx/ {% endcall %} {%- set name = 'Linux' -%} {%- set icon = 'images/download/freebsd-tux.png' -%} {%- set filename = 'i2p-browser-linux64-8.5a7_en-US.tar.xz' -%} {%- set hash = '1aa6ea8e32b27bae1f765f69fe79387ab41ebe7177a8c7ffa6306e3f1bc23ea7' -%} {% call package_outer('freebsd-tux', name, icon) %}{% 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 %}
https://download.i2p2.de/experimental/i2pbrowser/linux64 {% endcall %}