This repository contains a desktop application built with Electron.js that monitors CPU usage, RAM usage, and storage usage in real time. It provides a minimal yet powerful setup using React + TypeScript + Vite, making it easy to extend and customize.
Running npm run dev will start both the app and the website at http://localhost:5123.
✅ Real-time CPU usage monitoring ✅ RAM usage tracking ✅ Storage usage analysis ✅ Simple and responsive UI ✅ Cross-platform support (Windows, macOS, Linux)
Electron.js – For desktop application development React + TypeScript + Vite – Fast, efficient, and scalable frontend.
1️⃣ Clone the Repository
git clone https://github.com/your-username/electron-system-monitor.git
cd electron-system-monitor2️⃣ Install Dependencies
npm install3️⃣ Start the App in Development Mode
npm run dev4️⃣ Build for Production
npm run dist:winThis template provides a minimal setup to get React working in Vite with HMR (Hot Module Replacement) and ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react – Uses Babel for Fast Refresh.
- @vitejs/plugin-react-swc – Uses SWC for Fast Refresh.