iaito is the official graphical interface for radare2 written in Qt/C++.
It is the continuation of Cutter before the fork to keep radare2 as backend.
- Iaito was the original name of this GUI before being forked as Cutter.
- Support latest versions and features of radare2
- Use r2 plugins (f.ex: no need for r2ghidra-iaito plugin if r2ghidra is installed)
- Focus on parity of commands and r2-style workflows.
- Translations are in the early steps, please contribute!
iaito is available for Linux, macOS and Windows. Get the builds from the releases page in Github.
iaito depends on r2, and you should install it from git:
$ git clone https://github.com/radareorg/radare2
$ cd radare2 ; sys/install.sh
Extra dependencies are needed for macOS, see the .github/workflows/ci.yml for more details
brew install qt5
On Ubuntu/Debian
sudo apt install qttools5-dev-tools make
./configure
make
make run
To install the app and the translations in your home:
make install
iaito supports both Python and Native C++ plugins. For now the api is compatible with Iaito. Read the Plugins section on their documentation.
Get help, updates, meet the community or discuss about development in these channels:
- Telegram: https://t.me/radare
- IRC: #radare on irc.freenode.net
- Twitter: @radareorg