Terminal-first, Electron-powered desktop command center for AI coding agents.
- Desktop app: Electron + React + TypeScript
- Terminal UI: xterm.js + WebGL
- Terminal core: Rust binary (
orphix-core) with stdio JSON transport
# Install dependencies
pnpm install
# Build Rust core
pnpm build:core
# Run Electron dev mode
pnpm devapps/desktop/ Electron app (main + preload + renderer)
crates/orphix-core/ Rust binary — PTY sessions, stdio JSON transport
See docs/ for full architecture, communication, and UI/UX documentation.