A minimalist, fast, and beautiful system monitor for Windows.
- Real-time CPU, RAM, Disk, and Network monitoring.
- Process management.
- Modern, glass-morphism inspired UI.
- Persistent configuration and historical data storage.
SystemPulse/
├── backend/ # Main application entry point
├── frontend/ # React + Tailwind frontend
├── internal/ # App-specific business logic
├── pkg/ # Shared packages (system, metrics)
├── database/ # SQLite storage
└── assets/ # Static resources
- Clone the repository.
- Ensure Go and Node.js are installed.
- Run
wails devto start in development mode. - Run
wails buildto create the production binary.
- Basic Dashboard
- Processes Tab
- Performance Graphs (Recharts)
- Network/Disk Details
- Settings Management
- SQLite Historical Data Storage
MIT