{% 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 %}