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