It is an open-source cross-platform data recovery tool based on The Sleuth Kit made in IIT Bombay TrustLab FOSSx Summer of Code.
Make sure you have The Sleuth Kit installed.
For Linux
sudo apt-get install sleuthkitFor MacOS
brew install sleuthkitClone the project
git clone https://github.com/The-x-35/resq-dataGo to the project directory
cd resq-data/Get Sudo access
sudo su Install dependencies
npm installTo start Development Environment
npm run startTo build production release
npm run build
npm run package-
Add windows and Linux support (currently works on MacOS only)
-
fix the overflow in y on smalll devices
-
add animation in disk search of disk going and coming
-
implement specific icons based on the docs ( https://wiki.sleuthkit.org/index.php?title=Fls )
-
add specific icon for each file extension
-
in recovery page handle the errors correctly
-
show improved progress bar




