Releases: bxat01sec-dev/RepoPrep
Releases · bxat01sec-dev/RepoPrep
Release list
RepoPrep Pro v1.0.0 - Initial Release 🚀
RepoPrep Pro v1.0.0 🎉
📌 What's New
- Initial Release: First public version of RepoPrep Pro
- Windows Support: Works on Windows 10 & 11 (64-bit)
- Portable: No installation required
✨ Features
✅ Project Cleaning: Remove unnecessary files automatically
✅ Smart Detection: Skips .git, node_modules, cache folders
✅ GUI Interface: User-friendly Windows application
✅ Taskbar Icon: Proper Windows taskbar integration
✅ No Console: Runs without command window
✅ Fast Processing: Quick project scanning and copying
📦 Download
RepoPrep_Pro_v1.0.0.exe (45.5 MB)
System Requirements:
- Windows 10 or 11 (64-bit)
- 4 GB RAM minimum
- 50 MB free disk space
🚀 How to Use
- Download the
.exefile above - Run
RepoPrep_Pro_v1.0.0.exe - Select source project folder
- Choose destination for clean copy
- Click "Clean & Copy"
- Done! Your clean project is ready
⚠️ Windows Security Notice
Since this is an unsigned executable, Windows Defender/SmartScreen might show a warning. This is normal for open-source projects.
If you see a warning:
- Click "More info"
- Click "Run anyway"
- The application is 100% safe and open-source
📁 Files Included
| File | Size | Description |
|---|---|---|
RepoPrep_Pro_v1.0.0.exe |
15.2 MB | Main executable (portable) |
🔧 For Developers
Want to build from source? Check the README.md for instructions.
# Build from source
pip install PySide6 pyinstaller
pyinstaller --onefile --windowed --name RepoPrep main.py
**Full Changelog**: https://github.com/bxat01sec-dev/RepoPrep/compare/RepoPrepV1.0.0...RepoPrepV1.0.0