Wingetlywingetly
← All apps
T

Tasque

by GNOME Projectv0.1.12.2

Last updated

A simple task management app.

Install with winget

$ winget install --id gnome.Tasque --exact --version 0.1.12.2

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

Silent install command for Tasque

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

One-line silent install (x86)
msiexec.exe /i TasqueSetup_0.1.12.2.msi /quiet /norestart

See the full silent install reference for Tasque

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.

Installers · v0.1.12.2

ArchitectureTypeScopeInstallDownload
x86MSI-Direct

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 Tasque.

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

  • gtkmmGNOME Project
    gnome.gtkmmv2.22.0-2

    The official C++ interface for the popular GUI library GTK.

  • PlannerGNOME Project
    gnome.Plannerv0.14.6

    Project management tool based on the Work breakdown structure (WBS). Its goal is to be an easy-to-use no-nonsense project management application.

  • EasyTAGGNOME Project
    gnome.EasyTAGv2.4.3

    A simple application for viewing and editing tags in audio files.

  • GladeGNOME Project
    gnome.Gladev3.14.2

    A RAD tool to enable quick & easy development of user interfaces for the GTK toolkit and the GNOME desktop environment.

  • GNOME Translation EditorGNOME Project
    gnome.GNOMETranslationEditorv1.9.5

    An enhanced gettext po file editor for the GNOME desktop environment.

  • Mindwtrdongdongbh
    dongdongbh.Mindwtrv1.3.0

    A complete Getting Things Done (GTD) productivity system.

More from GNOME Project or browse gnome-tasque, gnometasque, task-management.

Frequently asked questions

How do I install Tasque on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id gnome.Tasque --exact --version 0.1.12.2. winget downloads the installer from GNOME Project and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Tasque silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id gnome.Tasque --exact 0.1.12.2 --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 Tasque?
Tasque uses MSI. Run the downloaded installer with: msiexec.exe /i TasqueSetup_0.1.12.2.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall Tasque via winget?
Run: winget uninstall --id gnome.Tasque --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Tasque's Apps & Features entry.
Is Tasque free?
Tasque is distributed under MIT. Refer to the publisher (https://gitlab.gnome.org/Archive/tasque) for the full license terms - Wingetly itself does not charge for installation.
Does Tasque 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 Tasque directly from the publisher.
How do I keep Tasque up to date?
Run winget upgrade --id gnome.Tasque --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Tasque from microsoft/winget-pkgs.