Stop chatting with one agent. Command a squad.
Maegor is an agentic development environment: a multi-pane terminal, an agent harness and a mission orchestrator in one desktop app. Give it a repository and a mission in plain language, and it plans the work, assembles a squad, and gives every agent its own worktree and a visible terminal.
Linux today · macOS & Windows architecturally supported · 424 tests, no network, no credits
Runs the agent CLIs you already pay for. Detection executes each binary, it never trusts a config file.
Every agent gets a terminal you can watch.
Run real coding agents, Claude Code, Codex, OpenCode, either as their own TUI in a pane you drive, or headless with their output translated into typed events. Each one runs in its own PTY and its own OS process group.
- Its own PTY and process group, so the kill switch reaches grandchildren.
- Pause and resume with SIGSTOP, per agent or per whole mission.
- Headless output translated into typed events, and it says so when the mapping degrades.
A mission is a graph. Not a list.
Dependencies, parallel groups, cycle and dangling-dependency validation at plan time, before a single agent is dispatched. Three ways to run one:
A declarative YAML team: roles, models, file globs, gates and budgets. Validated at load with the offending field named, so a broken squad never reaches dispatch.
An agent that ignores its instructions still cannot escape them.
File ownership, path sandboxing, budgets and destructive-command approval are checks in the Rust runtime, not lines in a prompt.
Worktree per agent
ISOLATIONA git worktree and a branch of its own for every executing agent. An agent's writes never reach your working tree.
File leases
OWNERSHIPTwo agents that could write the same file are refused at dispatch, by glob intersection, not when the merge falls apart.
Quality gates
INTEGRITYGates run inside the agent's worktree against the real git diff. A failing required gate blocks integration.
Kill switch
CONTROLTerminates whole process groups, grandchildren included. Pause and resume per agent or per mission.
Approvals
CONSENTDestructive commands, out-of-scope writes and budget overruns stop the agent until you decide. An expired request is a refusal.
Watchdogs
SAFETYA wall-clock ceiling and a heartbeat timeout catch a hung agent, terminate it, and record why. Nothing is auto-resumed after a crash.
Declarative teams. Validated at load.
A squad is a YAML file: roles, models, file globs, gates, budgets. Break a field and it tells you which one, before anything runs. Fourteen ship with the app.
Full-stack factory
Implements a complete feature across backend and frontend, in parallel against a contract both sides treat as frozen.
Web development
Builds a whole web feature, discovery through review. Sequential on purpose, so every handoff is against what was actually delivered.
Bug hunt
Scans the codebase by area in parallel, then triages, fixes and locks the findings.
Bug investigation
Reproduces a defect, fixes the root cause, and locks it with a test.
Security audit
Finds vulnerabilities, secrets and risky dependencies, then fixes the findings that matter.
Database migration
Plans, applies and verifies a schema move, with backfill and rollback safety.
One core. Two front ends. Everything shares a state machine.
The CLI and the desktop app run the same Rust domain core, the same database, the same append-only event log.
Multi-pane terminal
Concurrent agents, each in its own PTY and its own OS process group, each with a live terminal you can type into.
Task graph
Dependencies and parallel groups, with cycles and dangling dependencies refused at plan time, before a single agent is dispatched.
Squads
Declarative YAML teams: roles, models, file globs, gates and budgets. Fourteen ship with the app, from a one-agent Solo to a twelve-agent web build.
Agents
A CLI, a model, a set of skills and an effort level composed into one specialist you can dispatch again.
Skills
An installable capability that attaches to an agent and takes effect on its next run.
MCP server
Twenty-eight tools over missions, tasks, memory, artefacts, leases and gates, behind a per-mission token. Every tool checks the id belongs to the calling session.
Agent adapters
Claude Code, Codex and OpenCode drive the binaries you already have. Detection executes each one, it never trusts a config file, and every flag was read from a local help output.
Workspace
A pane is a container, not a terminal slot. Terminal, editor, file explorer and browser preview share the same grid.
Three-level memory
Mission, project and agent. The project level is why the second mission on a repository is cheaper than the first.
Event log
Typed and append-only over SQLite, searchable and filterable by agent, task, kind, severity and free text.
Cost telemetry
Live cost per agent, with its source labelled. When a provider reports nothing the answer is unknown, never $0.00.
Restart safety
Sessions the database still believes are running are marked orphaned when the project opens. Nothing is auto-resumed after a crash.
Before you ask
No. Maegor drives the agent CLIs already installed on your machine, with the logins already there. Every agent runs on the subscriptions and tokens you already pay for.
Both, and they are the same program. A Rust domain core is shared by the maegor binary and a Tauri desktop app: same state machine, same SQLite database, same event log.
It never has your repo. Each executing agent gets a git worktree and a branch of its own, a lease on the files it declared, and a sandboxed path set. Integration is blocked until the gates pass.
Linux today. macOS and Windows are architecturally supported but untested. It needs webkit2gtk, gtk3 and libsoup on Linux.
Yes. A deterministic fake agent with six behaviours, success, fail, hang, request-approval, modify-files and emit-events, runs the whole suite with no network and no LLM spend.
Your engineering team is waiting.
Open a repository, describe a mission, and watch four agents work in parallel, inside the rules you set.
No credits burned in the demo, a deterministic fake agent runs the whole suite.