Cross Cleaner is a high-performance tool for cleaning temporary files, cache, and other system "junk" from your computer. Built with Rust for optimal speed and reliability.
- 🚀 Fast Cleanup: Leverages multi-threading for maximum performance
- 🔒 Secure: Carefully preserves critical system files
- 💻 Cross-Platform: Full support for Windows and Linux
- 🎯 User-Friendly: Clean, minimalist interface for easy operation
Get the latest release from our releases page.
- Make sure you have Rust installed (version 1.70 or higher):
rustc --version
- Clone the repository:
git clone https://github.com/WinBooster/Cross-Cleaner.git
cd Cross-Cleaner
- Build the project:
cargo build --release
- The compiled binary will be located in
target/release