How do I install Bubble on Windows?⌄
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id RedCactus.Bubble --exact --version 3.58.0. winget downloads the installer from Red Cactus B.V. and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Bubble silently for unattended deployment?⌄
Add --silent and accept the agreements upfront: winget install --id RedCactus.Bubble --exact 3.58.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 Bubble via winget?⌄
Run: winget uninstall --id RedCactus.Bubble --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Bubble's Apps & Features entry.
Is Bubble free?⌄
Bubble is distributed under Proprietary. Refer to the publisher for the full license terms - Wingetly itself does not charge for installation.
Does Bubble 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 Bubble directly from the publisher.
How do I keep Bubble up to date?⌄
Run winget upgrade --id RedCactus.Bubble --exact, or winget upgrade --all to update everything winget tracks. We index 2 versions of Bubble from microsoft/winget-pkgs.