Skip to content

RepoPrep Pro v1.0.0 - Initial Release πŸš€

Pre-release
Pre-release

Choose a tag to compare

@bxat01sec-dev bxat01sec-dev released this 03 Feb 01:04
· 2 commits to main since this release
a8b14a0

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

  1. Download the .exe file above
  2. Run RepoPrep_Pro_v1.0.0.exe
  3. Select source project folder
  4. Choose destination for clean copy
  5. Click "Clean & Copy"
  6. 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:

  1. Click "More info"
  2. Click "Run anyway"
  3. 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