Skip to content

A powerful cross platform system cleanup tool written in Rust

License

Notifications You must be signed in to change notification settings

WinBooster/Cross-Cleaner

Repository files navigation

🌟 Cross Cleaner 🌟

Rustlang Github License Build Status Download GitHub Issues GitHub Stars

Cross Cleaner Logo

A powerful system cleanup tool written in Rust

📌 About the Project

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.

Key Features

  • 🚀 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
  • 📄 Custom-DataBase: Ability to use custom cleanup database

Demo

CLI GUI

📥 Installation

Option 1: Download Pre-built Binary

Get the latest release from our releases page.

Option 2: Build from Source

  1. Make sure you have Rust installed (version 1.70 or higher):
rustc --version
  1. Clone the repository:
git clone https://github.com/WinBooster/Cross-Cleaner.git
cd Cross-Cleaner
  1. Build the project:
cargo build --release
  1. The compiled binary will be located in target/release