A Free and Open-Source Windows System Reinstallation Tool
English | 简体中文
💡 LetRecovery is free and open-source, forever. Please get it only from the official channels listed below — beware of third-party paid resellers.
⚠️ Warning: System installation will format the target partition. Please backup important data first!
LetRecovery/
├── 正常系统端/ # Windows Desktop Environment Version
│ ├── src/
│ │ ├── app.rs # Main application
│ │ ├── core/ # Core modules
│ │ │ ├── bcdedit.rs # BCD boot editing
│ │ │ ├── disk.rs # Disk partition management
│ │ │ ├── dism.rs # DISM image operations
│ │ │ ├── ghost.rs # GHO image restoration
│ │ │ └── registry.rs # Registry operations
│ │ ├── download/ # Download management
│ │ │ ├── aria2.rs # Aria2 download engine
│ │ │ └── manager.rs # Download manager
│ │ ├── ui/ # User interface
│ │ └── utils/ # Utility functions
│ └── Cargo.toml
├── PE端/ # WinPE Environment Version
│ ├── src/
│ │ ├── app.rs
│ │ ├── core/
│ │ ├── ui/
│ │ └── utils/
│ └── Cargo.toml
└── LICENSE
| Technology | Purpose |
|---|---|
| Rust | Primary programming language |
| egui/eframe | Cross-platform GUI framework |
| tokio | Async runtime |
| windows-rs | Windows API bindings |
| aria2 | High-speed download engine |
| DISM | System image deployment |
| Ghost | GHO image restoration |
# Clone the repository
git clone https://github.com/NORMAL-EX/LetRecovery.git
cd LetRecovery
# Build Normal System Version
cd 正常系统端
cargo build --release
# Build PE Version
cd ../PE端
cargo build --release
This project is licensed under the PolyForm Noncommercial License 1.0.0.
NORMAL-EX (also known as dddffgg)
If you find this project helpful, please give it a ⭐ Star!
$ claude mcp add LetRecovery \
-- python -m otcore.mcp_server <graph>