Skip to content

A lightweight hardware monitor built with Tauri for real-time hardware status monitoring.

License

Notifications You must be signed in to change notification settings

shm11C3/HardwareVisualizer

Repository files navigation

HardwareVisualizer

GitHub Release GitHub Actions Workflow Status Windows Support Only GitHub Downloads (all assets, all releases)

名称未設定-2

Support OS

OS Status
Windows
MacOS
linux

Features

Feature Status
CPU Usage Monitoring
RAM Usage Monitoring
GPU Usage Monitoring (Nvidia)
GPU Usage Monitoring (AMD)
GPU Usage Monitoring (Intel)
Temperature Monitoring
Fan Monitoring
Customizable Chart Themes
Customizable Dashboard
CustomizableBackground Image

Dashboard

image

Usage Graph

image

Custom Themes

image

Development

Linted with Biome

Requirements

Setup

  1. Clone the repository:

    git clone https://github.com/shm11C3/HardwareVisualizer.git
    cd HardwareVisualizer
  2. Install dependencies:

    npm ci
  3. Run the app in development mode:

    npm run tauri dev
  4. Build the app for production:

    npm run tauri build