Remote development monitor — watch Claude Code sessions, operate terminals, and browse files from your browser.
npm install -g orc-server# macOS
brew install ripgrep zellij
# Ubuntu/Debian
sudo apt install ripgrep
# zellij: download from https://github.com/zellij-org/zellij/releasesorc-server
# Open http://localhost:9080PORT=9080 # Server port
AUTH_TOKEN= # Auth token (empty = allow any connection)
CLAUDE_HOME=~/.claude # Claude Code data directorymake setup # Install and enable on boot
make start # Start service
make stop # Stop service
make restart # Restart service
make logs # View logs- Real-time Claude Code session monitoring
- Remote terminal (xterm.js + zellij)
- File browser with syntax highlighting
- Code search (ripgrep)
- Git diff viewer
MIT