---
title: "Muse Code for Windows developers"
url: https://helicon.sh/use-cases/windows-developers
description: "A signed installer, native Windows Muse Code with PowerShell, and WSL2 path translation when you need it. The Windows setup tax, paid once by the app instead of by you."
updated: 2026-09-19
site: Helicon
---

# Muse Code for Windows developers

Windows has historically been the worst platform for terminal coding agents: WSL2 plumbing, mixed path formats and unsigned binaries. Helicon ships a signed Windows installer with auto update, runs Muse Code natively with PowerShell for shell commands, and falls back to Muse Code inside WSL2 with two way path translation.

## What normally goes wrong

- The agent reports /home/you/project and nothing on the Windows side can open it.
- SmartScreen blocks an unsigned binary and you are asked to trust it anyway.
- Half your tooling is in the distribution and half is on the host.
- Updating means finding the release page again.

## What Helicon does about each

| Problem | What the app does |
| --- | --- |
| Mixed paths | Translates both ways on the WSL2 route, uses Windows paths natively |
| Unsigned binaries | Signed installer, so SmartScreen behaves |
| Shell mismatch | PowerShell for shell commands on the native route |
| Manual updates | Auto update built into the app |
| Which route am I on | Detection prefers native and tells you what it chose |

## A setup that works

1. Install Muse Code natively on Windows if you can. PowerShell should answer `muse --version`.
2. Run `muse login` in that shell. Helicon stores no credentials.
3. Install Helicon with the signed installer.
4. Add the Windows paths you actually work in.
5. Keep WSL2 only if your project or toolchain genuinely lives there.

> Running the daemon from source on Windows needs Node 22 or newer on the Windows host, not inside WSL2. The packaged app brings its own.

## Frequently asked questions

### Do I need WSL2?

No. Muse Code runs natively on Windows and Helicon drives it directly. WSL2 remains supported for setups that need it.

### Is the installer signed?

Yes, with auto update built in.

### Does it work on Windows on ARM?

The published installer is x64. ARM users can run from source with Node 22 or newer.

## Related

- [Windows](https://helicon.sh/install/windows): A signed Windows installer for a Muse Code desktop app, with auto update. Runs Muse Code natively on Windows, or inside WSL2 with path translation both ways.
- [WSL2](https://helicon.sh/install/wsl2): If your muse CLI lives in WSL2 Ubuntu, Helicon routes to it from the Windows desktop app and translates paths both ways, so the agent and the UI agree on where files are.
- [Muse Code on Windows without WSL](https://helicon.sh/guides/muse-code-windows-without-wsl): Muse Code runs natively on Windows. Here is how to check which route you are on, run it with Windows paths and PowerShell, and keep WSL2 as a fallback.

---

Helicon is a free, MIT licensed, unofficial community client for Meta's Muse Code CLI. Not made, sponsored or endorsed by Meta. Source: https://helicon.sh/. Machine readable index: https://helicon.sh/llms.txt
