What Helmor is#
Helmor is an open-source local workbench for multi-agent software development. It helps you run coding agents inside real repositories, keep each task isolated, and review the result before it becomes shipped code.
What it helps with#
- Start focused coding tasks without leaving your project context.
- Watch agent sessions, tool activity, files, and changes in one place.
- Review, test, commit, and prepare work for GitHub from the same workflow.
Core objects#
- Repository: the source project Helmor can work on.
- Workspace: an isolated working copy for one task or branch.
- Session: the conversation and agent activity inside a workspace.
- Agent: the CLI-backed coding assistant, such as Claude Code or Codex.
Start here#
Install Helmor, add a repository, create a workspace, then send a small first task. A good first task has one goal, one expected result, and one clear way to verify it.