โšกmurcGitHub stars

Local-first workflow automation agent

Your workflows are your assets. No execution limits. No cloud dependency. Constitution-bound safety, multi-model AI, and full audit trails.

$curl -fsSL https://install.mur.run/commander | sh

Also available via brew install mur-run/tap/mur-commander ยท macOS, Linux

Why MUR Commander?

๐Ÿ˜ซ

Cloud Automation

๐Ÿ’ธ Pay per execution, tiered pricing

โ˜๏ธ Data sent to cloud servers

๐Ÿ”’ API keys stored in cloud databases

๐Ÿ“ต No offline capability

๐Ÿ”„ Limited control. Vendor lock-in.

๐ŸŽ‰

MUR Commander

๐Ÿ†“ No execution limits, free forever

๐Ÿ  Everything runs on your machine

๐Ÿ” API keys in macOS Keychain

โœˆ๏ธ Works offline with Ollama

โœจ Full control. Your workflows, your assets.

How it works

1

Install & Init

One command to install. murc init walks you through LLM provider and chat platform setup.

2

Define or Describe

Write YAML workflows or describe them in natural language. murc create "deploy my app" generates the workflow.

3

Execute Safely

Constitution checks every action. Shadow mode previews. Breakpoints pause. Auto-fix repairs failures.

5 Model Roles, 3 Providers

The right AI for each step, automatically

RoleDefault ModelPurposeCost
๐Ÿง  ThinkingClaude OpusDeep analysis, planning$$$
๐Ÿ’ป CodingClaude SonnetCode generation, fixes$$
โšก TaskGemini FlashSearch, classification$
๐Ÿ“Š EmbeddingOllama (local)Vector searchFree
๐Ÿ”’ AuditorOllama (local)Security reviewFree

Run workflows from anywhere

CLI, chat, web dashboard, or API

๐Ÿ’ปTerminal (murc)
๐Ÿ’ฌSlack
๐Ÿ“ฑTelegram
๐ŸŽฎDiscord
๐ŸŸขLINE
๐ŸŒWeb Dashboard
๐Ÿ”ŒREST API
๐ŸชWebhooks
๐Ÿ•Cron Scheduler
๐Ÿ“‚File Triggers

Features

๐Ÿ”’ Constitution

Ed25519-signed safety rules define what Commander can and cannot do. Cryptographically tamper-proof.

๐Ÿ”ฎ Shadow Mode

Preview every step before executing. See exactly what will happen with zero side effects.

๐Ÿ”ง Auto-Fix

AI analyzes failed steps, generates fixes, and retries automatically. Self-healing workflows.

๐Ÿ’ฌ NL โ†’ Workflow

Describe what you want in plain English. Commander generates the YAML workflow for you.

๐Ÿ“‹ Hash-Chained Audit

Every action is logged with tamper-proof hash chains. Full accountability and traceability.

๐Ÿงฉ 5800+ MCP Tools

Connect to the Model Context Protocol ecosystem. Thousands of tools at your fingertips.

๐Ÿ’พ Checkpoints

Save execution state before each step. Resume from failure points instead of starting over.

๐Ÿ“ฆ Version Control

Auto-save revisions, publish versions, rollback to any previous state. Git for workflows.

๐ŸŒ Export & Share

Export workflows to n8n or Dify format. Publish to the mur.run marketplace.

Simple YAML Workflows

Define once, run anywhere

~/.mur/workflows/deploy-docker.yaml
id: deploy-docker
name: Deploy with Docker
variables:
  image_name: "myapp"
  tag: "latest"
steps:
  - name: build
    step_type: execute
    action: "docker build -t {{image_name}}:{{tag}} ."
    on_failure: abort

  - name: deploy
    step_type: execute
    action: "docker compose up -d"
    breakpoint: true
    breakpoint_message: "About to deploy. Continue?"

  - name: verify
    step_type: execute
    action: "curl -sf http://localhost:8080/health"
    on_failure: retry
    on_failure_max: 3

Simple Pricing

Free forever for individuals. Paid plans for power users.

Most Popular

Free

$0/forever
  • โœ“ 10 workflows
  • โœ“ 3 schedules
  • โœ“ Local execution
  • โœ“ Shadow mode
  • โœ“ Constitution safety
  • โœ“ 7-day audit log

Pro

$9/month
  • โœ“ Everything in Free
  • โœ“ 100 workflows
  • โœ“ 50 schedules
  • โœ“ Auto-fix
  • โœ“ NL โ†’ Workflow
  • โœ“ 90-day audit log

or $90/year (save 17%)

Team

$49/month
  • โœ“ Everything in Pro
  • โœ“ 1000 workflows
  • โœ“ 500 schedules
  • โœ“ Shared skills
  • โœ“ 365-day audit log
  • โœ“ +$10/extra member

or $468/year (save 20%)

Ready to automate?

Install Commander in 30 seconds. Start with Free. Upgrade when it proves its value.