Skip to content

NeerajCodz/orphix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
bun install

# Build Rust core
bun run build:core

# Run Electron dev mode
bun run 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 85.6%
  • Rust 11.1%
  • CSS 1.5%
  • Batchfile 0.7%
  • Shell 0.6%
  • JavaScript 0.4%
  • Other 0.1%