Skip to content

probaku1234/System-Monitor

Repository files navigation


Logo

System Monitor

System Monitor App
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact
  7. Acknowledgments

About The Project

Product Name Screen Shot

Simple System Monitor Desktop app built with Rust, Tauri. For frontend, used React and Vite.

It uses sysinfo crate to fetch system infos.

Limitation: Only works on Window

(back to top)

Built With

  • React
  • Rust
  • Tauri
  • Vite
  • Vitest

(back to top)

Getting Started

Prerequisites

You need npm and rust installed.

Installation

  1. Install NPM packages
    npm install

(back to top)

Usage

How to Run

npm run tauri dev

This app shows the names of hardwares that installed on the PC and real-time info of them.

  1. System Spec
    • CPU
    • GPU
    • Motherboard
    • Drive
  2. Monitoring
    • CPU load, Temp
    • GPU load, temp
    • Ram Usage
    • Disk Usage
    • Top Process List

Product Name Screen Shot1 Product Name Screen Shot2

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Your Name - @twitter_handle - fhzotxldj@gmail.com

Project Link: https://github.com/probaku1234/System-Monitor

(back to top)

Acknowledgments

(back to top)