2018-09-30 10:52:48 +00:00
---
homepage: true
---
# Overview
2018-09-29 10:43:08 +00:00
2018-09-30 19:53:27 +00:00
Cutter is a Qt and C++ GUI for radare2. Its goal is making an advanced, customizable and FOSS reverse-engineering platform while keeping the user experience at mind. Cutter is created by reverse engineers for reverse engineers.
2018-09-29 10:43:08 +00:00
2018-09-30 19:54:34 +00:00
< img src = "images/screenshot.png" alt = "Cutter screenshot" >
2018-09-29 10:43:08 +00:00
2018-09-30 19:53:27 +00:00
---
# Get Cutter
2018-09-29 10:43:08 +00:00
2018-09-30 19:53:27 +00:00
Cutter is available for all platforms (Linux, OS X, Windows).
You can download the latest release [here ](https://github.com/radareorg/cutter/releases ).
* OSX: Download the latest `.dmg` file.
* Windows: Download the latest archive.
* Linux: use the AppImage file. Then just make it executable and run it:
2018-10-07 20:45:47 +00:00
* `chmod +x Cutter-v1.7.2-x86_64.AppImage`
* `./Cutter-v1.7.2-x86_64.AppImage`
2018-09-30 19:53:27 +00:00
---
2018-09-29 10:43:08 +00:00
2018-09-30 19:53:27 +00:00
# Building from sources
2018-09-29 10:43:08 +00:00
2018-09-30 19:53:27 +00:00
To build Cutter on your local machine, please follow this guide: [Building from source ](building.html )
2018-09-29 10:43:08 +00:00
2018-10-01 11:40:09 +00:00
---
# Help
2018-09-29 10:43:08 +00:00
2018-10-01 11:47:27 +00:00
You can contact the *Cutter* developers and community on:
2018-09-29 10:43:08 +00:00
2018-10-01 11:40:09 +00:00
- Telegram: https://t.me/r2cutter
- #cutter on irc.freenode.net
- Twitter: [@r2gui ](https://twitter.com/r2gui )