Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 996 Bytes

File metadata and controls

37 lines (31 loc) · 996 Bytes

SystemPulse

A minimalist, fast, and beautiful system monitor for Windows.

Features

  • Real-time CPU, RAM, Disk, and Network monitoring.
  • Process management.
  • Modern, glass-morphism inspired UI.
  • Persistent configuration and historical data storage.

Structure

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

Setup

  1. Clone the repository.
  2. Ensure Go and Node.js are installed.
  3. Run wails dev to start in development mode.
  4. Run wails build to create the production binary.

Roadmap

  • Basic Dashboard
  • Processes Tab
  • Performance Graphs (Recharts)
  • Network/Disk Details
  • Settings Management
  • SQLite Historical Data Storage

License

MIT