Currently binary packages are not provided. You can compile project from the source code.
Project was compiled and tested only on Ubuntu 13.10, but for the other Linux platforms it should be also compilable.
Gui part of the BinaryDigger is QtCreator project. Download and install it from here.
Plugin system depends on PocoProject. Download and install it from here.
LuaScripter plugin depends on Lua and Luabind. You can download and install them from here:
or on the Linux platforms you can use your package manager.
Open project in QtCreator and compile it (BinaryDigger/gui/BinaryDigger/gui/BinaryDigger.pro).
Change BinaryDigger_GuiBuildFolder variable in BinaryDigger/CMakeLists.txt to point to Gui build folder on your system.
cd BinaryDigger/build
cmake ..
make