timenaut
timenaut copied to clipboard
Desktop time tracking application for Windows, Mac and Linux that does not invade your privacy
Development of Timenaut has moved to GitLab
Timenaut
Downloading
The latest version is downloadable on GitHub or on the website.
Installing
For the optimal user experience with Linux using AppImageLauncher is the preferred way to install the AppImage.
Development
Windows requires npm install --vs2015 --global windows-build-tools
in powershell with admin rights.
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Run your tests
npm run test
Lints and fixes files
npm run lint