Skip to content
View helmorx's full-sized avatar
  • Joined Jun 30, 2026

Block or report helmorx

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
helmorx/README.md

HELMOR Agent OS banner

Build with AI agents from idea to launch.

HELMOR Agent OS is a local-first devsuite that watches AI coding sessions, routes 14 built-in skills, preserves project context, reduces token waste, reduces drift, and enforces checks before handoff or release.

helmor.io Open Agent OS @helmorlabs on X


Start here

macOS:

brew install helmorx/tap/helmoragent

Windows:

irm https://raw.githubusercontent.com/helmorx/agent-os/main/install/install.ps1 | iex

Linux:

curl -fsSL https://raw.githubusercontent.com/helmorx/agent-os/main/install/install.sh | sh

What HELMOR does

Watches the session

Starts agents with context, watches tool use, tracks touched areas, and preserves handoffs.

Routes the work

Uses 14 HELMOR skills across planning, building, verification, launch, and memory.

Reduces waste

Cuts repeated repo scans, reduces hallucination and drift, and keeps checks visible.

Product lifecycle

Plan -> Build -> Watch -> Verify -> Ship -> Remember

HELMOR skills

Product Planning · Architecture · API Contracts · Frontend · Backend · Data · Infrastructure · UI Design · Testing · Security · Launch Readiness · Project Memory · Token Reduction · Docs & Handoff

Project

Repository What it is
helmorx/agent-os Local agent watcher and operating layer for AI-assisted product development

Principles

  • local-first
  • no telemetry in v1
  • observe before blocking
  • deterministic checks before model guesses
  • project truth over agent confidence

HELMOR is free and Apache-2.0.

Pinned Loading

  1. agent-os agent-os Public

    AI Agent watcher that helps developers/Agencies build from idea to launch while reducing token usage, preserving context,using 140 skills, and blocks drift, hallucinations, & unsafe actions.

    Go 20