Skip to content

NeerajCodz/orphix

 
 

Repository files navigation

Orphix

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

Development

# Install dependencies
pnpm install

# Build Rust core
pnpm build:core

# Run Electron dev mode
pnpm dev

Architecture

apps/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.

About

A developer harness

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 81.6%
  • Rust 14.9%
  • CSS 1.1%
  • Batchfile 1.0%
  • Shell 0.9%
  • JavaScript 0.3%
  • Other 0.2%