Add Electron desktop edition with redesigned Liquid Glass UI - #210
Closed
wintrymichi wants to merge 1 commit into
Closed
wintrymichi wants to merge 1 commit into
wintrymichi wants to merge 1 commit into
Conversation
Convert Windows Memory Cleaner into an Electron desktop app while keeping
all native logic intact. Architecture:
- engine/ : headless C# engine (net10-windows) that performs the kernel-level
memory optimizations (ported 1:1 from ComputerService), reports RAM
stats/OS capabilities, lists processes, and persists settings to the
SAME HKLM\SOFTWARE\WinMemoryCleaner registry keys (data preserved).
Speaks newline-delimited JSON over stdio; runs elevated.
- main/ : Electron main process — frameless window, tray, global optimize
hotkey, auto-optimization scheduler (interval + low-memory threshold),
notifications, run-on-startup, engine spawn + protocol bridge.
- preload/ : minimal contextBridge API (contextIsolation on, nodeIntegration off).
- renderer/: redesigned "Liquid Glass" UI (aurora background, glass panels,
radial gauges, live sparkline, dark/light themes).
The original WPF app under src/ is untouched.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NgB5SQs1gWMRze8Xo1ioo5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Convert Windows Memory Cleaner into an Electron desktop app while keeping all native logic intact. Architecture:
hotkey, auto-optimization scheduler (interval + low-memory threshold),
notifications, run-on-startup, engine spawn + protocol bridge.
radial gauges, live sparkline, dark/light themes).
The original WPF app under src/ is untouched.
Claude-Session: https://claude.ai/code/session_01NgB5SQs1gWMRze8Xo1ioo5
Summary
Please provide a brief description of the changes made in this pull request.
Related Issue
If applicable, link to the issue this PR addresses:
Fixes #<issue_number>Changes
Checklist
Additional Notes
Include any additional information or context for reviewers.