← Back to Products
Real Dashboard NEW 🔥
$0.7 one-time payment, lifetime use
CPU temperature, memory pressure, disk health, uptime — all your Mac's real-time data displayed in a web dashboard. Open on any device including your phone.
- Real-Time Data DisplayCPU temp/load, memory, disk, uptime — all in one view
- Web Access, Phone ReadyAny device on your LAN can access the dashboard via browser
- Auto RefreshData updates every 30 seconds for live monitoring
- Zero ConfigurationOne-command install, open localhost:8080 in browser
- Lightweight & Non-IntrusivePure Shell script, no extra dependencies, minimal resource usage
🔧 Technical Details
Real Dashboard is a lightweight HTTP service written entirely in Shell. It collects system data using macOS built-in commands (system_profiler, vm_stat, powermetrics, df, uptime, etc.), stores it as JSON, and displays it through an embedded web page with auto-refresh every 30 seconds. Pure Shell implementation — no Python/Node.js required. Logs saved to ~/.mars-toolkit/logs/real-dashboard.log.
❓ FAQ
Can I view this on my phone?
Yes! As long as your phone and Mac are on the same network, open http://your-mac-ip:8080 in your phone's browser. Combined with a tunnel tool, you can access it from anywhere.
Does it affect system performance?
Negligible. The data collection script runs every 30 seconds and takes less than 0.5 seconds per run. The HTTP server uses lightweight nc commands and consumes virtually no CPU or memory.
What data can I monitor?
CPU temperature, CPU load, memory usage (MB and percentage), disk usage, battery cycle count and health status, system uptime, and total process count. Custom extensions available on request.