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 | shAlso 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
Install & Init
One command to install. murc init walks you through LLM provider and chat platform setup.
Define or Describe
Write YAML workflows or describe them in natural language. murc create "deploy my app" generates the workflow.
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
| Role | Default Model | Purpose | Cost |
|---|---|---|---|
| ๐ง Thinking | Claude Opus | Deep analysis, planning | $$$ |
| ๐ป Coding | Claude Sonnet | Code generation, fixes | $$ |
| โก Task | Gemini Flash | Search, classification | $ |
| ๐ Embedding | Ollama (local) | Vector search | Free |
| ๐ Auditor | Ollama (local) | Security review | Free |
Run workflows from anywhere
CLI, chat, web dashboard, or API
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
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: 3Simple Pricing
Free forever for individuals. Paid plans for power users.