Wingetlywingetly
← All apps
W

Wira Desk

by Wira Digital Indonesiav0.1.4

Last updated

Lightweight desktop tools for Windows - same-app window switching and window arrangement via a tray daemon.

Install with winget

$ winget install --id WiraDigitalIndonesia.WiraDesk --exact --version 0.1.4

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

Silent install command for Wira Desk

Wira Desk uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.

One-line silent install (x64, machine scope)
WiraDesk-0.1.4-x64-setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

See the full silent install reference for Wira Desk

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

Wira Desk runs as an elevated system-tray daemon with a global low-level keyboard hook for

same-app window switching and window arrangement, plus a Settings companion app for

configuring shortcuts.

The installer requires Administrator and installs to %ProgramFiles%, which is deliberate:

auto-start runs the daemon elevated at every logon with no prompt, so a directory only

administrators can write is what protects it. Auto-start is not switched on by the

installer - that stays the user's choice from the tray menu or Settings.

Installers · v0.1.4

ArchitectureTypeScopeInstallDownload
x64EXE
Inno Setup
machineDirect

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 Wira Desk.

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.

  • YouTube Music for DesktopVenipa
    venipa.ytmdesktopv1.8.1

    Beautiful Unofficial YouTube Music desktop app that includes several customizations for users and developers.

  • AutoHotkeyAutoHotkey Foundation LLC
    AutoHotkey.AutoHotkeyv2.0.27

    Macro-creation and automation-oriented scripting utility for Windows.

  • Y
    Yazisxyazi
    sxyazi.yaziv26.9.1

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

  • LeopardWMjcardama
    jcardama.LeopardWMv0.2.8

    Scroll-first tiling window manager for Windows 10 and 11.

More from Wira Digital Indonesia or browse window-manager, productivity, keyboard-shortcuts.

Frequently asked questions

How do I install Wira Desk on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id WiraDigitalIndonesia.WiraDesk --exact --version 0.1.4. winget downloads the installer from Wira Digital Indonesia and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Wira Desk silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id WiraDigitalIndonesia.WiraDesk --exact 0.1.4 --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 Wira Desk?
Wira Desk uses EXE (Inno Setup). Run the downloaded installer with: WiraDesk-0.1.4-x64-setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
How do I uninstall Wira Desk via winget?
Run: winget uninstall --id WiraDigitalIndonesia.WiraDesk --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Wira Desk's Apps & Features entry.
Is Wira Desk free?
Wira Desk is distributed under MIT. Refer to the publisher (https://github.com/wiradigitalid/wira-desk) for the full license terms - Wingetly itself does not charge for installation.
Does Wira Desk 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 Wira Desk directly from the publisher.
How do I keep Wira Desk up to date?
Run winget upgrade --id WiraDigitalIndonesia.WiraDesk --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Wira Desk from microsoft/winget-pkgs.