Wingetlywingetly
← All apps

Uptodown

by Uptodown Technologies SLv0.6.0

Last updated

Desktop client for Uptodown, the app store for Windows.

Install with winget

$ winget install --id Uptodown.UptodownClient --exact --version 0.6.0

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

Silent install command for Uptodown

Uptodown uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES.

One-line silent install (x64, machine scope)
installer.exe /VERYSILENT /SUPPRESSMSGBOXES

See the full silent install reference for Uptodown

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

Uptodown App Store is our official native client for Windows. Manage your apps, downloads, and updates from one place without needing a browser. Everything you love about Uptodown in a single app!

Installers · v0.6.0

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

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

  • Alt App InstallerJishnu M
    mjishnu.altappinstallerv2.7.3

    A Program To Download And Install Microsoft Store Apps Without Store

  • JDownloader 2AppWork GmbH
    AppWork.JDownloaderv2.0

    Download Manager for File Hosters

  • OmniGettonhowtf
    tonhowtf.OmniGetv0.9.2

    Desktop app to download videos, courses, and media from 50+ platforms.

  • MotrixAGALWOOD
    agalwood.Motrixv1.8.19

    Motrix is a full-featured download manager that supports downloading HTTP, FTP, BitTorrent, Magnet, etc.

  • GitHub Storerainxchzed
    zed.rainxch.githubstorev1.9.2

    GitHub Store - app store for GitHub releases - installer.

  • ABDownloadManagerabdownloadmanager.com
    amir1376.ABDownloadManagerv1.10.4

    A Download Manager that speeds up your downloads.

More from Uptodown Technologies SL or browse app-store, download-manager, uptodown.

Frequently asked questions

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