Skip to content

Install on Windows

Install Helicon on Windows

Install the muse CLI, sign in with muse login, then run the signed Helicon installer from the latest GitHub release. Helicon drives Muse Code natively on Windows using your own Windows paths and PowerShell for shell commands, and falls back to Muse Code inside WSL2 with two way path translation when native Muse Code is not present.

Last updated · Markdown version

Before you start

  • Windows 10 or 11 on x64.
  • The muse CLI, either natively on Windows or inside WSL2 Ubuntu.
  • A Muse Code subscription, signed in with your own muse login.
  • Nothing else. The desktop app ships its own Node.js runtime.

Two supported setups

SetupHow Helicon runs itPaths
Native Windows Muse CodeRuns muse directly, PowerShell for shell commandsYour own Windows paths, unchanged
Muse Code inside WSL2Routes through the WSL2 distributionTranslated both ways automatically
Helicon prefers native Muse Code and uses WSL2 when native is not installed.

This is the part that usually costs Windows users an evening. Mixed Windows and WSL2 paths are the reason agent tooling breaks on Windows, and Helicon translates between them rather than asking you to.

About the installer

  • Signed, so SmartScreen does not treat it as an unknown publisher.
  • Auto update built in: the app checks helicon.sh for a newer version and updates itself.
  • The file is named Helicon_<version>_x64-setup.exe on the release page.

If Helicon cannot find Muse Code

  • Check muse --version in PowerShell for a native install.
  • Check muse --version inside your WSL2 shell for the WSL2 route.
  • Run muse login in whichever shell holds your install. Helicon never stores credentials, so it needs the CLI to be signed in.

Install Helicon, a Muse Code desktop app, on Windows

  1. Install the muse CLI. Install Muse Code natively on Windows, or inside WSL2 Ubuntu if that is your setup.

  2. Sign in. Authenticate the CLI in the shell that holds your install. Helicon uses this login and stores no credentials of its own.

    muse login
  3. Download the installer. Take Helicon_<version>_x64-setup.exe from the latest GitHub release.

  4. Run the installer. The installer is signed and sets up auto update, so future versions arrive without another download.

  5. Add a project. Point Helicon at a working directory. It starts a muse serve host for that workspace and lists any sessions already on disk, including ones started in the terminal.

Frequently asked questions

Do I need WSL2 to run Muse Code on Windows?

No. Muse Code runs natively on Windows and Helicon drives it directly, using your Windows paths and PowerShell for shell commands. WSL2 still works, and Helicon uses it when native Muse Code is not installed.

Is the Windows installer signed?

Yes, and it ships auto update. Releases are published on GitHub.

Does Helicon work on Windows on ARM?

The published installer is x64. ARM users can run from source, which needs Node 22 or newer on the Windows host.

Where do my Muse Code credentials live on Windows?

With the muse CLI, from your own muse login, in whichever environment you installed it. Helicon never stores or handles them.

Same Muse Code. Same subscription. Better interface. 

Free and MIT licensed. Signed Windows installer, universal macOS DMG, and a web build against a daemon you run.