Wingetlywingetly
← All apps
A

App Center

by Arnstein Skarav1.0.2

Last updated

Ubuntu's App Center, rebuilt for Windows on top of winget.

Install with winget

$ winget install --id ArnsteinSkara.AppCenter --exact --version 1.0.2

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

Silent install command for App Center

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

One-line silent install (x64, user scope)
AppCenter-1.0.2-Setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

See the full silent install reference for App Center

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

A graphical front-end for the Windows Package Manager, modelled on Ubuntu's

App Center. Browse a curated catalogue of 178 apps across Featured,

Productivity, Development and Games, search the whole winget repository, and

install, update or remove packages from one place.

Every install, upgrade and uninstall is a real winget command against the

local machine, and each one goes through a confirmation dialog first.

Free software under the GPL-3.0, the same licence Canonical publish Ubuntu's

App Center under. It is an independent Windows implementation that shares no

code with theirs, and is not affiliated with or endorsed by Canonical.

Installers · v1.0.2

ArchitectureTypeScopeInstallDownload
x64EXE
Inno Setup
userDirect

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 App Center.

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

  • PowerShellMicrosoft Corporation
    Microsoft.PowerShellv7.6.6.0

    PowerShell is a cross-platform task automation solution made up of a command-line shell, a scripting language, and a configuration management framework. PowerShell runs on Windows, Linux, and macOS.

  • mpv.netFrank Skare (stax76)
    mpv.netv7.1.2.0

    mpv.net is a media player for Windows with a modern GUI.

  • M
    Microsoft.UI.XamlMicrosoft Corporation
    Microsoft.UI.Xaml.2.8v8.2310.30001.0

    Windows UI Library: the latest Windows 10 native controls and Fluent styles for your applications

  • ActivityWatchActivityWatch Contributors
    ActivityWatch.ActivityWatchv0.13.2

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

  • Zapret Hubgoshkow
    goshkow.ZapretHubv1.4.4.0

    GUI for zapret and TG WS Proxy

  • App InstallerMicrosoft Corporation
    Microsoft.AppInstallerv1.29.290

    Microsoft App Installer lets you easily install Windows apps with a double-click. It also includes WinGet for powerful command-line app management.

More from Arnstein Skara or browse app-store, foss, gui.

Frequently asked questions

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