{% extends "global/layout.html" %} {% block title %}{% trans bname=browser_name()%}{{ bname }}: Get Involved {% endtrans %}{% endblock %} {% block content_nav %}
  1. {{ _('Navigation') }}

  2. {% trans browser_main=get_url('browser_frontpage') %}Back to browser front page{% endtrans %}
{% endblock %} {% block content %}

{% trans %}Get Involved{% endtrans %}

{% trans bname=browser_name() %}

I2P Browser is on a 6-month hiatus, to re-evaluate the resources required to sustain it. The code is available to the community, and those of us who can will help community members who ask, but we are not working on it officially at this time. Like other browsers, {{ bname }} is actually built from a group of tools that work together to start and stop applications, configure settings, and secure the user against attacks.

{% endtrans %}

{% trans %}Source Code{% endtrans %}

{% trans %}Essential Documentation{% endtrans %}

{% trans %}Contact Us{% endtrans %}

{% endblock %}