Skip to content

Manukhurana97/konductor

Repository files navigation

Konductor

Build Status License GitHub stars GitHub top language

Konductor is a lightweight desktop application built with Angular 16 and Rust on the Tauri framework. It provides real-time monitoring of CPU, memory, and disk usage on Windows.

image

Features

  • CPU Usage: Displays the average CPU usage across all cores.
  • Memory Usage: Shows the current RAM consumption.
  • Disk Usage: Presents an average of read and write operations.
  • Auto-Start: The app automatically starts whenever the user logs in to Windows.

System Requirements

  • Windows OS
  • Space Required: 10Mb
  • Memory Required: 40-50Mb

Installation

Download the latest release for Windows here.

Install the application, and it will automatically start with each Windows login, providing real-time system resource information.

Usage

Once installed, Konductor runs silently in the background, providing real-time system resource information. No additional configuration is required.

Future Features

In future releases, we plan to add the following features:

  • Power Options: Restart, sleep, and shutdown options.
  • Favicon Customization: Choose from a variety of favicon options.
  • MacOS Support: Extend the application to support MacOS.

Contributing

We welcome contributions! To contribute to Konductor, follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/new-feature.
  3. Commit your changes: git commit -am 'Add new feature'.
  4. Push to the branch: git push origin feature/new-feature.
  5. Submit a pull request.

Version History

License

This project is licensed under the MIT License - see the LICENSE file for details.