Helmor
ActiveDescription
Helmor is a local-first multi-agent coding workbench that runs Claude Code, Codex, and other agents in parallel across isolated git worktrees.
Key Features
- Isolated git workspaces - every task gets its own worktree and branch so main stays clean
- Multi-agent runtime - Claude Code, OpenAI Codex, Cursor, OpenCode run side by side
- Mid-flight steering - watch live output, inject follow-ups, queue prompts, mention files with @
- One-click PR actions - Create PR, Commit & Push, Fix CI, Merge, with stacked PRs
- Local-first storage - code, sessions, and credentials never leave the machine
- CLI and MCP server - drive Helmor from terminal or from other agents via stdio MCP
Use Cases
Categories
Quick Start
# Download Helmor from https://github.com/dohooo/helmor/releases
# macOS DMG and Windows x64 setup installer are available.
# First launch walks you through GitHub/GitLab and agent sign-in.
# Then:
helmor workspace new --repo myapp
helmor send --workspace myapp/feature-x "Add a test for the parser edge case."
helmor workspace status myapp/feature-x