v0.2.0Windows · auto-updatesWindows · 自動更新

Your dev machine's
bodyguard
你電腦的
保鑣

MemoryGuy watches your RAM and CPU, hunts down memory leaks, stops important processes from being killed (even by AI tools), and turns space-hogging files into tiny pointers. Keep your machine fast and your disk light. MemoryGuy 盯著你的記憶體與 CPU、揪出記憶體洩漏、防止重要程式被誤殺(連 AI 工具都殺不掉),還能把佔空間的大檔變成小指標。讓電腦一直順、硬碟一直輕。

Download for Windows下載 Windows 版 View on GitHubGitHub 原始碼

Watches your machine,
so you don't have to
幫你顧電腦,
你不用操心

Memory leak detection記憶體洩漏偵測

Per-process RAM history with linear-regression analysis flags the apps that slowly eat your memory — before they grind your PC to a halt.用線性回歸分析每個程式的記憶體走勢,揪出慢慢吃光記憶體的兇手 — 在電腦卡死之前。

Process Guardian程式守護

Mark critical processes (dev servers, your editor) as protected. MemoryGuy — and even AI tools — can never accidentally kill them.把關鍵程式(開發伺服器、編輯器)標記為受保護。MemoryGuy 連 AI 工具都不會誤殺它們。

Live system monitor即時系統監控

Real-time RAM, CPU, and per-process charts. See exactly what's running and what it's costing you.即時 RAM、CPU、每程式圖表。一眼看清誰在跑、吃掉多少資源。

Dev server dashboard開發伺服器面板

Scans local ports, lists your running dev servers, and can auto-restart the ones that crash. No more "what's on 3000?".掃描本機埠口、列出你跑的開發伺服器,還能自動重啟掛掉的。再也不用問「3000 埠是誰」。

File virtualization檔案虛擬化

Log in and replace any large file with a ~200-byte pointer (cloud URL + checksum). Watch folders and reclaim disk automatically, safely — verified before the original is removed.登入後把任何大檔換成約 200 位元組的指標(雲端 URL + 校驗碼)。盯著資料夾自動瘦身,且驗證無誤才移除原檔。

Always up to date永遠最新

Install once. MemoryGuy updates itself in the background — new protections and fixes arrive automatically.裝一次。MemoryGuy 背景自我更新,新防護與修正自動送達。

Big files, tiny pointers大檔案,小指標

MemoryGuy is the foundation of the trio's virtualization: it owns the canonical pointer format. Any file — video, image, archive — becomes a tiny JSON with a cloud URL, MIME type, SHA-256 and size. The same format RePic and ReVid write, so MemoryGuy can track every virtualized file on your machine.MemoryGuy 是三棟虛擬化的地基,握有正典指標格式。任何檔案 — 影片、圖片、壓縮包 — 都變成一個小 JSON,含雲端 URL、MIME、SHA-256 與大小。RePic、ReVid 寫的是同一種格式,所以 MemoryGuy 能追蹤你機器上每一個虛擬化檔案。

~200 B
pointer file size指標檔大小
SHA-256
verified before delete驗證後才刪檔
// archive.refile
{
  "v": 2,
  "type": "refile",
  "url": "https://.../file",
  "mime": "application/zip",
  "hash": "sha256:...",
  "size": 2147483648
}

Give your machine a bodyguard給你的電腦一個保鑣

Free and open source. Download MemoryGuy and take back control.完全免費且開源。下載 MemoryGuy,把電腦的主控權拿回來。

Download v0.2.0下載 v0.2.0 View source code查看原始碼

Windows 10+ · Auto-updates · Install once, always currentWindows 10 以上 · 自動更新 · 裝一次,永遠最新

🖼️ RePic 🎬 ReVid 🧠 MemoryGuy