Skip to content

Muse Code GUI options

Yes, Muse Code has graphical interfaces. There are three kinds: a standalone desktop and web app such as Helicon, VS Code extensions that put the agent in a sidebar, and Agent Client Protocol bridges for Zed and JetBrains IDEs. All of them drive the same muse CLI and the same subscription.

Last updated · Markdown version

The three kinds, and who each is for

KindExampleBest when
Standalone appHelicon, desktop and webYou run threads across several repositories
Editor extensionVS Code Muse extensionsYou work in one repository inside the editor
ACP bridgeZed and JetBrains bridgesYou want one editor panel for several agents
Other wrappersSmall open-source projectsYou want something minimal to modify

Nobody should claim to be the only option here, and this page does not. Editor integrations exist, several open-source wrappers exist, and they all drive the same CLI. The useful question is which shape fits the way you work.

What a standalone app adds

  • A session list across every project on the machine, grouped by working directory, with isolated git worktrees as their own entries.
  • Resume for any past session, including ones started in the muse terminal TUI.
  • Inline diffs at the turn that produced them, with a file viewer beside the thread.
  • An approval queue where onRequest, promptUnmatched and denyUnmatched are mapped one to one and never bypassed.
  • Cost at published per token rates by thread, day and model, plus the 5 hour window and weekly cap as Muse Code reports them.
  • The same UI as a web app against a daemon on another machine.

What to check before installing any of them

  1. Does it store credentials? It should not need to. Authentication belongs to your own muse login.
  2. Does it bypass approvals? A client that auto approves to look smooth has removed the safety property.
  3. Does it speak the protocol or scrape the terminal? Scraping breaks and cannot see structured events.
  4. Are the binaries signed? On Windows this is the difference between an install and an argument with SmartScreen.
  5. Is the source readable? The thing being wrapped has file system and shell access.

Helicon's answers to those five

QuestionHelicon
Stores credentialsNo. Authentication stays with your muse login
Bypasses approvalsNo. Allow all is an explicit, dangerous opt in
Protocol or scrapingMuse Code Session Protocol, via the official MIT SDK
Signed binariesSigned Windows installer; macOS DMG updater signed, not Apple notarized yet
SourceMIT, one public repository for app, daemon and this site

Platform support at a glance

PlatformHeliconNotes
WindowsSigned installer, auto updateNative Muse Code, or WSL2 with path translation
macOSUniversal DMG, auto updateApple Silicon and Intel; right click and Open on first launch
Linuxx86_64 AppImage, auto updateNeeds FUSE on some distributions; no ARM build yet
BrowserWeb app against a daemonSame React UI, daemon on a machine you control

Frequently asked questions

Does Muse Code have a GUI?

Yes. There is a standalone desktop and web app called Helicon, several VS Code extensions, and Agent Client Protocol bridges for Zed and JetBrains IDEs. All of them drive the same muse CLI.

Is there an official Muse Code GUI?

Muse Code itself ships a terminal interface. The graphical clients are community projects, built on the MIT licensed SDK Meta publishes for the Muse Code Session Protocol.

Do I need a second subscription for a GUI?

No. A client drives your existing muse CLI and your own muse login. Helicon is free, MIT licensed, and adds no billing.

Which Muse Code GUI works best on Windows?

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.

Can a GUI see sessions I started in the terminal?

A protocol native client can. Helicon's daemon discovers sessions for a workspace regardless of which client created them, so terminal sessions are listed and resumable.

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.