Claude + Glance — A lightweight system monitor widget for your personal PC.
Clance is a desktop widget that shows your system's vital signs at a glance:
- CPU usage with per-core details
- Memory usage
- GPU utilization & VRAM (NVIDIA on Windows)
- Top 5 processes by CPU usage
Built with Tauri for minimal resource footprint (~15MB RAM).
Note: This is a personal desktop utility, not intended for server monitoring or enterprise use.
| Feature | Clance | ResourceMonitor | Win11 Widget | Xbox Game Bar | Rainmeter |
|---|---|---|---|---|---|
| CPU | ✅ | ✅ | ✅ | ✅ | ✅ |
| Memory | ✅ | ✅ | ✅ | ✅ | ✅ |
| GPU Utilization | ✅ | ✅ | ✅ | ✅ | Skin-dependent |
| GPU VRAM | ✅ | ❌ | ❌ | ❌ | Skin-dependent |
| Top Processes | ✅ | ❌ | ❌ | ❌ | Skin-dependent |
| Process Sort (CPU/MEM/GPU) | ✅ | ❌ | ❌ | ❌ | ❌ |
| Friendly Process Names | ✅ | ❌ | ❌ | ❌ | ❌ |
| Cross-platform | ✅ | ❌ | ❌ | ❌ | ❌ |
| Lightweight Setup | ✅ | ✅ | ✅ | ✅ | ❌ |
Download the latest .exe or .msi from GitHub Releases.
brew tap jun0-ds/clance
brew install --cask clance# Prerequisites: Rust, Node.js, MSVC Build Tools (Windows)
cargo install tauri-cli --version "^2"
cargo tauri dev # development
cargo tauri build # production buildMIT
