Helmor

活跃
GitHub TypeScript Apache-2.0

简介

Helmor 是本地优先的多 Agent 编码工作台,可在独立 git worktree 中并行运行 Claude Code、Codex 等 Agent。

核心特性

  • 隔离的 git 工作区 - 每个任务独立 worktree 和分支,保持 main 干净
  • 多 Agent 运行时 - Claude Code、OpenAI Codex、Cursor、OpenCode 并行运行
  • 飞行中引导 - 实时查看输出、注入追问、排队提示词、用 @ 提及文件
  • 一键 PR 操作 - 创建 PR、提交推送、修复 CI、合并,支持堆叠 PR
  • 本地优先存储 - 代码、会话和凭证不离开本机
  • CLI 和 MCP Server - 通过终端或其他 Agent 的 stdio MCP 驱动 Helmor

适用场景

💡 在同一仓库的五个独立任务上并行运行五个 AI 编码 Agent
💡 在 Monaco 编辑器中查看 diff 并通过一键 PR 动作完成发布
💡 通过内置 MCP Server 从 Claude Code 驱动 Helmor 工作区
💡 在单一桌面 UI 中跨多个特性分支管理堆叠 PR
💡 在离线开发环境中保持所有代码、会话和凭证本地化

快速开始

# 从 https://github.com/dohooo/helmor/releases 下载
# 提供 macOS DMG 和 Windows x64 安装包。

# 首次启动会引导你连接 GitHub/GitLab 并登录 Agent。
# 然后:
helmor workspace new --repo myapp
helmor send --workspace myapp/feature-x "为 parser 边界情况添加测试。"
helmor workspace status myapp/feature-x

相关项目