You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance README.md with updated project description, features, and tech stack. Add icons and badges for better visibility. Improve formatting and clarity of sections, including Quick Start and Safety information.
A lightweight, open-source Windows desktop app that scans, diagnoses, and cleans up system issues — designed for people who aren't technical. Built with **React** on the frontend and **Rust** on the backend via [Tauri 2](https://v2.tauri.app), it's fast, tiny, and runs natively with no Electron bloat.
37
+
38
+
<br>
39
+
21
40
## Features
22
41
23
42
<table>
24
43
<tr>
25
-
<tdwidth="50%">
44
+
<tdwidth="50%"valign="top">
26
45
27
-
###Dashboard
46
+
#### 📊 Dashboard
28
47
Real-time health score (0–100), drive space bars, RAM usage donut chart, and a one-click **Quick Clean** button that only touches safe items.
29
48
30
49
</td>
31
-
<tdwidth="50%">
50
+
<tdwidth="50%"valign="top">
32
51
33
-
###Disk Cleanup
52
+
#### 🧹 Disk Cleanup
34
53
Scans temp files, browser caches, crash dumps, dev caches, and the recycle bin. Every item has a color-coded risk label so you know exactly what's safe to delete.
35
54
36
55
</td>
37
56
</tr>
38
57
<tr>
39
-
<tdwidth="50%">
58
+
<tdwidth="50%"valign="top">
40
59
41
-
###Memory & Processes
60
+
#### 🧠 Memory & Processes
42
61
See what's eating your RAM, spot runaway processes, detect Hyper-V and WSL virtual machines hogging memory. Kill non-system processes directly.
43
62
44
63
</td>
45
-
<tdwidth="50%">
64
+
<tdwidth="50%"valign="top">
46
65
47
-
###Startup Manager
66
+
#### ⚡ Startup Manager
48
67
Toggle startup programs on/off with impact ratings (High / Medium / Low) and "recommended to disable" badges. Nothing is uninstalled — just toggled.
49
68
50
69
</td>
51
70
</tr>
52
71
<tr>
53
-
<tdcolspan="2">
72
+
<tdcolspan="2"valign="top">
54
73
55
-
###Smart Recommendations
56
-
Auto-generated tips like *"Your pagefile is on a full drive"* or *"6 apps launch at startup"* — each with a **Fix It** button that navigates to the right panel.
Auto-generated tips like *"Your pagefile is on a full drive"* or *"6 apps launch at startup"* — each with a **Fix It** button that navigates directly to the right panel.
57
76
58
77
</td>
59
78
</tr>
60
79
</table>
61
80
81
+
<br>
82
+
62
83
## Quick Start
63
84
64
85
### Download
65
86
66
-
Grab the latest installer from the [**Releases**](https://github.com/TMHSDigital/system-cleaner/releases) page:
87
+
Grab the latest installer from [**Releases**](https://github.com/TMHSDigital/system-cleaner/releases):
Or grab the standalone `.exe` from the release — no install required.
74
-
75
94
> [!NOTE]
76
-
> The app requests admin privileges on launch. This is needed for system-level operations like clearing Windows temp files, managing services, and reading all processes.
95
+
> The app requests admin privileges on launch — needed for clearing Windows temp files, managing services, and reading all processes.
77
96
78
-
### Build From Source
97
+
### Build from source
79
98
80
-
**Prerequisites:**[Node.js](https://nodejs.org/) 18+ ·[Rust](https://rustup.rs/) 1.85+ · Windows 10/11 with [WebView2](https://developer.microsoft.com/en-us/microsoft-edge/webview2/)
99
+
**Prerequisites:**[Node.js](https://nodejs.org/) 18+ · [Rust](https://rustup.rs/) 1.85+ · Windows 10/11 with [WebView2](https://developer.microsoft.com/en-us/microsoft-edge/webview2/)
0 commit comments