Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.2 KB

File metadata and controls

50 lines (32 loc) · 1.2 KB

desktop-wakatime

Desktop system tray app for automatic time tracking and metrics generated from your app usage activity.

Install

https://wakatime.com/desktop

Usage

Keep the app running in your system tray, and your app usage will show on your WakaTime dashboard.

Local Development Setup

git clone [email protected]:wakatime/desktop-wakatime.git
cd desktop-wakatime
npm i
npm run dev

Generate Release

To create a release build for the platform you are currently using, run the following command:

npm run build

Once the build completes, you will find the installer file at the following path:

/release/wakatime-[Platform]-[Arch].[Extension]

Supported Apps

Before requesting support for a new app, first check the list of supported apps.

Contributing

Pull requests and issues are welcome! See Contributing for more details.

Made with ❤️ by the WakaTime Team.