A simple application that lets you monitor usage of apps on your PC.
Note: Currently only works on Windows.
- Track active applications and their usage time.
- View a list of tracked processes with details such as PID, process name, uptime, and usage percentage.
- System tray integration for easy access.
-
Clone the repository:
git clone [email protected]:roh1th-s/app-tracker.git cd app-tracker
-
Install dependencies:
npm install
-
Build the Tauri application:
npm run tauri build
MIT