Windows-only portable Guard that protects the OS drive (SSD/HDD) and RAM under pressure — freeze mitigation + load/thermal relief.
Current: v0.8.0 (release notes, unsigned zip) — in-app update check + install · roadmap. Prior: v0.7 UX/ops · v0.6 Efficiency Idle · v0.5 north-star.
See: specs/backend/guardian-design.md · docs/USER-GUIDE.md · docs/roadmap-next-release.md · docs/roadmap-future.md
pnpm install
pnpm devThis builds (debug) and starts guardian-service + guardian-ui. Ctrl+C stops both.
Manual / release:
pnpm build
# or: cargo build --release -p guardian-service -p guardian-ui
./target/release/guardian-service.exe
./target/release/guardian-ui.exeOptional tray/CLI: guardian-tray.exe --cli or --tray.
Autostart (current user):
bash scripts/install-autostart.sh| Path | Role |
|---|---|
crates/guardian-core |
Pressure scoring + policy |
crates/guardian-win |
Sensors + soft throttle |
crates/guardian-detect |
Abuse / miner heuristics |
apps/guardian-service |
Background sampler / actor |
apps/guardian-ui |
Polished desktop client |
apps/guardian-tray |
Tray + CLI status client |
fixtures/fake_miner |
L4 abuse decoy |
cargo test -p guardian-core -p guardian-detect%LOCALAPPDATA%\Unstick\config.json
%LOCALAPPDATA%\Unstick\guardian.log (daily rotate)
%LOCALAPPDATA%\Unstick\events.jsonl
%LOCALAPPDATA%\Unstick\status.json
End-user steps: docs/USER-GUIDE.md