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

  2. {% trans browser_main=get_url('browser_frontpage') %}Back to browser front page{% endtrans %}
  3. {{ _('Browser FAQs') }}

  4. {% trans %}What is it and how does it work?{% endtrans %}
  5. {% trans %}Why did we make it?{% endtrans %}
  6. {% trans %}Who is it for, what problem does it solve?{% endtrans %}
  7. {% trans %}What are the requirements/ specs to use it?{% endtrans %}
  8. {% trans %}How can I help out with development?{% endtrans %}
  9. {% trans %}Where can I keep up to date with what is going on/ where is the conversation?{% endtrans %}
  10. {% trans %}How can fund development?{% endtrans %}
{% endblock %} {% block content %}

Browser FAQs

{% trans %}What is it and how does it work?{% endtrans %}

{% trans bname=browser_name() %}It’s a web browser, like all others it enables you to browse and search the web. {{ bname }} is however very focused on the privacy rights of the user and does not favour a company’s income in trade of the users privacy. As of the writing moment {{ bname }} is made to work with I2P, but with some adjustments it should just as well work with Tor or on the internet.{% endtrans %}

{% trans %}When you connect to a website, it is not only the operators of that website who can record information about your visit.{% endtrans %}

{% trans bname=browser_name() %}Most websites now use numerous third-party services, including social networking “Like” buttons, analytics trackers, and advertising beacons, all of which can link your activity across different sites. And because of that, the {{ bname }} is designed to prevent websites from “fingerprinting” or identifying you based on your browser configuration. By default, {{ bname }} does not keep any browsing history. Cookies are only valid for a single session (until {{ bname }} is exited or a New Identity is requested).{% endtrans %}

{% trans bname=browser_name() %}A key feature is that {{ bname }} will block browser plugins such as Flash, RealPlayer, Quicktime, and others: they can be manipulated into revealing your IP address. We do not recommend installing additional add-ons or plugins into {{ bname }} even the user is free to do so. Plugins or addons may bypass I2P or compromise your privacy. {{ bname }} already comes with NoScript, and other patches to protect your privacy and security.{% endtrans %}

{% trans %}Why did we make it?{% endtrans %}

{% trans bname=browser_name() -%}The main reason we made it is because as any other very technical project it can be hard for mr smith in the street to get himself into this and figure out how to benefit from it. The {{ bname }} was therefore made to extend the user base of I2P to non-super technical people and make it a worthy alternative to Tor.{%- endtrans %}

{% trans %}We wish to enable all people to defend themself against tracking and surveillance. And for people in some countries, circumvent censorship.{% endtrans %}

{% trans %}Who is it for, what problem does it solve?{% endtrans %}

{% trans -%}It’s for both technical and non technical people who wish to protect their privacy either because of preferences or safety, no matter who they are and where they are. It should make a lot of potential dangers harmless for these people that they will encounter on the internet. For example stop spying software that’s targeted or not. It also per default disables a lot of features which are questionable in terms of security and privacy concerns.{%- endtrans %}

{% trans %}What are the requirements/ specs to use it?{% endtrans %}

{% trans %}Any Linux, Windows or Mac OS X with 64bit support will work. For Linux the builds are usually tested on Debian and Arch Linux, but it should work with all distros.{% endtrans %}

{% trans %}How can I help out with development?{% endtrans %}

{% trans -%}The development happens on github, anyone can create a github account and make a pull request for either some bug they have discovered, or a trac ticket they found and wanted to solve, translations and so on.{%- endtrans %}

{% trans %}Where can I keep up to date with what is going on/ where is the conversation?{% endtrans %}

{% trans -%}For the moment it’s only on trac - but we plan to start using mailing lists found at our mailing lists website:{%- endtrans %}  {%- if is_i2p_internal == True -%} https://lists.i2p.email/. {% trans -%}Trac is located at:{%- endtrans %} https://trac.i2p2.de. {%- else -%} http://lists.i2p/. {% trans -%}Trac is located at:{%- endtrans %} http://trac.i2p2.i2p. {%- endif -%}

{% trans %}How can fund development?{% endtrans %}

{% trans -%}Per today the way to fund it is to fund I2P itself, we consider to upgrade our donation program to enable donators to specify which parts of the I2P project they wish to fund, if it’s the router core, the console, the browser or any other component that can be seen as a sub project of I2P.{%- endtrans %}

{% trans %}You can find our donation page here.{% endtrans %}

{% endblock %}