You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Find and recover deleted or even overwritten files from your Linux partitions, quickly and easily.
RecoverPy doesn't just recover deleted files, but also helps you recover overwritten data by scanning each disk block. Whether it's a lost snippet of code, accidentally deleted configs, or overwritten text files, RecoverPy gives you a powerful, interactive way to get it back.
✨ Features
✅ Recover overwritten and deleted files
🔍 Search file contents by string, even in binary files
📟 Modern, easy-to-use terminal UI
🐧 Linux compatible (all file systems supported)
⚡️ Fast, leveraging core Linux utilities (grep, dd, lsblk)
🎬 Demo
📦 Installation
Warning: You must run RecoverPy as root (sudo).
RecoverPy is Linux-only. Make sure you have these common tools installed (grep, dd, lsblk). Optionally, install progress to monitor scan progress:
Select Partition:
Choose the partition where your lost data resides. If unsure, try scanning your /home partition, it might contain editor or IDE backups.
Search Content:
Enter a unique string from the lost file content. RecoverPy will scan disk blocks to locate matches.
Find & Recover:
Results appear interactively. Select a result, preview the block, and save it. Explore neighboring blocks if the file spans multiple disk blocks.
💡 Recovery Tips
🛑 Unmount partition first: Reduce risk of data overwriting.
🎯 Be specific: Use unique, simple search strings.
⏳ Act quickly: The sooner you scan, the higher your recovery chances.
📑 Check adjacent blocks: Your file might span several blocks, check them all.
🤝 Contributing
Found a bug or have an idea? PRs, issues, and suggestions are warmly welcome. Check out our contributing guide for how to get involved!
If RecoverPy saved your day, consider ⭐️ starring the repo, thanks for your support!
About
Interactively find and recover deleted or 👉 overwritten 👈 files from your terminal