Open Source

MaelyClaw

One process. Unlimited lanes. Ships code while you sleep.

View on GitHub
$ npm install -g maelyclaw
$ maelyclaw start --config maelyclaw.config.json
$ maelyclaw-console # TUI dashboard + embedded CLI

Capabilities

Everything you need. Nothing you don't.

≡≡≡≡≡

Independent Lanes

Define as many lanes as you need — each on its own cron schedule, fully autonomous, zero coordination overhead.

</>

Multi-Provider

Claude, Codex, or any OpenAI-compatible model. Mix and match providers per role. No vendor lock-in.

██

TUI Operator Console

Dashboard + embedded native CLI. See lanes, cycles, workers, logs in real-time. Ship from your terminal.

MCP Server

MaelyClaw tools auto-discovered by Claude Code, Codex, or any MCP-aware tool. Native integration, zero config.

Full Dev Pipeline

Plans work, spawns workers, runs QA, fixes failures, opens PRs, merges. End-to-end, fully autonomous.

Worker Lifecycle

Spawn, monitor, timeout, stale reaping, respawn, startup reconciliation. Production-grade reliability.

Architecture

How the lanes connect

BACKLOG ───> Planner ───> Worker ───> QA ───> Closer ───> PR
                                                         
Feedback <───────────────── Human ─────────────────> Production

Pipeline

From backlog to merged PR

1

Planner picks a task

Lane-planner selects the highest-priority task from the backlog and creates a plan.

2

Worker writes code

Spawns a coding worker (Claude, Codex, or any model) in an isolated git worktree. Writes code, commits, opens a PR.

3

QA validates

Lane-closer spawns a QA worker to validate the changes. If QA fails, auto-spawns a fix worker (up to 2 attempts).

4

Merge & ship

QA passes, merges the feature PR, opens a final PR to main. Lane-health monitors everything, handles timeouts and respawns.

Why MaelyClaw

Built different

vs OpenClaw

Lighter by design

  • 4K lines of TypeScript vs 500K+
  • One process vs microservices
  • Claude-native, multi-provider from day one
  • Minutes to set up, not days
vs NanoClaw

Dev agent, not chatbot

  • Full dev pipeline, not just conversation
  • Git worktrees, PRs, QA — built in
  • Lane architecture for autonomous operation
  • Ships code, not replies

Start shipping autonomously

MaelyClaw is open source, MIT licensed, and ready to run. Three commands and your codebase has an autonomous agent engine.

View on GitHub
MIT License
TypeScript
4K lines