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.
- 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.
- Windows OS
- Space Required: 10Mb
- Memory Required: 40-50Mb
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.
Once installed, Konductor runs silently in the background, providing real-time system resource information. No additional configuration is required.
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.
We welcome contributions! To contribute to Konductor, follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/new-feature
. - Commit your changes:
git commit -am 'Add new feature'
. - Push to the branch:
git push origin feature/new-feature
. - Submit a pull request.
- Beta 0.1.4: Download
This project is licensed under the MIT License - see the LICENSE file for details.