https://github.com/c-zeong/tempdetect
A cross-platform computer thermal testing software based on Tauri 2.0
https://github.com/c-zeong/tempdetect
monitor rust tauri temp vue3
Last synced: about 2 months ago
JSON representation
A cross-platform computer thermal testing software based on Tauri 2.0
- Host: GitHub
- URL: https://github.com/c-zeong/tempdetect
- Owner: c-zeong
- License: mit
- Created: 2024-12-30T13:14:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-03T02:06:37.000Z (over 1 year ago)
- Last Synced: 2025-05-30T22:08:27.236Z (about 1 year ago)
- Topics: monitor, rust, tauri, temp, vue3
- Language: Vue
- Homepage:
- Size: 1.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TempDetect · 温度检测
A cross-platform computer thermal testing software based on Tauri 2.0
基于 Tauri 2.0 的跨平台桌面端散热测试软件
[English](https://github.com/c-zeong/TempDetect) | [中文](https://github.com/c-zeong/TempDetect/blob/main/README.zh-CN.md)
### About
TempDetect is a lightweight desktop application that monitors your CPU and GPU temperatures, usage rates, and fan speeds in real-time. Built with Tauri, Vue 3, and Rust, it provides accurate hardware information with minimal resource usage.
The application uses Rust to interface directly with macOS system APIs (IOKit and SMC) for reading hardware sensors, while providing a smooth user experience through its Vue 3 frontend.
### Screenshots
Main Interface CPU Details Stress Test
### Installation
Download the latest DMG file from the [Releases](https://github.com/c-zeong/tempdetect/releases) page.
### Roadmap
- [ ] Apple Silicon (M1/M2) support
- [ ] Windows support
- [ ] Linux support
- [ ] Multi-language support
### License
MIT License - see the [LICENSE](LICENSE) file for details