How do I install TripleA on Windows?⌄
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id TripleAGame.TripleA --exact --version 2.5.22294. winget downloads the installer from TripleA Developer Team and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install TripleA silently for unattended deployment?⌄
Add --silent and accept the agreements upfront: winget install --id TripleAGame.TripleA --exact 2.5.22294 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall TripleA via winget?⌄
Run: winget uninstall --id TripleAGame.TripleA --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from TripleA's Apps & Features entry.
Is TripleA free?⌄
TripleA is distributed under GPL-3.0. Refer to the publisher for the full license terms - Wingetly itself does not charge for installation.
Does TripleA 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 TripleA directly from the publisher.
How do I keep TripleA up to date?⌄
Run winget upgrade --id TripleAGame.TripleA --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of TripleA from microsoft/winget-pkgs.