Skip to content

angad43/SystemMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

System Monitor App

A high-performance, native desktop system monitor built with Rust and Slint. This project was created as a deep-dive into hardware-level data collection, native UI rendering, and the Rust ecosystem.

Rust UI

Overview

System Monitor provides real-time insights into your computer's performance. Using Slint for a sleek UI and Rust for performance

The Purpose

This project is as a learning experience to master several core concepts:

  1. Slint: Using Slint to create a somewhat modern and hardware-accelerated UI
  2. Low Level in Rust: Using Rust to interface with system APIs.

TODO

  1. Add a page for memory, network, wifi and gpu
  2. Make the app size dynamic
  3. Optimize the app

Installation & Setup

Prerequisites

  • Rust & Cargo: Install Rust
  • Dependencies (Arch):
    sudo pacman -S fontconfig pkgconf

Build from Source

  1. Clone the repository:
    git clone https://github.com/angad43/SystemMonitor
    cd SystemMonitor
  2. Build and run:
    cargo run --release
    
    

Examples

CPU

Screenshot2026-01-20 12-40-22

Memory

Screenshot2026-01-20 20-50-45

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published