Professional Windows System Optimizer
Enumium is a free, open-source Windows system optimization tool built with WPF and .NET 8. It provides a modern, beautiful dashboard with real-time system monitoring and a full suite of optimization tools — all in one place.
| Module | Description |
|---|---|
| 📊 Dashboard | Real-time CPU, RAM, disk, and GPU monitoring with animated gauges |
| 🧹 Cleaner | Scan and remove temp files, browser cache, recycle bin junk |
| 🚀 Startup Manager | Enable/disable startup programs to speed up boot times |
| 🔒 Privacy | Disable telemetry, clear activity history, manage privacy settings |
| 🌐 Network | DNS optimization, network diagnostics, adapter info |
| ⚡ Performance | System tweaks and performance optimizations |
| 🛠️ Tools | Quick-access system utilities and maintenance tools |
| 📋 Reports | Generate and export system optimization reports |
Enumium supports English and Russian out of the box, selectable from the splash screen.
- .NET 8 SDK (or later)
- Windows 10/11
git clone https://github.com/enum000/Enumium.git
cd Enumium
dotnet build
dotnet run --project EnumiumEnumium/
├── Enumium.sln # Solution file
└── Enumium/
├── App.xaml # Application entry point
├── Enumium.csproj # Project configuration
├── Helpers/ # Utility classes (RelayCommand, converters)
├── Models/ # Data models
├── Services/ # Core services (Cleaner, Network, Privacy, etc.)
├── Themes/ # WPF styles and themes
├── ViewModels/ # MVVM ViewModels
└── Views/ # XAML views and windows
Contributions are welcome! Feel free to:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License — see the LICENSE file for details.
Made with ❤️ by enum000