Iaito
======

Iaito is a Qt and C++ GUI for radare2. Its goal is to provide an advanced,
customizable and FOSS reverse-engineering platform while keeping the
user experience in mind. Iaito was created by reverse engineers for
reverse engineers.

.. image:: images/screenshot.png


Getting Iaito
--------------

Iaito is available for all major platforms. You can
download the latest release from
`here <https://github.com/radareorg/cutter/releases>`__.

- **macOS**: Download the ``.dmg`` file and install it.
- **Windows**: Download the ``.zip`` archive and extract it.
- **Linux**: Download the ``.AppImage`` file and make it executable by doing:

::

    chmod +x Iaito*.AppImage


Building from Sources
---------------------

To build Iaito on your machine, please follow this guide: :doc:`Building from Source </building>`.

Need help?
----------

You can contact the *Iaito* developers and community on:

-  Telegram: https://t.me/iaito
-  #cutter on irc.freenode.net
-  Twitter: https://twitter.com/r2gui

Want to help the project?
-------------------------

If you want to contribute to Iaito, take a look at our :doc:`Contribution Guidelines </contributing>` to learn how you can help improve the project!

.. toctree::
   :caption: Contents:
   :maxdepth: 3

   user-docs
   contributing
   Developer documentation <contributing/code>
   building
   plugins
   api

