How do I install Helio on Windows?⌄
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id HelioFM.HelioSequencer --exact --version 3.16. winget downloads the installer from Peter Rudenko and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Helio silently for unattended deployment?⌄
Add --silent and accept the agreements upfront: winget install --id HelioFM.HelioSequencer --exact 3.16 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall Helio via winget?⌄
Run: winget uninstall --id HelioFM.HelioSequencer --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Helio's Apps & Features entry.
Is Helio free?⌄
Helio is distributed under - GNU GPL v3 © Peter Rudenko and contributors.
- App icon by Valery Davletbaev, distributed under CC-BY.
- Other icons from various free icon fonts are licensed under SIL Open Font License and CC-BY.
- Built-in metronome sounds are recorded by Ludwig Peter Müller, CC0.. Refer to the publisher (https://helio.fm/) for the full license terms - Wingetly itself does not charge for installation.
Does Helio 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 Helio directly from the publisher.
How do I keep Helio up to date?⌄
Run winget upgrade --id HelioFM.HelioSequencer --exact, or winget upgrade --all to update everything winget tracks. We index 2 versions of Helio from microsoft/winget-pkgs.