Desktop app · macOS (Apple Silicon)

v0.30.0

Argus

An agentic IDE for mobile and web development.

Orchestrate a flock of Claude Code agents in parallel — each in its own isolated git worktree — with live iOS simulators, Android emulators, an embedded Chromium browser, and a full VS Code editor, all in one desktop app. One developer. A hundred hands. A hundred eyes.

Highlights

Parallel by default

Every session is an isolated worktree with its own agent, simulator, and terminals. Fan out five ideas at once — none of them step on each other.

See what the agent sees

Live iOS simulator and Android emulator mirroring, an embedded Chromium browser with CDP screencast, and streaming tool-call cards in real time.

Review like a human

A full git workflow — branches, commits, stashes, hunk-level staging, diff viewer — baked into the UI. Accept, reject, or refine without leaving the app.

Edit like an engineer

A real embedded VS Code via @codingame/monaco-vscode-api. Extensions, search, intellisense, multi-file edits. Not a chat box pretending to be an IDE.

Orchestration tree

Visualise agent-spawned subagents and their tool calls as a live hierarchy. Swap models per-agent on the fly. Resume long-running conversations from persisted history.

Granular permissions

Approve, deny, or 'always allow' specific tool patterns through a permission broker without ever stopping the agent mid-flight.

Changelog
  1. v0.30.0

    Highlights

    • Spawned agents are now correctly linked to the agent that created them. Parent-child relationships are tracked automatically, so delegation between agents shows the right lineage without manual setup.
    • You can now sign in, sign out, and switch Claude accounts from Settings → Claude account, without dropping to a terminal.
    • Update Conductor to 0.20.0

    Fixes

    • Fix the permission mode dropping to Ask after approving Exit Plan Mode. The restore now reliably lands after the plan exit, so agents launched in Auto stay in Auto.
    • Correctly detect the 1M-token context window for newer models like Opus 4.8, so the context usage indicator no longer reports against a 200k limit.
  2. v0.29.0

    Highlights

    • Update Conductor to 0.19.1
  3. v0.28.0

    Highlights

    • Update Conductor to 0.19.0

    Fixes

    • Left sidebar now has a fixed pixel width by default and stays put when the window resizes. Drag the divider to resize it.