A modern, real-time system monitoring application built with Tauri, providing comprehensive insights into your system's performance and resource usage.
- Real-time Monitoring: Live updates of CPU, memory, disk usage and network statistics
- Process Management: View top processes by CPU usage
- System Information: Display hostname, OS, kernel version, and uptime
- Modern UI: Beautiful glass-morphism design with responsive layout
- Cross-platform: Built with Tauri for optimal performance on macOS, Windows, and Linux
Real-time system monitoring dashboard with CPU, memory, and disk usage
Detailed system information including OS, kernel version, and uptime
Storage used by disks and network information
Top processes by CPU usage with detailed resource consumption
Users can get a separate window for anything
-
Clone the repository:
git clone https://github.com/aryansrao/keemu
cd keemu -
Run in development mode:
cargo tauri dev
-
Build for production:
cargo tauri build
- CPU Usage: Real-time CPU utilization percentage
- Memory Usage: RAM consumption with total/used breakdown
- Disk Usage: Storage utilization for all mounted drives
- Process List: Top 10 processes by CPU usage
- System Info: Hostname, OS version, kernel, and uptime
- Network Info: Network interfaces and their statuses
- Frontend: Vanilla HTML, CSS, JavaScript
- Backend: Rust with Tauri framework
- System Info: sysinfo crate for cross-platform system monitoring
- UI Design: Pure black minimalistic design with clean and user friendly UI