Wingetlywingetly
← All apps

Coffee

by Steven Colev1.0.4

Last updated

Coffee will keep your computer wide awake while your downloads or network transfers complete. Coffee prevents standby when your traffic speed on a selected network adapter is above the user configurable threshold.

Install with winget

$ winget install --id StevenCole.Coffee --exact --version 1.0.4

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

Silent install command for Coffee

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

One-line silent install (x64, machine scope)
msiexec.exe /i installer.msi /quiet /norestart

See the full silent install reference for Coffee

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 · v1.0.4

ArchitectureTypeScopeInstallDownload
x86MSImachineDirect
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 Coffee.

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

  • yt-dlpyt-dlp
    yt-dlp.yt-dlpv2026.08.19

    A feature-rich command-line audio/video downloader.

  • Happ - Proxy UtilityHapp
    Happ.Happv4.2.1

    Desktop proxy client powered by Xray core.

  • 夸克网盘Quark
    Alibaba.QuarkCloudDrivev3.24.0

    Quark Cloud Drive is a cloud service product launched by Quark, featuring cloud storage, HD streaming, online file decompression, PDF one-click conversion, etc.

  • spacedesk Windows DRIVERdatronicsoft Inc.
    Datronicsoft.SpacedeskDriver.Serverv2.2.32.0

    Spacedesk Driver Software for Windows PRIMARY PC (server) runs only with Windows 11 and Windows 10

  • Synology Drive ClientSynology
    Synology.DriveClientv8.1.0.18123

    The desktop utility that provides file syncing and personal computer backup services on multiple client computers to a centralized server, Synology Drive Server.

  • Speedtest by OoklaOokla
    Ookla.Speedtest.Desktopv1.15.200.001

    The definitive way to test the speed and performance of your internet connection.

More from Steven Cole or browse download, monitoring, network.

Frequently asked questions

How do I install Coffee on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id StevenCole.Coffee --exact --version 1.0.4. winget downloads the installer from Steven Cole and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Coffee silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id StevenCole.Coffee --exact 1.0.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 Coffee?
Coffee uses MSI. Run the downloaded installer with: msiexec.exe /i installer.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall Coffee via winget?
Run: winget uninstall --id StevenCole.Coffee --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Coffee's Apps & Features entry.
Is Coffee free?
Coffee is distributed under GNU General Public License v3.0. Refer to the publisher (https://sourceforge.net/projects/coffee-sc/) for the full license terms - Wingetly itself does not charge for installation.
Does Coffee 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 Coffee directly from the publisher.
How do I keep Coffee up to date?
Run winget upgrade --id StevenCole.Coffee --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Coffee from microsoft/winget-pkgs.