Use cases
Muse Code for open-source maintainers
Maintaining several repositories means short bursts of attention across many codebases. Helicon lists every project with its sessions, so picking a repository back up does not mean reconstructing context, and every edit is an inline diff with the approval record beside it before anything reaches a project others depend on.
Last updated · Markdown version
The maintainer shape of work
- Twenty repositories, two of which are active this week.
- Context switches measured in minutes, not hours.
- Contributions you must read carefully before merging.
- No appetite for a tool that makes changes you cannot audit.
What helps
| Need | What the app gives you |
|---|---|
| Pick a repo back up | Sessions listed under the project, resumable with full history |
| See exactly what changed | Inline diffs at the turn that produced them |
| Know what was allowed | Approval decisions kept in the thread |
| Keep changes isolated | Worktrees listed as their own projects |
| Trust the client itself | MIT licensed, no credential storage, source in one repository |
On trusting the tool
A wrapper around an agent with shell access deserves the same scrutiny you would give a dependency. Helicon is MIT licensed with the desktop app, web app, daemon and this site in one public repository, it stores no credentials, and it never bypasses an approval.
Frequently asked questions
Does Helicon commit or push anything?
No. It shows what changed. Git stays yours.
Can I audit what the client sends?
Yes. It is MIT licensed and the source is public.
Does it phone home?
Only an update check, which reports platform, version and a weekly hash of the IP. No account, no thread data.
Keep reading
- Review what the agent didRead a finished Muse Code run: inline diffs at the point of the edit, tool calls with their output, the approval record, and the touched files in a viewer beside the thread.
- ApprovalsEvery approval Muse Code raises appears in Helicon the moment it arrives. onRequest, promptUnmatched and denyUnmatched are mapped one to one, and allow all is an explicit opt in.
- Projects and worktreesHelicon groups every Muse Code thread under the directory the agent worked in, isolated git worktrees included, so parallel work across repositories has one place to live.
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.