Skip to content

A desktop app for Muse Code

Helicon is a free, MIT licensed desktop app for Meta's Muse Code CLI, with a signed Windows installer and a universal macOS DMG. It gives every Muse Code session a home: projects grouped by directory, resume with full history, inline diffs, an approval queue, and cost at published API rates. It runs on your existing subscription.

Last updated · Markdown version

What you get

In the app
ProjectsGrouped by working directory, git worktrees badged separately
SessionsFull history, one click resume, including terminal TUI sessions
DiffsInline in the thread, at the turn that made the edit
ApprovalsQueued, mapped one to one, never bypassed
CostPer thread, day and model at published per token rates
Plan meterThe 5 hour window and weekly cap as Muse Code reports them
FilesSource, Markdown, images, video and PDF beside the thread
KeyboardCommand palette, slash commands, model and effort picker

Platforms

  • Windows: signed installer with auto update. Native Muse Code, or Muse Code inside WSL2 with two way path translation.
  • macOS: one universal DMG for Apple Silicon and Intel, with auto update. Not Apple notarized yet, so first launch needs right click then Open.
  • Linux: an x86_64 AppImage with auto update. No ARM build yet; source works there.
  • Browser: the same React UI as a web app against a daemon you run.

What it needs from you

  • The muse CLI, installed and signed in with your own muse login.
  • A Muse Code subscription. There is no second bill and no API key.
  • Nothing else. The desktop app ships its own Node.js. Running from source needs Node 22 or newer.

How it works underneath

  • A local daemon starts one muse serve host per workspace.
  • It speaks the Muse Code Session Protocol over JSON-RPC through the official MIT @muse-code/sdk.
  • All state is local SQLite. There is no account and no sync.
  • One React codebase ships as the Tauri desktop app and as the web app.

Privacy, stated plainly

Nothing about your code, prompts, threads or files leaves your machine. The desktop app asks helicon.sh whether a newer version exists, and that request reports the platform, the version and a weekly hash of the IP it came from. There is no account, no sign up and no telemetry inside the app itself.

Frequently asked questions

Is there a desktop app for Muse Code?

Yes. Helicon is a free, open-source desktop app for the Muse Code CLI, with a signed Windows installer and a universal macOS DMG, plus a web build against a daemon you run.

Is the Muse Code desktop app free?

Helicon is free and MIT licensed with no paid tier. It runs on the Muse Code subscription you already have.

Does it work on Windows?

Yes, with a signed installer and auto update. It runs Muse Code natively on Windows with PowerShell for shell commands, and uses Muse Code inside WSL2 with path translation when native is not installed.

Do I need an API key?

No. Authentication is your own muse login, held by the CLI. Helicon stores no credentials.

Who makes it?

Harjot Singh Rana and contributors, as an unofficial MIT licensed community project. It is not made, sponsored or endorsed by Meta.

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.