Skip to content

Commit ba4f4cb

Browse files
committed
Initial commit
0 parents  commit ba4f4cb

4 files changed

Lines changed: 80 additions & 0 deletions

File tree

.gitignore

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
*.cpp
2+
*.h
3+
*.rc
4+
*.py
5+
resource.h
6+
*.png
7+
!preview.png
8+
9+
*.exe
10+
*.obj
11+
*.o
12+
*.res
13+
*.pdb
14+
*.ilk
15+
*.ico
16+
17+
.vs/
18+
*.user
19+
*.vcxproj.user
20+
Thumbs.db
21+
Desktop.ini
22+
$RECYCLE.BIN/
23+
24+
__pycache__/
25+
*.pyc

LICENSE

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Copyright (c) 2026 skyyii
2+
3+
All rights reserved.
4+
5+
Redistribution and use in source and binary forms, with or without modification, are NOT permitted.
6+
7+
Redistribution and use in binary forms, without modification, are permitted provided that the following conditions are met:
8+
9+
1. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
10+
11+
2. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
12+
13+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

README.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Slate
2+
3+
Minimal, fast system cleaner for Windows. Written in C++ with Direct2D.
4+
No Electron, no bloat. Just works.
5+
6+
![Preview](preview.png)
7+
8+
## Features
9+
10+
- **Fast**: Native C++, zero dependencies.
11+
- **Clean**: Custom Direct2D UI, silky smooth animations.
12+
- **Deep Cleaning**:
13+
- System (Temp, Logs, Dumps, Prefetch, Updates)
14+
- Browsers (Chrome, Edge, Brave, Opera, Firefox)
15+
- Apps (Discord, Slack, Spotify, VS Code, Steam, Adobe)
16+
- Dev (npm, pip)
17+
- **Safe**: Intelligent filtering ignores system/protected paths. Recycles files by default.
18+
19+
## Usage
20+
21+
Download `Slate.exe` from [Releases](../../releases).
22+
Portable, no installation needed.
23+
24+
1. Right-click and **Run as Administrator** (required for deep cleaning).
25+
2. Click the **Slate** icon to scan.
26+
3. Click **"Clean"**.
27+
28+
> **Note:** For best results, **close your web browsers** (Chrome/Edge) before cleaning.
29+
30+
## Troubleshooting
31+
32+
**"Windows protected your PC" Warning:**
33+
Because this is a free, hobbyist tool, it is not digitally signed.
34+
1. Click **More Info**.
35+
2. Click **Run Anyway**.
36+
37+
## License
38+
39+
**Proprietary Freeware.**
40+
Binaries are free to use and redistribute. Source code is private.
41+
42+
Copyright (c) 2026 skyyii. All rights reserved.

preview.png

10.8 KB
Loading

0 commit comments

Comments
 (0)