perceo-ai

Conductor Arch — Design skill for Claude Code

Design community

Linux-first desktop control plane for running Codex/Claude Code agents across isolated Git-worktree workspaces — Electron UI + Rust CLI/daemon.

How to install Conductor Arch

This entry records only its repository, not the path inside it, so there is no exact command to give. Open perceo-ai/conductor-arch and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Conductor Arch does

Linux-first desktop control plane for running Codex/Claude Code agents across isolated Git-worktree workspaces — Electron UI + Rust CLI/daemon.

Alternatives in Design

  • CloudCLI — 8,400+ Free open-source web/mobile UI for Claude Code, Cursor CLI, and Codex 8.7k ★
  • Site — Crawl a whole site and synthesize ONE canonical design system across all pages — unified tokens, coverage map 3.6k ★
  • Guitar — by soramimi - Serves as development guide for Guitar Git GUI Client with build commands for various platforms 1.7k ★

README

Archductor

A desktop control plane for running coding agents across isolated Git worktree workspaces.

[![Archductor — 22-second tour: nine workspaces in flight, one window](brag-output/brag.jpg)](brag-output/brag.mp4)

▶ **[Watch the 22-second tour](brag-output/brag.mp4)** — the board, a live agent session, the diff, and the PR. Every frame is the real app.

About

When one codebase has several streams of work in flight, context-switching between branches, stashes, and half-finished agent runs is where time goes to die. Archductor gives each task its own isolated worktree, branch, and running environment, so you can create a workspace, run Codex or Claude Code, review the diff, open or merge a GitHub PR, and archive the workspace — without leaving the app or trampling parallel work.

Inspired by [Conductor](https://conductor.build), Archductor is its own product: a Linux-first desktop app backed by a Rust control plane, built for teams that want committed, file-editable defaults instead of clicking through settings.

Part of the Perceo stack

Archductor is part of [Perceo](https://perceo.ai), a local-first developer suite. It pairs with:

Full documentation lives at [docs.perceo.ai](https://docs.perceo.ai).

Architecture

Archductor is three cooperating pieces:

  • Electron + Solid.js desktop UI (desktop/) — the primary surface. It holds no in-process state and talks to the daemon only over its Unix socket.
  • archcar daemon — the Rust sidecar that owns durable state (SQLite), managed agent sessions, chat input queues, and PTY-backed processes.
  • archductor CLI — the same backend exposed for automation, smoke tests, and fallback workflows.

Linux is the primary manually validated release target. macOS and Windows are kept as compile/basic-smoke targets where tooling is available; native Windows is a preview target until i