Elyra
Elyra The coding agent Elyra Conductor Local project conductor Elyra SQL Anywhere Replication-ready SQL engine
Elyra integration
Elyra agent
Elyra
Elyra Conductor Documentation

Elyra Conductor Documentation

Elyra Conductor is a local project conductor — a single window where you switch projects, run terminals, split panes, browse files, quick-edit, and launch your real editor. It is cross-platform Rust + web: the heavy lifting (PTYs, filesystem, process launching, git) lives in Tauri/Rust, while the UI is built with Svelte 5, xterm.js, and Monaco.

Quick start

Conductor is a desktop app. From a clone of the repository:

pnpm install
pnpm tauri dev

On first launch it scans ~/Code. Click a project to open a terminal tab rooted at that folder, then split with ⌘D, browse files with ⌘B, and jump anywhere with the command palette (⌘K).

For the full first-run flow, see Quickstart.

Design principle

Conductor orchestrates; it does not reason.

Conductor is a launcher, terminal multiplexer, and host UI — never an AI agent. All intelligence lives in external tools (chiefly the Elyra CLI), which Conductor runs like any other process. It never calls an LLM, stores API keys, or defines prompts/tools/models. See Architecture & boundaries.

Start here

Features

Elyra integration

Architecture

Operations

More documentation

Explore the rest of the ecosystem