Wingetlywingetly
← All apps

TimeTracker

by tmtrckrv0.4.1

Last updated

Time Tracking Application

Install with winget

$ winget install --id tmtrckr.TimeTracker --exact --version 0.4.1

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for TimeTracker

TimeTracker uses MSI. The silent install switches are /quiet /norestart.

One-line silent install (x64, machine scope)
msiexec.exe /i TimeTracker_0.4.1_x64_en-US.msi /quiet /norestart

See the full silent install reference for TimeTracker

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

Desktop application for automatic time tracking that shows where your working time goes, with smart handling of idle time.

Installers · v0.4.1

ArchitectureTypeScopeInstallDownload
x64MSImachineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for TimeTracker.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • R
    rtkrtk-ai
    rtk-ai.rtkvv0.48.0

    CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies

  • ActivityWatchActivityWatch Contributors
    ActivityWatch.ActivityWatchv0.13.2

    ActivityWatch is an app that automatically tracks how you spend time on your devices.

  • Y
    Yazisxyazi
    sxyazi.yaziv26.9.1

    Blazing fast terminal file manager written in Rust, based on async I/O

  • B
    BionicLM Studio
    ElementLabs.Bionicv1.1.2+11

    An AI agent for working with open models locally and in the cloud.

  • Flow LauncherFlow-Launcher Team
    Flow-Launcher.Flow-Launcherv2.1.3

    Keystroke launcher for Windows to search, manage and launch files, folders bookmarks, websites and more.

  • CoolDeskCoolDesk
    CoolDesk.CoolDeskv2.0.9

    AI-powered desktop workspace manager

More from tmtrckr or browse time-tracking, productivity, time-management.

Frequently asked questions

How do I install TimeTracker on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id tmtrckr.TimeTracker --exact --version 0.4.1. winget downloads the installer from tmtrckr and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install TimeTracker silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id tmtrckr.TimeTracker --exact 0.4.1 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for TimeTracker?
TimeTracker uses MSI. Run the downloaded installer with: msiexec.exe /i TimeTracker_0.4.1_x64_en-US.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall TimeTracker via winget?
Run: winget uninstall --id tmtrckr.TimeTracker --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from TimeTracker's Apps & Features entry.
Is TimeTracker free?
TimeTracker is distributed under MIT. Refer to the publisher (https://github.com/tmtrckr/time-tracker-app) for the full license terms - Wingetly itself does not charge for installation.
Does TimeTracker work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls TimeTracker directly from the publisher.
How do I keep TimeTracker up to date?
Run winget upgrade --id tmtrckr.TimeTracker --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of TimeTracker from microsoft/winget-pkgs.