{% extends "global/layout.html" %} {%- from "downloads/macros" import package_outer with context -%} {% block title %}Mac OS DMG Bundle (BETA){% endblock %} {% block content %}
{% trans -%} We are excited to offer you a DMG bundle for Mac OS. It installs and behaves the same way many other Mac OS applications do and does not require a Java Runtime Environment to be available. {%- endtrans %}
{% trans -%} I2P behaves like any other Mac application. When you launch I2P, the I2P icon will appear on the Dock and a few seconds later a browser will open with the I2P console page, inviting you to complete the setup wizard. {%- endtrans %}
{% trans -%} If you want to browse hidden websites ('eepsites') on the I2P network, you need to configure your browser. {%- endtrans %}
{%- set name = 'Windows' -%} {%- set icon = 'images/download/mac-osx.png' -%} {%- set filename = 'I2P-%s.dmg' -%} {%- set hash = '07c729c26fc8a31c0e74fe7b4de7be1f8e390d018748322ada35b29de9d' -%} {% call package_outer('osx', name, icon) %}{% trans -%}
Download that file and double-click on it. Accept the License Agreement, then drag the I2P
icon on top of the Applications
icon. Launch I2P from Finder.
{%- endtrans %}
{% trans -%} I2P will not install any launch agents on your Mac. If you want I2P to start on system startup, you need to configure a launch agent yourself. You can configure I2P to launch when your user logs in by right-clicking on the I2P Dock icon. {%- endtrans %}