{% extends "global/layout.html" %} {% block title %}{{ _('Alternative I2P clients') }}{% endblock %} {% block content %}
{% trans -%} The main I2P client implementation uses Java. If for some reason you can't use Java on your device, there are alternative implementations developed by community members. {%- endtrans %}
{% trans i2pd='http://i2pd.website' -%} i2pd is a I2P client implementation in C++. As of early 2016, i2pd has become stable enough to be used in production, and since summer 2016 it fully implements all I2P APIs. {%- endtrans %}
{% trans kovri='https://github.com/monero-project/kovri' -%} Kovri is active i2pd fork developed for Monero cryptocurrency. {%- endtrans %}
{% trans go_i2p='https://github.com/hkparker/go-i2p', golang='https://golang.org' -%} Go-I2P is I2P client developed using the Go programming language. The project is in early development. {%- endtrans %}
{% endblock %}